PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
pvdCollectionWriter.h File Reference
#include <string>
#include <utility>
#include <vector>
Include dependency graph for pvdCollectionWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rw::PvtuPointArray
 

Namespaces

namespace  rw
 Collection of methods and database related to reading and writing.
 

Functions

void rw::writePvdCollectionFile (const std::string &pvd_path, const std::vector< std::pair< double, std::string > > &time_and_vtu_relative_path)
 Write a ParaView VTK collection (.pvd) that lists VTU files with timesteps.
 
void rw::writePvtuCollectionFile (const std::string &pvtu_path, const std::vector< std::string > &piece_vtu_relative_paths, const std::vector< PvtuPointArray > &point_arrays={})
 Write a ParaView parallel VTU (.pvtu) that lists per-rank .vtu pieces.