#include "cs_defs.h"
#include "cs_field.h"
#include "cs_restart.h"
Go to the source code of this file.
void cs_restart_read_bc_coeffs |
( |
cs_restart_t * |
restart | ) |
|
Read boundary condition coefficients for all fields from checkpoint.
(end ignore by Doxygen)
(end ignore by Doxygen)
- Parameters
-
[in,out] | restart | associated restart file pointer |
void cs_restart_read_time_step_info |
( |
cs_restart_t * |
restart | ) |
|
Read restart time step info.
- Parameters
-
[in,out] | restart | associated restart file pointer |
void cs_restart_write_bc_coeffs |
( |
cs_restart_t * |
restart | ) |
|
Write boundary condition coefficients for all fields to checkpoint.
- Parameters
-
[in,out] | restart | associated restart file pointer |