GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
parallel.hpp File Reference

Helper function for writing parallel VTK files. More...

#include <array>
#include <vector>
#include <string>
#include <utility>
#include <concepts>
#include <algorithm>
#include <iterator>
#include <numeric>
#include <tuple>
#include <cmath>
#include <gridformat/common/math.hpp>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/common/concepts.hpp>
#include <gridformat/common/ranges.hpp>
#include <gridformat/common/field.hpp>
#include <gridformat/grid/grid.hpp>
#include <gridformat/parallel/communication.hpp>
#include <gridformat/parallel/helpers.hpp>
#include <gridformat/xml/element.hpp>
#include <gridformat/vtk/attributes.hpp>

Go to the source code of this file.

Classes

class  GridFormat::PVTK::PDataArrayHelper< Encoder, DataFormat >
 Helper to add a PDataArray child to an xml element. More...
 
class  GridFormat::PVTK::StructuredGridMapper< dim >
 
class  GridFormat::PVTK::StructuredGridMapperHelper< T, dim >
 
class  GridFormat::PVTK::StructuredParallelGridHelper< Communicator >
 

Functions

std::string GridFormat::PVTK::piece_basefilename (const std::string &par_filename, int rank)
 Return the piece filename (w/o extension) for the given rank.