1 #ifndef __CS_LAGR_RESTART_H__
2 #define __CS_LAGR_RESTART_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
#define END_C_DECLS
Definition: cs_defs.h:515
int cs_lagr_restart_write_particle_data(cs_restart_t *r)
Write particle data to checkpoint.
Definition: cs_lagr_restart.c:673
int cs_lagr_restart_read_particle_data(cs_restart_t *r)
Read particle data from checkpoint.
Definition: cs_lagr_restart.c:386
struct _cs_restart_t cs_restart_t
Definition: cs_restart.h:95