NuTo
Numerics Tool
Functions
PostProcess.cpp File Reference
#include "nuto/visualize/PostProcess.h"
#include <boost/filesystem.hpp>

Functions

std::string FormatTime (double t)
 
void AddToPvdFile (std::string pvdFileName, std::string vtuFileName, double t)
 Adds the vtuFileName to the pvdFileName with the time step t. More...
 

Function Documentation

void AddToPvdFile ( std::string  pvdFileName,
std::string  vtuFileName,
double  t 
)

Adds the vtuFileName to the pvdFileName with the time step t.

Parameters
pvdFileNamefull pvd file name including ".pvd"
vtuFileNamefull vtu file name including ".vtu" that is added to the pvdFileName
tcorresponding time
Remarks
This might as well be a general purpose function/class to be used outside of this class, YAGNI for now.
std::string FormatTime ( double  t)