MeshFields
GPU accelerated mesh-based fields
List of all members
MeshField::LinearAccessor< VtxAccessor > Struct Template Reference

[QuadraticAccessor] More...

#include <MeshField_ShapeField.hpp>

Detailed Description

template<typename VtxAccessor>
struct MeshField::LinearAccessor< VtxAccessor >

[QuadraticAccessor]

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.

Template Parameters
VtxAccessordefines parenthesis operator for dofs associated with mesh vertices [LinearAccessor]

Definition at line 144 of file MeshField_ShapeField.hpp.


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