waLBerla 7.2
|
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::postprocessing |
Functions | |
shared_ptr< TriangleMesh > | walberla::postprocessing::gatherMesh (const shared_ptr< TriangleMesh > &mesh, bool gatherNormals, int targetRank, MPI_Comm comm) |
Gathers parts of a TriangleMesh on a single process and merges them into a single mesh. | |
shared_ptr< TriangleMesh > | walberla::postprocessing::gatherMeshIntoMultiplePieces (int &pieceOut, const shared_ptr< TriangleMesh > &mesh, bool gatherNormals, uint_t pieces, MPI_Comm comm) |
Similar to gatherMesh but meshes is reduced into n pieces (instead of 1 piece ) | |