#include "typedefs.hpp"#include "cl_Cell.hpp"#include "cl_Map.hpp"#include "cl_Vector.hpp"#include "cl_ShiftRegister.hpp"#include "cl_SpMatrix.hpp"#include "cl_Solver.hpp"#include "cl_IWG.hpp"#include "cl_FEM_Dof.hpp"#include "cl_FEM_DofMgr_DofData.hpp"#include "cl_HDF5.hpp"Go to the source code of this file.
Classes | |
| class | belfem::fem::dofmgr::SolverData |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::fem |
| namespace | belfem::fem::dofmgr |
Enumerations | |
| enum | belfem::fem::dofmgr::MatrixType { belfem::fem::dofmgr::System , belfem::fem::dofmgr::Jacobian , belfem::fem::dofmgr::Enforcement , belfem::fem::dofmgr::Dirichlet , belfem::fem::dofmgr::Imposition , belfem::fem::dofmgr::FullMass , belfem::fem::dofmgr::FullStiffness } |
| Matrix type enumeration in JEDI order. More... | |
Functions | |
| string | belfem::fem::dofmgr::to_string (const MatrixType aType) |