52 #ifndef fvMeshDistribute_H 53 #define fvMeshDistribute_H 64 class mapAddedPolyMesh;
65 class mapDistributePolyMesh;
81 static void inplaceRenumberWithFlip
84 const bool oldToNewHasFlip,
85 const bool lstHasFlip,
92 const bool selectEqual,
98 static void checkEqualWordList(
const string&,
const wordList&);
107 label findInternalPatch()
const;
110 template<
class T,
class Mesh>
111 void saveBoundaryFields
117 template<
class T,
class Mesh>
118 void mapBoundaryFields
137 template<
class GeoField>
138 void correctProcessorPatchFields();
179 static void subsetCouplingData
189 const label oldInternalFaces,
208 static void findCouples
232 const label nInternalFaces1,
251 const label oldInternalPatchi
291 template<
class GeoField>
292 static void sendFields
318 template<
class GeoField>
319 static void receiveFields
323 typename GeoField::Mesh&,
365 template<
class GeoField>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fvMeshDistribute(fvMesh &mesh)
Construct from mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
ClassName("fvMeshDistribute")
Cell-face mesh analysis engine.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Class containing mesh-to-mesh mapping information after a mesh addition where we add a mesh ('added m...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
static List< word > fieldNames
Sends/receives parts of mesh+fvfields to neighbouring processors. Used in load balancing.
Accumulating histogram of values. Specified bin resolution automatic generation of bins...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static void printFieldInfo(const fvMesh &)
Print some field info.
autoPtr< mapDistributePolyMesh > distribute(const labelList &dist)
Send cells to neighbours according to distribution.
Post-processing mesh subset tool. Given the original mesh and the list of selected cells...
static void printMeshInfo(const fvMesh &)
Print some info on mesh.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
static void printCoupleInfo(const primitiveMesh &, const labelList &, const labelList &, const labelList &, const labelList &)
Print some info on coupling data.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
void operator=(const fvMeshDistribute &)=delete
Disallow default bitwise assignment.
static labelList countCells(const labelList &)
Helper function: count cells per processor in wanted distribution.