void cs_domain_post_update(double dt)
Update the hidden view of the domain dedicated for post-processing.
Definition: cs_domain_post.c:346
void cs_domain_post_init(double dt, cs_cdo_quantities_t *quant, int n_adv_fields, cs_adv_field_t **adv_fields, int n_properties, cs_property_t **properties, int n_equations, cs_equation_t **equations)
Initialize the generic post-processing related to a domain.
Definition: cs_domain_post.c:311
void cs_domain_post_activate(cs_time_step_t *time_step)
Activate writers and output meshes if needed.
Definition: cs_domain_post.c:361
void cs_domain_post(cs_time_step_t *time_step)
Update the hidden view of the domain dedicated for post-processing.
Definition: cs_domain_post.c:375
void cs_domain_post_finalize(void)
Finalize post-processing related to the computational domain.
Definition: cs_domain_post.c:398