Loading...
Searching...
No Matches
pod_kernel.cpp
std::unique_ptr< VolumeKernel > readMesh(const pod::SnapshotFile &snap)
Definition pod_kernel.cpp:130
void computeMapper(const VolumeKernel *mesh, bool fillInv=true)
Definition pod_kernel.cpp:194
void adaptionPrepare(const std::vector< adaption::Info > &info)
Definition pod_kernel.cpp:214
void adaptionAlter(const std::vector< adaption::Info > &info, bool fillInv=true)
Definition pod_kernel.cpp:226
void adaptionCleanUp(const std::vector< adaption::Info > &info)
Definition pod_kernel.cpp:236
void setMesh(std::unique_ptr< VolumeKernel > &&mesh)
Definition pod_kernel.cpp:110
void restoreMesh(const pod::SnapshotFile &snap)
Definition pod_kernel.cpp:150
double getRawCellVolume(long rawIndex)
Definition pod_kernel.cpp:184
void initializeCommunicator(MPI_Comm communicator)
Definition pod_kernel.cpp:285
The VolumeKernel class provides an interface for defining volume patches.
Definition volume_kernel.hpp:33
The VolumeMapper is the class to map two meshes.
Definition volume_mapper.hpp:102
The SnapFile structure is used to store the file names inside POD classes.
Definition pod_common.hpp:46
