mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: consolidate processorTopology handling for volume and area meshes
- relocate templating to factory method 'New'. Adds provisions for more general re-use. - expose processor topology in globalMesh as topology() - wrap proc->patch lookup as processorTopology::procPatchLookup method (failsafe). May consider using Map<label> for its storage in the future.
This commit is contained in:
@ -31,6 +31,7 @@ License
|
||||
#include "globalIndex.H"
|
||||
#include "meshToMeshMethod.H"
|
||||
#include "nearestFaceAMI.H"
|
||||
#include "processorPolyPatch.H"
|
||||
#include "faceAreaWeightAMI.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user