MFEM  v4.6.0
Finite element discretization library
Classes | Namespaces | Functions
doftrans.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::StatelessDofTransformation
 
class  mfem::DofTransformation
 
class  mfem::StatelessVDofTransformation
 
class  mfem::VDofTransformation
 
class  mfem::ND_StatelessDofTransformation
 
class  mfem::ND_TriStatelessDofTransformation
 
class  mfem::ND_TriDofTransformation
 DoF transformation implementation for the Nedelec basis on triangles. More...
 
class  mfem::ND_TetStatelessDofTransformation
 DoF transformation implementation for the Nedelec basis on tetrahedra. More...
 
class  mfem::ND_TetDofTransformation
 DoF transformation implementation for the Nedelec basis on tetrahedra. More...
 
class  mfem::ND_WedgeStatelessDofTransformation
 DoF transformation implementation for the Nedelec basis on wedge elements. More...
 
class  mfem::ND_WedgeDofTransformation
 DoF transformation implementation for the Nedelec basis on wedge elements. More...
 

Namespaces

 mfem
 

Functions

void mfem::TransformPrimal (const DofTransformation *ran_dof_trans, const DofTransformation *dom_dof_trans, DenseMatrix &elmat)
 
void mfem::TransformDual (const DofTransformation *ran_dof_trans, const DofTransformation *dom_dof_trans, DenseMatrix &elmat)