1 #ifndef __CS_RESTART_DEFAULT_H__
2 #define __CS_RESTART_DEFAULT_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:405
void cs_restart_write_bc_coeffs(cs_restart_t *restart)
Write boundary condition coefficients for all fields to checkpoint.
Definition: cs_restart_default.c:255
void cs_restart_read_time_step_info(cs_restart_t *restart)
Read restart time step info.
Definition: cs_restart_default.c:368
#define END_C_DECLS
Definition: cs_defs.h:406
void cs_restart_read_bc_coeffs(cs_restart_t *restart)
Read boundary condition coefficients for all fields from checkpoint.
Definition: cs_restart_default.c:124