GEOS
|
#include <StencilBase.hpp>
Public Member Functions | |
StencilWrapperBase (typename TRAITS::IndexContainerType const &elementRegionIndices, typename TRAITS::IndexContainerType const &elementSubRegionIndices, typename TRAITS::IndexContainerType const &elementIndices, typename TRAITS::WeightContainerType const &weights) | |
Constructor. More... | |
TRAITS::IndexContainerViewConstType | getElementRegionIndices () const |
Const access to the element regions indices. More... | |
TRAITS::IndexContainerViewConstType | getElementSubRegionIndices () const |
Const access to the element subregions indices. More... | |
TRAITS::IndexContainerViewConstType | getElementIndices () const |
Const access to the element indices. More... | |
TRAITS::WeightContainerViewConstType | getWeights () const |
Const access to the stencil weights. More... | |
Protected Attributes | |
TRAITS::IndexContainerViewConstType | m_elementRegionIndices |
The container for the element region indices for each point in each stencil. | |
TRAITS::IndexContainerViewConstType | m_elementSubRegionIndices |
The container for the element sub region indices for each point in each stencil. | |
TRAITS::IndexContainerViewConstType | m_elementIndices |
The container for the element indices for each point in each stencil. | |
TRAITS::WeightContainerViewType | m_weights |
The container for the weights for each point in each stencil. | |
Class to provide access to the computation of stencil weights that may be called from a kernel function.
Definition at line 80 of file StencilBase.hpp.
|
inline |
Constructor.
elementRegionIndices | The container for the element region indices for each point in each stencil |
elementSubRegionIndices | The container for the element sub region indices for each point in each stencil |
elementIndices | The container for the element indices for each point in each stencil |
weights | The container for the weights for each point in each stencil |
Definition at line 91 of file StencilBase.hpp.
|
inline |
Const access to the element indices.
Definition at line 120 of file StencilBase.hpp.
|
inline |
Const access to the element regions indices.
Definition at line 106 of file StencilBase.hpp.
|
inline |
Const access to the element subregions indices.
Definition at line 113 of file StencilBase.hpp.
|
inline |
Const access to the stencil weights.
Definition at line 127 of file StencilBase.hpp.