44 throw std::runtime_error(
"The number of nodes for a non-existing part can not be calculated");
static const uint limitOfNodesForVTK
limits how many grid nodes are written into a single vtk file
static uint calculateNumberOfParts(uint numberOfNodes)
calculate how many output vtk-files are created for one timestep of the given grid level
static uint calculateStartingPostionOfPart(uint indexOfPart)
static uint calculateNumberOfNodesInPart(uint numberOfNodes, uint indexOfFilePart)
calculate how many grid nodes are written to the file with the given index
std::shared_ptr< T > SPtr