![]() |
OGS
|
|
This is the complete list of members for ProcessLib::OutputFormat, including all inherited members.
| compression | ProcessLib::OutputFormat | |
| constructFilename(std::string const &mesh_name, int const timestep, double const t, int const iteration, bool const converged) const =0 | ProcessLib::OutputFormat | pure virtual |
| directory | ProcessLib::OutputFormat | |
| operator=(OutputFormat &other)=delete | ProcessLib::OutputFormat | |
| operator=(OutputFormat &&other)=default | ProcessLib::OutputFormat | |
| OutputFormat(std::string const &directory, std::string prefix, std::string suffix, bool const compression) | ProcessLib::OutputFormat | |
| OutputFormat(OutputFormat const &other)=delete | ProcessLib::OutputFormat | |
| OutputFormat(OutputFormat &&other)=default | ProcessLib::OutputFormat | |
| outputMeshes(const int timestep, const double t, const int iteration, bool const converged, std::vector< std::reference_wrapper< const MeshLib::Mesh > > const &meshes, std::set< std::string > const &output_variables) const =0 | ProcessLib::OutputFormat | pure virtual |
| prefix | ProcessLib::OutputFormat | |
| suffix | ProcessLib::OutputFormat | |
| ~OutputFormat()=default | ProcessLib::OutputFormat | virtual |