#include "base/cs_defs.h"#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bft/bft_error.h"#include "base/cs_ale.h"#include "base/cs_array.h"#include "atmo/cs_atmo.h"#include "base/cs_boundary_conditions.h"#include "comb/cs_coal.h"#include "cogz/cs_combustion_gas.h"#include "elec/cs_elec_model.h"#include "base/cs_field_default.h"#include "base/cs_field_pointer.h"#include "base/cs_log.h"#include "base/cs_map.h"#include "base/cs_mem.h"#include "base/cs_mobile_structures.h"#include "base/cs_parameters.h"#include "base/cs_physical_constants.h"#include "pprt/cs_physical_model.h"#include "base/cs_time_moment.h"#include "base/cs_time_step.h"#include "turb/cs_turbulence_model.h"#include "base/cs_turbomachinery.h"#include "base/cs_velocity_pressure.h"#include "base/cs_vof.h"#include "base/cs_wall_condensation.h"#include "base/cs_wall_condensation_1d_thermal.h"#include "base/cs_restart_main_and_aux.h"
Include dependency graph for cs_restart_main_and_aux.cpp:Functions | |
| void | cs_restart_main_and_aux_write (void) |
| Write main and auxiliary checkpoint files. More... | |
| void | cs_restart_main_and_aux_read (void) |
| Read main and auxiliary checkpoint files. More... | |
Read and write functions for main and auxiliary checkpoint files.
| void cs_restart_main_and_aux_read | ( | void | ) |
Read main and auxiliary checkpoint files.
| void cs_restart_main_and_aux_write | ( | void | ) |
Write main and auxiliary checkpoint files.