Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
constraints.hh
Go to the documentation of this file.
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
10
#include "
constraints/analytical.hh
"
11
#include "
constraints/element.hh
"
12
#include "
constraints/space.hh
"
13
96
namespace
constraints
{
97
// leave empty, just for documentation
98
}
// namespace constraints
99
100
#endif // constraints_hh
constraints
Essential boundary conditions and multi-point constraints [1].
Definition:
analytical.hh:21
space.hh
analytical.hh
element.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich