41 const int timestep,
const double t,
const int iteration,
42 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
43 std::set<std::string>
const& output_variables)
const = 0;
47 int const iteration)
const = 0;
52 os <<
"OutputFormat::directory:" << of.
directory << std::endl;
53 os <<
"OutputFormat::prefix:" << of.
prefix << std::endl;
54 os <<
"OutputFormat::suffix:" << of.
suffix << std::endl;
55 os <<
"OutputFormat::compression:" << of.
compression << std::endl;
71 const int timestep,
const double t,
const int iteration,
72 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
73 std::set<std::string>
const& output_variables)
const override;
85 std::string
const& mesh_name)
const;
88 int const timestep,
double const t,
89 int const iteration)
const override;
108 const int timestep,
const double t,
const int iteration,
109 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
110 std::set<std::string>
const& output_variables)
const override
116 int const timestep,
double const t,
117 int const iteration)
const override;
126 std::set<std::string>
const& output_variables,
127 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
128 int const timestep,
double const t,
int const iteration)
const;
132 bool const compress_output,
int const data_mode);
XdmfWriter which create contiguous data for geometry and topology and writes this and all attributes ...
std::ostream & operator<<(std::ostream &os, Output const &output)
void outputMeshVtk(std::string const &file_name, MeshLib::Mesh const &mesh, bool const compress_output, int const data_mode)