Print solution if IterationNo = PrintIt1 to PrintIt6. More...
#include "Carmen.h"
Functions | |
void | ViewIteration (Node *Root) |
Writes into file the data of the tree structure from physical time PrintTime1 to physical time PrintTime6. The output file names are Average_N.dat and Mesh_N.dat, N being between 1 and 6. The root node is Root. Only for multiresolution computations. More... | |
void | ViewIteration (FineMesh *Root) |
Same as previous for a fine mesh Root. Only for finite volume computations. More... | |
Print solution if IterationNo = PrintIt1 to PrintIt6.
void ViewIteration | ( | Node * | Root | ) |
Writes into file the data of the tree structure from physical time PrintTime1 to physical time PrintTime6. The output file names are Average_N.dat and Mesh_N.dat, N being between 1 and 6. The root node is Root. Only for multiresolution computations.
Root | Root node |
void ViewIteration | ( | FineMesh * | Root | ) |
Same as previous for a fine mesh Root. Only for finite volume computations.
Root | Fine mesh |