Include dependency graph for cs_domain_op.h:Go to the source code of this file.
Functions | |
| 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 managed by the domain structure. More... | |
| void | cs_domain_post_init (cs_domain_t *domain) |
| Initialize the generic post-processing related to a domain. More... | |
| void | cs_domain_extra_op (cs_domain_t *domain) |
| Extra-operations of the computational domain after a resolution. Mostly used inside CDO schemes User-defined extra-operations are also called inside this function. More... | |
| void | cs_domain_read_restart (cs_domain_t *domain) |
| Read a restart file for the CDO/HHO module. More... | |
| void | cs_domain_write_restart (const cs_domain_t *domain) |
| Write a restart file for the CDO/HHO module. More... | |
| 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 managed by the domain structure.
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | tc | pointer to a time control structure |
| void cs_domain_extra_op | ( | cs_domain_t * | domain | ) |
Extra-operations of the computational domain after a resolution. Mostly used inside CDO schemes User-defined extra-operations are also called inside this function.
| [in,out] | domain | pointer to a cs_domain_t structure |
| void cs_domain_post_init | ( | cs_domain_t * | domain | ) |
Initialize the generic post-processing related to a domain.
| [in] | domain | pointer to a cs_domain_t structure |
| void cs_domain_read_restart | ( | cs_domain_t * | domain | ) |
Read a restart file for the CDO/HHO module.
| [in,out] | domain | pointer to a cs_domain_t structure |
| void cs_domain_write_restart | ( | const cs_domain_t * | domain | ) |
Write a restart file for the CDO/HHO module.
| [in] | domain | pointer to a cs_domain_t structure |