void cs_domain_read_restart(cs_domain_t *domain)
Read a restart file for the CDO/HHO module.
Definition: cs_domain_op.c:499
void cs_domain_write_restart(const cs_domain_t *domain)
Write a restart file for the CDO/HHO module.
Definition: cs_domain_op.c:708
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:84
void cs_domain_post_init(cs_domain_t *domain)
Initialize the generic post-processing related to a domain.
Definition: cs_domain_op.c:387
void cs_domain_post(cs_domain_t *domain)
Process the computational domain after the resolution.
Definition: cs_domain_op.c:402