Loading...
Searching...
No Matches
fvMeshSubset Class Reference

Holds a reference to the original mesh (the baseMesh) and optionally to a subset of that mesh (the subMesh) with mapping lists for points, faces, and cells. More...

#include <fvMeshSubset.H>

Inheritance diagram for fvMeshSubset:
Collaboration diagram for fvMeshSubset:

Public Member Functions

 ClassName ("fvMeshSubset")
 fvMeshSubset (const fvMeshSubset &)=delete
 No copy construct.
void operator= (const fvMeshSubset &)=delete
 No copy assignment.
 fvMeshSubset (const fvMesh &baseMesh) noexcept
 Construct using the entire mesh (no subset).
 fvMeshSubset (const fvMesh &baseMesh, Foam::zero)
 Construct a zero-sized subset mesh, non-processor patches only.
 fvMeshSubset (const fvMesh &baseMesh, const bitSet &selectedCells, const label patchID=-1, const bool syncPar=true)
 Construct for a cell-subset of the given mesh.
 fvMeshSubset (const fvMesh &baseMesh, const labelUList &selectedCells, const label patchID=-1, const bool syncPar=true)
 Construct for a cell-subset of the given mesh.
 fvMeshSubset (const fvMesh &baseMesh, const labelHashSet &selectedCells, const label patchID=-1, const bool syncPar=true)
 Construct for a cell-subset of the given mesh.
 fvMeshSubset (const fvMesh &baseMesh, const label regioni, const labelUList &regions, const label patchID=-1, const bool syncPar=true)
 Construct for a cell-subset of the given mesh.
const fvMeshbaseMesh () const noexcept
 Original mesh.
const fvMeshmesh () const noexcept
 Return baseMesh or subMesh, depending on the current state.
bool hasSubMesh () const noexcept
 Have subMesh?
const fvMeshsubMesh () const
 Return reference to subset mesh.
fvMeshsubMesh ()
 Return reference to subset mesh.
const labelListpointMap () const
 Return point map.
const labelListfaceMap () const
 Return face map.
const labelListfaceFlipMap () const
 Return face map with sign to encode flipped faces.
const labelListcellMap () const
 Return cell map.
const labelListpatchMap () const
 Return patch map.
const labelListpointPatchMap () const
 Return point-patch map. Usually identical to patchMap except if additional patches are added to the pointMesh.
void clear ()
 Reset subMesh and all maps.
void reset ()
 Reset subMesh and all maps. Same as clear().
void reset (Foam::zero)
 Reset to a zero-sized subset mesh, non-processor patches only.
void reset (autoPtr< fvMesh > &&subMeshPtr, labelList &&pointMap, labelList &&faceMap, labelList &&cellMap, labelList &&patchMap)
 Reset from components.
void reset (const bitSet &selectedCells, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells.
void reset (const labelUList &selectedCells, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells.
void reset (const labelHashSet &selectedCells, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells.
void reset (const label regioni, const labelUList &regions, const label patchID=-1, const bool syncCouples=true)
 Use the cells of cells corresponding to where region == regioni.
void setCellSubset (const bitSet &selectedCells, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells. Same as reset().
void setCellSubset (const labelUList &selectedCells, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells. Same as reset().
void setCellSubset (const labelHashSet &selectedCells, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells. Same as reset().
void setCellSubset (const label regioni, const labelUList &regions, const label patchID=-1, const bool syncPar=true)
 Use the specified subset of cells. Same as reset().
template<class Type>
tmp< DimensionedField< Type, volMesh > > interpolate (const DimensionedField< Type, volMesh > &, const bool allowUnmapped=false) const
 Map volume internal (dimensioned) field Optional unmapped argument (currently unused).
template<class Type>
tmp< GeometricField< Type, fvPatchField, volMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const bool allowUnmapped=false) const
 Map volume field.
template<class Type>
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const GeometricField< Type, fvsPatchField, surfaceMesh > &, const bool allowUnmapped=false) const
 Map surface field.
template<class Type>
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate (const GeometricField< Type, pointPatchField, pointMesh > &, const bool allowUnmapped=false) const
 Map point field.
template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &vf, const fvMesh &sMesh, const labelUList &patchMap, const labelUList &cellMap, const labelUList &faceMap, const bool allowUnmapped)
template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &vf, const bool allowUnmapped) const
template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > interpolate (const GeometricField< Type, fvsPatchField, surfaceMesh > &vf, const fvMesh &sMesh, const labelUList &patchMap, const labelUList &cellMap, const labelUList &faceMap)
template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > interpolate (const GeometricField< Type, fvsPatchField, surfaceMesh > &sf, const bool allowUnmapped) const
template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::pointPatchField, Foam::pointMesh > > interpolate (const GeometricField< Type, pointPatchField, pointMesh > &vf, const pointMesh &sMesh, const labelUList &patchMap, const labelUList &pointMap)
template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::pointPatchField, Foam::pointMesh > > interpolate (const GeometricField< Type, pointPatchField, pointMesh > &sf, const bool allowUnmapped) const
template<class Type>
Foam::tmp< Foam::DimensionedField< Type, Foam::volMesh > > interpolate (const DimensionedField< Type, volMesh > &df, const fvMesh &sMesh, const labelUList &cellMap)
template<class Type>
Foam::tmp< Foam::DimensionedField< Type, Foam::volMesh > > interpolate (const DimensionedField< Type, volMesh > &df, const bool allowUnmapped) const

Static Public Member Functions

template<class Type>
static tmp< DimensionedField< Type, volMesh > > interpolate (const DimensionedField< Type, volMesh > &, const fvMesh &sMesh, const labelUList &cellMap)
 Map volume internal (dimensioned) field.
template<class Type>
static tmp< GeometricField< Type, fvPatchField, volMesh > > interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const fvMesh &sMesh, const labelUList &patchMap, const labelUList &cellMap, const labelUList &faceMap, const bool allowUnmapped=false)
 Map volume field.
template<class Type>
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const GeometricField< Type, fvsPatchField, surfaceMesh > &, const fvMesh &sMesh, const labelUList &patchMap, const labelUList &cellMap, const labelUList &faceMap)
 Map surface field.
template<class Type>
static tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate (const GeometricField< Type, pointPatchField, pointMesh > &, const pointMesh &sMesh, const labelUList &patchMap, const labelUList &pointMap)
 Map point field.

Static Public Attributes

static word exposedPatchName
 Name for exposed internal faces (default: oldInternalFaces).

Protected Member Functions

bool checkHasSubMesh () const
 FatalError if subset has not been performed.

Detailed Description

Holds a reference to the original mesh (the baseMesh) and optionally to a subset of that mesh (the subMesh) with mapping lists for points, faces, and cells.

Can be constructed or reset to subset on the list of selected cells, which it creates as subMesh consisting only of the desired cells, with the mapping list for points, faces, and cells.

Places all exposed internal faces into either

  • a user supplied patch
  • a newly created patch "oldInternalFaces"
  • reset() does coupled patch subsetting as well. If it detects a face on a coupled patch 'losing' its neighbour it will move the face into the oldInternalFaces patch.
  • if a user supplied patch is used, it is up to the destination patchField to handle exposed internal faces (mapping from face -1). If not provided the default is to assign the internalField. All the basic patch field types (e.g. fixedValue) will give a warning and preferably derived patch field types should be used that know how to handle exposed faces (e.g. use uniformFixedValue instead of fixedValue)
Source files

Definition at line 75 of file fvMeshSubset.H.

Constructor & Destructor Documentation

◆ fvMeshSubset() [1/7]

fvMeshSubset ( const fvMeshSubset & )
delete

No copy construct.

References fvMeshSubset().

Referenced by fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), and operator=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fvMeshSubset() [2/7]

fvMeshSubset ( const fvMesh & baseMesh)
explicitnoexcept

Construct using the entire mesh (no subset).

Definition at line 400 of file fvMeshSubset.C.

References baseMesh(), and Foam::noexcept.

Here is the call graph for this function:

◆ fvMeshSubset() [3/7]

fvMeshSubset ( const fvMesh & baseMesh,
Foam::zero  )

Construct a zero-sized subset mesh, non-processor patches only.

Definition at line 406 of file fvMeshSubset.C.

References baseMesh(), fvMeshSubset(), and reset().

Here is the call graph for this function:

◆ fvMeshSubset() [4/7]

fvMeshSubset ( const fvMesh & baseMesh,
const bitSet & selectedCells,
const label patchID = -1,
const bool syncPar = true )

Construct for a cell-subset of the given mesh.

See reset() for more details.

Definition at line 414 of file fvMeshSubset.C.

References baseMesh(), fvMeshSubset(), patchID, and reset().

Here is the call graph for this function:

◆ fvMeshSubset() [5/7]

fvMeshSubset ( const fvMesh & baseMesh,
const labelUList & selectedCells,
const label patchID = -1,
const bool syncPar = true )

Construct for a cell-subset of the given mesh.

See reset() for more details.

Definition at line 428 of file fvMeshSubset.C.

References baseMesh(), fvMeshSubset(), patchID, and reset().

Here is the call graph for this function:

◆ fvMeshSubset() [6/7]

fvMeshSubset ( const fvMesh & baseMesh,
const labelHashSet & selectedCells,
const label patchID = -1,
const bool syncPar = true )

Construct for a cell-subset of the given mesh.

See reset() for more details.

Definition at line 442 of file fvMeshSubset.C.

References baseMesh(), fvMeshSubset(), patchID, and reset().

Here is the call graph for this function:

◆ fvMeshSubset() [7/7]

fvMeshSubset ( const fvMesh & baseMesh,
const label regioni,
const labelUList & regions,
const label patchID = -1,
const bool syncPar = true )

Construct for a cell-subset of the given mesh.

See reset() for more details.

Definition at line 456 of file fvMeshSubset.C.

References baseMesh(), fvMeshSubset(), patchID, and reset().

Here is the call graph for this function:

Member Function Documentation

◆ checkHasSubMesh()

bool checkHasSubMesh ( ) const
protected

FatalError if subset has not been performed.

Definition at line 112 of file fvMeshSubset.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::nl.

Referenced by cellMap(), faceMap(), patchMap(), pointMap(), pointPatchMap(), subMesh(), and subMesh().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ClassName()

ClassName ( "fvMeshSubset" )

◆ operator=()

void operator= ( const fvMeshSubset & )
delete

No copy assignment.

References baseMesh(), cellMap(), clear(), faceFlipMap(), faceMap(), fvMeshSubset(), hasSubMesh(), mesh(), Foam::noexcept, patchID, patchMap(), pointMap(), pointPatchMap(), reset(), and subMesh().

Here is the call graph for this function:

◆ baseMesh()

◆ mesh()

const Foam::fvMesh & mesh ( ) const
inlinenoexcept

Return baseMesh or subMesh, depending on the current state.

Definition at line 29 of file fvMeshSubsetI.H.

References Foam::noexcept.

Referenced by operator=().

Here is the caller graph for this function:

◆ hasSubMesh()

bool hasSubMesh ( ) const
inlinenoexcept

Have subMesh?

Definition at line 35 of file fvMeshSubsetI.H.

References Foam::noexcept.

Referenced by operator=().

Here is the caller graph for this function:

◆ subMesh() [1/2]

const Foam::fvMesh & subMesh ( ) const
inline

Return reference to subset mesh.

Definition at line 41 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Referenced by structuredDecomp::decompose(), fvMeshDistribute::distribute(), marchingCells::initialise(), interpolate(), interpolate(), interpolate(), interpolate(), operator=(), structuredRenumber::renumber(), and momentumError::write().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ subMesh() [2/2]

Foam::fvMesh & subMesh ( )
inline

Return reference to subset mesh.

Definition at line 49 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Here is the call graph for this function:

◆ pointMap()

const Foam::labelList & pointMap ( ) const
inline

Return point map.

Definition at line 57 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Referenced by fvMeshDistribute::distribute(), interpolate(), interpolate(), interpolate(), operator=(), and reset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ faceMap()

const Foam::labelList & faceMap ( ) const
inline

Return face map.

Definition at line 65 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Referenced by fvMeshDistribute::distribute(), marchingCells::initialise(), interpolate(), interpolate(), interpolate(), interpolate(), operator=(), and reset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ faceFlipMap()

const Foam::labelList & faceFlipMap ( ) const
inline

Return face map with sign to encode flipped faces.

Definition at line 73 of file fvMeshSubsetI.H.

Referenced by fvMeshDistribute::distribute(), and operator=().

Here is the caller graph for this function:

◆ cellMap()

const Foam::labelList & cellMap ( ) const
inline

Return cell map.

Definition at line 84 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Referenced by structuredDecomp::decompose(), fvMeshDistribute::distribute(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), operator=(), structuredRenumber::renumber(), and reset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ patchMap()

const Foam::labelList & patchMap ( ) const
inline

Return patch map.

Definition at line 92 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Referenced by fvMeshDistribute::distribute(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), interpolate(), operator=(), and reset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pointPatchMap()

const Foam::labelList & pointPatchMap ( ) const
inline

Return point-patch map. Usually identical to patchMap except if additional patches are added to the pointMesh.

Definition at line 100 of file fvMeshSubsetI.H.

References checkHasSubMesh().

Referenced by interpolate(), and operator=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clear()

void clear ( )

Reset subMesh and all maps.

Definition at line 473 of file fvMeshSubset.C.

Referenced by operator=().

Here is the caller graph for this function:

◆ reset() [1/7]

void reset ( )

Reset subMesh and all maps. Same as clear().

Definition at line 485 of file fvMeshSubset.C.

References clear().

Referenced by fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), fvMeshSubset(), operator=(), setCellSubset(), setCellSubset(), setCellSubset(), and setCellSubset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset() [2/7]

◆ reset() [3/7]

void reset ( autoPtr< fvMesh > && subMeshPtr,
labelList && pointMap,
labelList && faceMap,
labelList && cellMap,
labelList && patchMap )

Reset from components.

Parameters
subMeshPtrMesh subset
pointMapPoint mapping
faceMapFace mapping
cellMapCell mapping
patchMapPatch mapping

Definition at line 491 of file fvMeshSubset.C.

References cellMap(), clear(), faceMap(), patchMap(), and pointMap().

Here is the call graph for this function:

◆ reset() [4/7]

void reset ( const bitSet & selectedCells,
const label patchID = -1,
const bool syncPar = true )

◆ reset() [5/7]

void reset ( const labelUList & selectedCells,
const label patchID = -1,
const bool syncPar = true )

Use the specified subset of cells.

Definition at line 1387 of file fvMeshSubset.C.

References baseMesh(), Foam::BitSetOps::create(), patchID, and reset().

Here is the call graph for this function:

◆ reset() [6/7]

void reset ( const labelHashSet & selectedCells,
const label patchID = -1,
const bool syncPar = true )

Use the specified subset of cells.

Definition at line 1403 of file fvMeshSubset.C.

References baseMesh(), Foam::BitSetOps::create(), patchID, and reset().

Here is the call graph for this function:

◆ reset() [7/7]

void reset ( const label regioni,
const labelUList & regions,
const label patchID = -1,
const bool syncCouples = true )

Use the cells of cells corresponding to where region == regioni.

Definition at line 1419 of file fvMeshSubset.C.

References baseMesh(), Foam::BitSetOps::create(), patchID, and reset().

Here is the call graph for this function:

◆ setCellSubset() [1/4]

void setCellSubset ( const bitSet & selectedCells,
const label patchID = -1,
const bool syncPar = true )
inline

Use the specified subset of cells. Same as reset().

Definition at line 390 of file fvMeshSubset.H.

References patchID, reset(), and setCellSubset().

Referenced by setCellSubset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setCellSubset() [2/4]

void setCellSubset ( const labelUList & selectedCells,
const label patchID = -1,
const bool syncPar = true )
inline

Use the specified subset of cells. Same as reset().

Definition at line 403 of file fvMeshSubset.H.

References patchID, and reset().

Here is the call graph for this function:

◆ setCellSubset() [3/4]

void setCellSubset ( const labelHashSet & selectedCells,
const label patchID = -1,
const bool syncPar = true )
inline

Use the specified subset of cells. Same as reset().

Definition at line 416 of file fvMeshSubset.H.

References patchID, and reset().

Here is the call graph for this function:

◆ setCellSubset() [4/4]

void setCellSubset ( const label regioni,
const labelUList & regions,
const label patchID = -1,
const bool syncPar = true )
inline

Use the specified subset of cells. Same as reset().

Definition at line 429 of file fvMeshSubset.H.

References patchID, and reset().

Here is the call graph for this function:

◆ interpolate() [1/16]

template<class Type>
tmp< DimensionedField< Type, volMesh > > interpolate ( const DimensionedField< Type, volMesh > & ,
const fvMesh & sMesh,
const labelUList & cellMap )
static

Map volume internal (dimensioned) field.

References cellMap().

Referenced by momentumError::calcMomentError(), and momentumError::divDevRhoReff().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ interpolate() [2/16]

template<class Type>
tmp< GeometricField< Type, fvPatchField, volMesh > > interpolate ( const GeometricField< Type, fvPatchField, volMesh > & ,
const fvMesh & sMesh,
const labelUList & patchMap,
const labelUList & cellMap,
const labelUList & faceMap,
const bool allowUnmapped = false )
static

Map volume field.

Optionally allow unmapped faces not to produce a warning

References cellMap(), faceMap(), and patchMap().

Here is the call graph for this function:

◆ interpolate() [3/16]

template<class Type>
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate ( const GeometricField< Type, fvsPatchField, surfaceMesh > & ,
const fvMesh & sMesh,
const labelUList & patchMap,
const labelUList & cellMap,
const labelUList & faceMap )
static

Map surface field.

Optionally negates value if flipping a face (from exposing an internal face)

References cellMap(), faceMap(), and patchMap().

Here is the call graph for this function:

◆ interpolate() [4/16]

template<class Type>
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate ( const GeometricField< Type, pointPatchField, pointMesh > & ,
const pointMesh & sMesh,
const labelUList & patchMap,
const labelUList & pointMap )
static

Map point field.

References patchMap(), and pointMap().

Here is the call graph for this function:

◆ interpolate() [5/16]

template<class Type>
tmp< DimensionedField< Type, volMesh > > interpolate ( const DimensionedField< Type, volMesh > & ,
const bool allowUnmapped = false ) const

Map volume internal (dimensioned) field Optional unmapped argument (currently unused).

◆ interpolate() [6/16]

template<class Type>
tmp< GeometricField< Type, fvPatchField, volMesh > > interpolate ( const GeometricField< Type, fvPatchField, volMesh > & ,
const bool allowUnmapped = false ) const

Map volume field.

Optionally allow unmapped faces not to produce a warning

◆ interpolate() [7/16]

template<class Type>
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate ( const GeometricField< Type, fvsPatchField, surfaceMesh > & ,
const bool allowUnmapped = false ) const

Map surface field.

Optionally allow unmapped faces not to produce a warning (currently unused)

◆ interpolate() [8/16]

template<class Type>
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate ( const GeometricField< Type, pointPatchField, pointMesh > & ,
const bool allowUnmapped = false ) const

Map point field.

Optionally allow unmapped points not to produce a warning (currently unused)

◆ interpolate() [9/16]

◆ interpolate() [10/16]

template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > interpolate ( const GeometricField< Type, fvPatchField, volMesh > & vf,
const bool allowUnmapped ) const

Definition at line 194 of file fvMeshSubsetTemplates.C.

References cellMap(), Foam::faceMap(), Foam::interpolate(), patchMap(), and subMesh().

Here is the call graph for this function:

◆ interpolate() [11/16]

◆ interpolate() [12/16]

template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > interpolate ( const GeometricField< Type, fvsPatchField, surfaceMesh > & sf,
const bool allowUnmapped ) const

Definition at line 383 of file fvMeshSubsetTemplates.C.

References cellMap(), Foam::faceMap(), Foam::interpolate(), patchMap(), and subMesh().

Here is the call graph for this function:

◆ interpolate() [13/16]

◆ interpolate() [14/16]

template<class Type>
Foam::tmp< Foam::GeometricField< Type, Foam::pointPatchField, Foam::pointMesh > > interpolate ( const GeometricField< Type, pointPatchField, pointMesh > & sf,
const bool allowUnmapped ) const

Definition at line 537 of file fvMeshSubsetTemplates.C.

References Foam::interpolate(), MeshObject< polyMesh, UpdateableMeshObject, pointMesh >::New(), pointMap(), pointPatchMap(), and subMesh().

Here is the call graph for this function:

◆ interpolate() [15/16]

template<class Type>
Foam::tmp< Foam::DimensionedField< Type, Foam::volMesh > > interpolate ( const DimensionedField< Type, volMesh > & df,
const fvMesh & sMesh,
const labelUList & cellMap )

◆ interpolate() [16/16]

template<class Type>
Foam::tmp< Foam::DimensionedField< Type, Foam::volMesh > > interpolate ( const DimensionedField< Type, volMesh > & df,
const bool allowUnmapped ) const

Definition at line 594 of file fvMeshSubsetTemplates.C.

References cellMap(), Foam::interpolate(), and subMesh().

Here is the call graph for this function:

Member Data Documentation

◆ exposedPatchName

word exposedPatchName
static

Name for exposed internal faces (default: oldInternalFaces).

Definition at line 162 of file fvMeshSubset.H.

Referenced by marchingCells::initialise(), and reset().


The documentation for this class was generated from the following files: