#include "base/cs_defs.h"#include <assert.h>#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bft/bft_mem.h"#include "bft/bft_error.h"#include "bft/bft_printf.h"#include "base/cs_field.h"#include "base/cs_field_pointer.h"#include "lagr/cs_lagr.h"#include "lagr/cs_lagr_extract.h"#include "lagr/cs_lagr_tracking.h"#include "base/cs_log.h"#include "base/cs_map.h"#include "base/cs_parall.h"#include "base/cs_physical_constants.h"#include "base/cs_prototypes.h"#include "mesh/cs_mesh_location.h"#include "base/cs_restart.h"#include "base/cs_thermal_model.h"#include "lagr/cs_lagr_restart.h"
Include dependency graph for cs_lagr_restart.cpp:Functions | |
| int | cs_lagr_restart_read_particle_data (cs_restart_t *r) |
| Read particle data from checkpoint. More... | |
| int | cs_lagr_restart_write_particle_data (cs_restart_t *r) |
| Write particle data to checkpoint. More... | |
Checkpoint/restart handling for Lagrangian module.
| int cs_lagr_restart_read_particle_data | ( | cs_restart_t * | r | ) |
Read particle data from checkpoint.
| [in,out] | r | associated restart file pointer |
| int cs_lagr_restart_write_particle_data | ( | cs_restart_t * | r | ) |
Write particle data to checkpoint.
| [in,out] | r | associated restart file pointer |