![]() |
MFEM v4.9.0
Finite element discretization library
|
DofToQuadMap struct. More...
#include <util.hpp>
Public Types | |
| enum | Index { QP , DIM , DOF } |
| Enumeration for the indices of the mappings B and G. More... | |
Public Attributes | |
| DeviceTensor< 3, const real_t > | B |
| Basis functions evaluated at quadrature points. | |
| DeviceTensor< 3, const real_t > | G |
| Gradient of the basis functions evaluated at quadrature points. | |
| int | which_input = -1 |
| Reverse mapping indicating which input this map belongs to. | |
DofToQuadMap struct.
This struct is used to store the mapping from degrees of freedom to quadrature points for a given field operator type.
| DeviceTensor<3, const real_t> mfem::future::DofToQuadMap::B |
| DeviceTensor<3, const real_t> mfem::future::DofToQuadMap::G |
| int mfem::future::DofToQuadMap::which_input = -1 |