Print solution every PrintEvery iteration. More...
#include "Carmen.h"
Functions | |
void | ViewEvery (Node *Root, int arg) |
Writes into file the data of the tree structure at iteration arg. The output file names are AverageNNN.dat and MeshNNN.dat, NNN being the iteration in an accurate format. The root node is Root. Only for multiresolution computations. More... | |
void | ViewEvery (FineMesh *Root, int arg) |
Same as previous for a fine mesh Root. Only for finite volume computations. More... | |
Print solution every PrintEvery iteration.
void ViewEvery | ( | Node * | Root, |
int | arg | ||
) |
Writes into file the data of the tree structure at iteration arg. The output file names are AverageNNN.dat and MeshNNN.dat, NNN being the iteration in an accurate format. The root node is Root. Only for multiresolution computations.
Root | Root node |
arg | Argument |
void ViewEvery | ( | FineMesh * | Root, |
int | arg | ||
) |
Same as previous for a fine mesh Root. Only for finite volume computations.
Root | Fine mesh |
arg | argument |