41 const int timestep,
const double t,
const int iteration,
43 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
44 std::set<std::string>
const& output_variables)
const = 0;
46 int const timestep,
double const t,
48 bool const converged)
const = 0;
53 os <<
"OutputFormat::directory:" << of.
directory << std::endl;
54 os <<
"OutputFormat::prefix:" << of.
prefix << std::endl;
55 os <<
"OutputFormat::suffix:" << of.
suffix << std::endl;
56 os <<
"OutputFormat::compression:" << of.
compression << std::endl;
72 const int timestep,
const double t,
const int iteration,
74 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
75 std::set<std::string>
const& output_variables)
const override;
87 std::string
const& mesh_name)
const;
90 int const timestep,
double const t,
92 bool const converged)
const override;
111 const int timestep,
const double t,
const int iteration,
112 bool const converged,
113 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
114 std::set<std::string>
const& output_variables)
const override
121 int const timestep,
double const t,
123 bool const converged)
const override;
132 std::set<std::string>
const& output_variables,
133 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
134 int const timestep,
double const t,
int const iteration,
135 bool const converged)
const;
139 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)