sfem Namespace Reference
This namespace encapsulates all classes and methods of the module 
sfem.  
More...
 | 
 Classes | 
| class   | Exception | 
|   | ... the standard exception class for the SFEM library  More...
  | 
 Namespaces | 
| namespace   | element | 
|   | Contains classes defining element types, their topology and physical behaviour. 
  | 
| namespace   | groups | 
|   | encapsulates groups and sets of topological entities 
  | 
| namespace   | material | 
|   | Contains classes defining material laws and their interfaces to finite elements. 
  | 
| namespace   | mesh | 
|   | Contains classes defining and manipulating finite element meshes. 
  | 
 Functions | 
| 
tmath::Matrix  | Matrix (const Eigen::Matrix< double, 9, 1 > &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::Matrix< double, 6, 1 > &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::VectorXd &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::Vector3d &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::MatrixXd &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::Matrix< double, 9, 6 > &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::Matrix< double, 9, 9 > &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::Matrix< double, 6, 6 > &x) | 
| 
tmath::Matrix  | Matrix (const Eigen::Matrix3d &x) | 
Detailed Description
This namespace encapsulates all classes and methods of the module 
sfem.