A struct to automatically construct and store element view accessors.
More...
#include <StencilAccessors.hpp>
template<typename ... TRAITS>
struct geos::StencilAccessors< TRAITS >
A struct to automatically construct and store element view accessors.
- Template Parameters
-
TRAITS | the pack containing the types of the fields |
Definition at line 38 of file StencilAccessors.hpp.
◆ StencilAccessors()
template<typename ... TRAITS>
Constructor for the struct.
- Parameters
-
[in] | elemManager | a reference to the elemRegionManager |
[in] | solverName | the name of the solver creating the view accessors |
Definition at line 65 of file StencilAccessors.hpp.
◆ get()
template<typename ... TRAITS>
template<typename TRAIT >
- Returns
- reference to the accessor for the given field
- Template Parameters
-
TRAIT | the field trait type |
Definition at line 47 of file StencilAccessors.hpp.
The documentation for this struct was generated from the following file: