void cs_domain_extra_op(cs_domain_t *domain)
Extra-operations of the computational domain after a resolution. Mostly used inside CDO schemes User-...
Definition: cs_domain_op.cpp:436
void cs_domain_add_extra_op_time_control(cs_domain_t *domain, cs_time_control_t *tc)
Add a time control dedicated to the extra-operations. The lifecycle of the time control is now manage...
Definition: cs_domain_op.cpp:395
void cs_domain_write_restart(const cs_domain_t *domain)
Write a restart file for the CDO/HHO module.
Definition: cs_domain_op.cpp:778
void cs_domain_post_init(cs_domain_t *domain)
Initialize the generic post-processing related to a domain.
Definition: cs_domain_op.cpp:418
void cs_domain_read_restart(cs_domain_t *domain)
Read a restart file for the CDO/HHO module.
Definition: cs_domain_op.cpp:557
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:120