GEOS
|
A class that contains methods to modify cell and edfm stencils based on projection edfm. More...
#include <ProjectionEDFMHelper.hpp>
Public Member Functions | |
ProjectionEDFMHelper (MeshLevel const &mesh, CellElementStencilTPFA &stencil, EmbeddedSurfaceToCellStencil &edfmStencil, string const &embeddedSurfaceRegionName) | |
Constructor. More... | |
void | addNonNeighboringConnections () const |
add Fracture-matrix connections to the edfmStencil and remove the appropriate connections from the cellStencil | |
A class that contains methods to modify cell and edfm stencils based on projection edfm.
Definition at line 67 of file ProjectionEDFMHelper.hpp.
geos::ProjectionEDFMHelper::ProjectionEDFMHelper | ( | MeshLevel const & | mesh, |
CellElementStencilTPFA & | stencil, | ||
EmbeddedSurfaceToCellStencil & | edfmStencil, | ||
string const & | embeddedSurfaceRegionName | ||
) |
Constructor.
mesh | the meshLevel object |
stencil | the cellStencil |
edfmStencil | the edfmStencil |
embeddedSurfaceRegionName | name of the embeddedSurfaceRegion |