![]() |
|
Namespace for paraview-style output helper functions. More...
Functions | |
| void | write_pvd_header (std::ofstream &pvd_file) |
| Write the pvd file header. More... | |
| void | write_pvd_information (std::ofstream &pvd_file, const std::string &output_filename, const double &time) |
| void | write_pvd_footer (std::ofstream &pvd_file) |
| Write the pvd file footer. More... | |
Namespace for paraview-style output helper functions.
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
| void oomph::ParaviewHelper::write_pvd_footer | ( | std::ofstream & | pvd_file | ) |
Write the pvd file footer.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::unsteady_run().
| void oomph::ParaviewHelper::write_pvd_header | ( | std::ofstream & | pvd_file | ) |
| void oomph::ParaviewHelper::write_pvd_information | ( | std::ofstream & | pvd_file, |
| const std::string & | output_filename, | ||
| const double & | time | ||
| ) |
Add name of output file and associated continuous time to pvd file.
Referenced by InterfaceProblem< ELEMENT, TIMESTEPPER >::doc_solution().