#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_time_stepping (void) |
Main time loop. More... | |
void | cs_time_stepping_write_checkpoint (bool checkpoint_mesh) |
Output a checkpoint. More... | |
void cs_time_stepping | ( | void | ) |
Main time loop.
void cs_time_stepping_write_checkpoint | ( | bool | checkpoint_mesh | ) |
Output a checkpoint.
If needed, the mesh is also output in the checkpoint directory, exect if this function is called for checkpoint serialized in memory (which is a special case for FMI exchange).
[in] | checkpoint_mesh | also save mesh in checkpoint directory |