void cs_domain_post_update(double dt)
Update the hidden view of the domain dedicated for post-processing.
Definition: cs_domain_post.c:259
void cs_domain_post_init(double dt, cs_cdo_quantities_t *quant)
Initialize the generic post-processing related to a domain.
Definition: cs_domain_post.c:237
void cs_domain_post_activate(cs_time_step_t *time_step)
Activate writers and output meshes if needed.
Definition: cs_domain_post.c:274
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:288
void cs_domain_post_finalize(void)
Finalize post-processing related to the computational domain.
Definition: cs_domain_post.c:311