Backup the last simulation. More...
#include "Carmen.h"
Functions | |
void | Backup (Node *Root) |
Stores the tree structure and data in order to restart a multiresolution computation. More... | |
void | Backup (FineMesh *Root) |
Stores the data countained in a regular mesh Root in order to restart a finite volume computation. More... | |
Backup the last simulation.
void Backup | ( | Node * | Root | ) |
Stores the tree structure and data in order to restart a multiresolution computation.
Root denotes the pointer to the first node of the tree structure.
Root | Root |
void Backup | ( | FineMesh * | Root | ) |
Stores the data countained in a regular mesh Root in order to restart a finite volume computation.
Root | Root |