Classes | |
| class | BearingData |
| class | BlockData |
| class | DofData |
| class | EigenValues |
| class | FieldData |
| class | Parameters |
| this is a parameter object that contains the relevant information for managing the DOFs More... | |
| class | SideSetData |
| class | SolverData |
Enumerations | |
| enum | MatrixType { System , Jacobian , Enforcement , Dirichlet , Imposition , FullMass , FullStiffness } |
| Matrix type enumeration in JEDI order. More... | |
Functions | |
| template<typename T> | |
| void | allocate_dof_containers (Cell< T * > aBasis) |
| string | to_string (const MatrixType aType) |
Matrix type enumeration in JEDI order.
The JEDI system computes "the Force" - literally! In structural mechanics, E*x + I*y = reaction forces at constraints
| Enumerator | |
|---|---|
| System | |
| Jacobian | |
| Enforcement | |
| Dirichlet | |
| Imposition | |
| FullMass | |
| FullStiffness | |
| void belfem::fem::dofmgr::allocate_dof_containers | ( | Cell< T * > | aBasis | ) |
| string belfem::fem::dofmgr::to_string | ( | const MatrixType | aType | ) |