GEOS
|
A collection of properties of a stencil type. More...
#include <StencilBase.hpp>
Public Types | |
using | IndexContainerType = CONTAINER< localIndex > |
The array type that will be used to store the indices of the stencil contributors. | |
using | IndexContainerViewConstType = LvArray::typeManipulation::NestedViewTypeConst< IndexContainerType > |
The array view to const type for the stencil indices. | |
using | WeightContainerType = CONTAINER< real64 > |
The array type that is used to store the weights of the stencil contributors. | |
using | WeightContainerViewConstType = LvArray::typeManipulation::NestedViewTypeConst< WeightContainerType > |
The array view to const type for the stencil weights. | |
using | WeightContainerViewType = LvArray::typeManipulation::NestedViewType< WeightContainerType > |
The array view to type for the stencil weights. | |
Static Public Attributes | |
static constexpr localIndex | maxNumPointsInFlux = MAX_NUM_POINTS_IN_FLUX |
Maximum number of points the flux. | |
static constexpr localIndex | maxStencilSize = MAX_STENCIL_SIZE |
Maximum number of points in a stencil. | |
static constexpr localIndex | maxNumConnections = MAX_NUM_CONNECTIONS |
Maximum number of connections in a stencil. | |
A collection of properties of a stencil type.
CONTAINER | type of container used to store indices and weights |
MAX_NUM_POINTS_IN_FLUX | maximum number of points connected by a flux |
MAX_STENCIL_SIZE | maximum number of points in a stencil |
MAX_NUM_CONNECTIONS | maximum number of connections in a stencil |
Definition at line 41 of file StencilBase.hpp.