|  | programmer's documentation | 
#include "cs_defs.h"#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bft_mem.h"#include "bft_error.h"#include "bft_printf.h"#include "cs_field.h"#include "cs_log.h"#include "cs_parall.h"#include "cs_mesh_location.h"#include "cs_restart_default.h"
| Functions | |
| void | cs_restart_read_bc_coeffs (cs_restart_t *restart) | 
| Read boundary condition coefficients for all fields from checkpoint.  More... | |
| void | cs_restart_write_bc_coeffs (cs_restart_t *restart) | 
| Write boundary condition coefficients for all fields to checkpoint.  More... | |
Checkpoint/restart handling for default application.
| 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)
| [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.
| [in,out] | restart | associated restart file pointer | 
 1.8.3.1
 1.8.3.1