![]() |
MFEM v4.9.0
Finite element discretization library
|
#include <fieldoperator.hpp>
Public Member Functions | |
| constexpr | Sum () |
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. | |
This FieldOperator is commonly used to signal that an output of a quadrature function should be summed.
Definition at line 132 of file fieldoperator.hpp.
|
inlineconstexpr |
Definition at line 135 of file fieldoperator.hpp.