MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::ND_WedgeDofTransformation Class Reference

DoF transformation implementation for the Nedelec basis on wedge elements. More...

#include <doftrans.hpp>

Inheritance diagram for mfem::ND_WedgeDofTransformation:
[legend]
Collaboration diagram for mfem::ND_WedgeDofTransformation:
[legend]

Public Member Functions

 ND_WedgeDofTransformation (int order)
 
- Public Member Functions inherited from mfem::ND_DofTransformation
bool IsIdentity () const override
 If the DofTransformation performs no transformation.
 
void TransformPrimal (const Array< int > &Fo, real_t *v) const override
 
void InvTransformPrimal (const Array< int > &Fo, real_t *v) const override
 
void TransformDual (const Array< int > &Fo, real_t *v) const override
 
void InvTransformDual (const Array< int > &Fo, real_t *v) const override
 
- Public Member Functions inherited from mfem::StatelessDofTransformation
int Size () const
 
int Height () const
 
int NumRows () const
 
int Width () const
 
int NumCols () const
 
void TransformPrimal (const Array< int > &face_orientation, Vector &v) const
 
void InvTransformPrimal (const Array< int > &face_orientation, Vector &v) const
 
void TransformDual (const Array< int > &face_orientation, Vector &v) const
 
void InvTransformDual (const Array< int > &face_orientation, Vector &v) const
 
virtual ~StatelessDofTransformation ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from mfem::ND_DofTransformation
static const DenseMatrixGetFaceTransform (int ori)
 
static const DenseMatrixGetFaceInverseTransform (int ori)
 
- Protected Member Functions inherited from mfem::ND_DofTransformation
 ND_DofTransformation (int size, int order, int num_edges, int num_tri_faces)
 
- Protected Member Functions inherited from mfem::StatelessDofTransformation
 StatelessDofTransformation (int size)
 
- Protected Attributes inherited from mfem::ND_DofTransformation
const int order
 
const int nedofs
 
const int nfdofs
 
const int nedges
 
const int nfaces
 
- Protected Attributes inherited from mfem::StatelessDofTransformation
int size_
 

Detailed Description

DoF transformation implementation for the Nedelec basis on wedge elements.

Definition at line 353 of file doftrans.hpp.

Constructor & Destructor Documentation

◆ ND_WedgeDofTransformation()

mfem::ND_WedgeDofTransformation::ND_WedgeDofTransformation ( int order)
inline

Definition at line 356 of file doftrans.hpp.


The documentation for this class was generated from the following file: