void cs_domain_post(cs_domain_t *domain)
Post-processing of the computational domain after a resolution.
Definition: cs_domain_op.c:423
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:87
void cs_domain_write_restart(const cs_domain_t *domain)
Write a restart file for the CDO/HHO module.
Definition: cs_domain_op.c:731
void cs_domain_read_restart(cs_domain_t *domain)
Read a restart file for the CDO/HHO module.
Definition: cs_domain_op.c:522
void cs_domain_post_init(cs_domain_t *domain)
Initialize the generic post-processing related to a domain.
Definition: cs_domain_op.c:408