MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::future::Identity< FIELD_ID > Class Template Reference

Identity FieldOperator. More...

#include <fieldoperator.hpp>

Inheritance diagram for mfem::future::Identity< FIELD_ID >:
[legend]
Collaboration diagram for mfem::future::Identity< FIELD_ID >:
[legend]

Public Member Functions

constexpr Identity ()
 
- Public Member Functions inherited from mfem::future::FieldOperator< -1 >
constexpr FieldOperator (int size_on_qp=0)
 Constructor for the FieldOperator.
 

Additional Inherited Members

- Static Public Member Functions inherited from mfem::future::FieldOperator< -1 >
static constexpr int GetFieldId ()
 Get the field id this FieldOperator is attached to.
 
- Public Attributes inherited from mfem::future::FieldOperator< -1 >
int size_on_qp
 Get the size on quadrature point for this FieldOperator.
 
int dim
 Get the dimension of the FieldOperator.
 
int vdim
 Get the vector dimension (number of components) of the FieldOperator.
 

Detailed Description

template<int FIELD_ID = -1>
class mfem::future::Identity< FIELD_ID >

Identity FieldOperator.

This FieldOperator does nothing to the field. The field (usually a ParametricFunction) transfers the values to the quadrature point data and Identity can be viewed as an identity operation.

Definition at line 65 of file fieldoperator.hpp.

Constructor & Destructor Documentation

◆ Identity()

template<int FIELD_ID = -1>
mfem::future::Identity< FIELD_ID >::Identity ( )
inlineconstexpr

Definition at line 68 of file fieldoperator.hpp.


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