GEOSX
|
#include <FaceElementStencil.hpp>
Public Types | |
using | IndexContainerType = ArrayOfArrays< localIndex > |
The array type that will be used to store the indices of the stencil contributors. | |
using | IndexContainerViewType = ArrayOfArraysView< localIndex > |
The array view type for the stencil indices. | |
using | IndexContainerViewConstType = ArrayOfArraysView< localIndex const > |
The array view to const type for the stencil indices. | |
using | WeightContainerType = ArrayOfArrays< real64 > |
The array type that is used to store the weights of the stencil contributors. | |
using | WeightContainerViewType = ArrayOfArraysView< real64 > |
The array view type for the stencil weights. | |
using | WeightContainerViewConstType = ArrayOfArraysView< real64 const > |
The array view to const type for the stencil weights. | |
Static Public Attributes | |
static localIndex constexpr | NUM_POINT_IN_FLUX = 6 |
Number of points the flux is between (normally 2) | |
static localIndex constexpr | MAX_STENCIL_SIZE = 6 |
Maximum number of points in a stencil. | |
Struct to predeclare the types and constexpr values of FaceElementStencil so that they may be used in StencilBase.
Definition at line 51 of file FaceElementStencil.hpp.