|
namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g.
|
|
namespace | walberla::field |
|
|
template<typename Field_T , typename ResultField_T > |
void | walberla::field::gather (ResultField_T &gatheredField, const shared_ptr< StructuredBlockStorage > &blocks, ConstBlockDataID fieldID, CellInterval boundingBox=CellInterval(), int targetRank=0, MPI_Comm comm=MPI_COMM_WORLD) |
| Gathers (part of) a field on a single process.
|
|
template<typename Field_T , typename ResultField_T > |
void | walberla::field::gatherSlice (ResultField_T &gatheredField, const shared_ptr< StructuredBlockStorage > &blocks, ConstBlockDataID fieldID, int sliceDim, cell_idx_t sliceValue, int targetRank=0, MPI_Comm comm=MPI_COMM_WORLD) |
|