void cs_domain_write_restart(const cs_domain_t *domain)
Write a restart file for the CDO/HHO module.
Definition: cs_domain_op.cpp:794
void cs_f_cdo_post_domain(void)
Solve only steady-state equations.
Definition: cs_domain_op.cpp:394
void cs_domain_post_init(cs_domain_t *domain)
Initialize the generic post-processing related to a domain.
Definition: cs_domain_op.cpp:412
void cs_domain_read_restart(cs_domain_t *domain)
Read a restart file for the CDO/HHO module.
Definition: cs_domain_op.cpp:573
void cs_domain_post(cs_domain_t *domain)
Post-processing of the computational domain after a resolution.
Definition: cs_domain_op.cpp:428
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:129