19 #ifndef GEOSX_FINITEVOLUME_TWOPOINTFLUXAPPROXIMATION_HPP_ 20 #define GEOSX_FINITEVOLUME_TWOPOINTFLUXAPPROXIMATION_HPP_ 60 string const & faceElementRegionName,
61 bool const initFlag )
const override;
64 string const & setName )
const override;
67 string const & setName,
71 string const & embeddedSurfaceRegionName )
const override;
79 #endif //GEOSX_FINITEVOLUME_TWOPOINTFLUXAPPROXIMATION_HPP_ virtual void registerBoundaryStencil(Group &stencilGroup, string const &setName) const override
Register the wrapper for boundary face stencil on a mesh.
Class facilitating the representation of a multi-level discretization of a MeshBody.
virtual void registerFractureStencil(Group &stencilGroup) const override
Register the wrapper for fracture stencil on a mesh.
virtual void addToFractureStencil(MeshLevel &mesh, string const &faceElementRegionName, bool const initFlag) const override
Add a new fracture stencil.
virtual void computeCellStencil(MeshLevel &mesh) const override
Actual computation of the cell-to-cell stencil, to be overridden by implementations.
virtual void computeBoundaryStencil(MeshLevel &mesh, string const &setName, SortedArrayView< localIndex const > const &faceSet) const override
Allocate and populate a stencil to be used in boundary condition application.
virtual void registerCellStencil(Group &stencilGroup) const override
Register the wrapper for cell stencil on a mesh.
std::string string
String type.
virtual void addEDFracToFractureStencil(MeshLevel &mesh, string const &embeddedSurfaceRegionName) const override
Add a new embedded fracture stencil.
static std::string CatalogName()
Static Factory Catalog Functions.