GEOSX
Public Types | Static Public Attributes | List of all members
geosx::CellElementStencilMPFA_Traits Struct Reference

#include <CellElementStencilMPFA.hpp>

Inheritance diagram for geosx::CellElementStencilMPFA_Traits:
Inheritance graph
[legend]

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 = 2
 Number of points the flux is between (always 2)
 
static localIndex constexpr MAX_STENCIL_SIZE = 18
 Maximum number of points in a stencil.
 

Detailed Description

Struct to predeclare the types and constexpr values of CellElementStencilMPFA so that they may be used in StencilBase.

Definition at line 33 of file CellElementStencilMPFA.hpp.


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