Class documentation of Concepts

Loading...
Searching...
No Matches
constraints.hh
1/* include files for constraints (flexible boundary conditions)
2 after paper by Ainsworth: Essential boundary conditions and multi-point
3 constraints in finite element analysis, 2000,
4 Comput. Methods Appl Mech. Engrg. 190 (2001) 6323-6339
5*/
6
7#ifndef constraints_hh
8#define constraints_hh
9
12#include "constraints/space.hh"
13
96namespace constraints {
97 // leave empty, just for documentation
98} // namespace constraints
99
100#endif // constraints_hh