Functions
oomph::ParaviewHelper Namespace Reference

//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// 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)
 Add name of output file and associated continuous time to pvd file. More...
 
void write_pvd_footer (std::ofstream &pvd_file)
 Write the pvd file footer. More...
 

Detailed Description

//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

Namespace for paraview-style output helper functions

Function Documentation

◆ write_pvd_footer()

void oomph::ParaviewHelper::write_pvd_footer ( std::ofstream &  pvd_file)

Write the pvd file footer.

Definition at line 9639 of file mesh.cc.

◆ write_pvd_header()

void oomph::ParaviewHelper::write_pvd_header ( std::ofstream &  pvd_file)

Write the pvd file header.

Definition at line 9615 of file mesh.cc.

◆ write_pvd_information()

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.

Definition at line 9624 of file mesh.cc.