Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

constraints.hh
Go to the documentation of this file.
00001 /* include files for constraints (flexible boundary conditions)
00002    after paper by Ainsworth: Essential boundary conditions and multi-point
00003    constraints in finite element analysis, 2000,
00004    Comput. Methods Appl Mech. Engrg. 190 (2001) 6323-6339
00005 */
00006 
00007 #ifndef constraints_hh
00008 #define constraints_hh
00009 
00010 #include "constraints/analytical.hh"
00011 #include "constraints/element.hh"
00012 #include "constraints/space.hh"
00013 
00096 namespace constraints {
00097   // leave empty, just for documentation
00098 } // namespace constraints
00099 
00100 #endif // constraints_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)