BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::fem::dofmgr Namespace Reference

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)

Enumeration Type Documentation

◆ MatrixType

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 

Function Documentation

◆ allocate_dof_containers()

template<typename T>
void belfem::fem::dofmgr::allocate_dof_containers ( Cell< T * > aBasis)

◆ to_string()

string belfem::fem::dofmgr::to_string ( const MatrixType aType)