|
MeshFields
GPU accelerated mesh-based fields
|
#include <MeshField_ShapeField.hpp>
Defines a parenthesis operator to provide dof component read/write access for fields on simplex (i.e., tri and tet) and hypercube (i.e., quad and hex) meshes using linear shape functions
The dof holders for fields using linear shape functions are associated with mesh vertices. As such, the LinearAccessor has a VtxAccessor that defines the parenthesis operators for vertices.
| VtxAccessor | defines parenthesis operator for dofs associated with mesh vertices [LinearAccessor] |
Definition at line 144 of file MeshField_ShapeField.hpp.