![]() |
programmer's documentation
|
#include "cs_advection_field.h"
#include "cs_cdo_quantities.h"
#include "cs_equation.h"
#include "cs_property.h"
#include "cs_time_step.h"
Go to the source code of this file.
Functions | |
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. More... | |
void | cs_domain_post_update (double dt) |
Update the hidden view of the domain dedicated for post-processing. More... | |
void | cs_domain_post_activate (cs_time_step_t *time_step) |
Activate writers and output meshes if needed. More... | |
void | cs_domain_post (cs_time_step_t *time_step) |
Update the hidden view of the domain dedicated for post-processing. More... | |
void | cs_domain_post_finalize (void) |
Finalize post-processing related to the computational domain. More... | |
void cs_domain_post | ( | cs_time_step_t * | time_step | ) |
Update the hidden view of the domain dedicated for post-processing.
[in] | time_step | pointer to a cs_time_step_t structure |
void cs_domain_post_activate | ( | cs_time_step_t * | time_step | ) |
Activate writers and output meshes if needed.
[in] | time_step | pointer to a cs_time_step_t structure |
void cs_domain_post_finalize | ( | void | ) |
Finalize post-processing related to the computational domain.
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.
[in] | dt | reference time step value |
[in] | n_adv_fields | number of advection fields |
[in] | adv_fields | pointer on advection field pointers |
[in] | n_properties | number of properties |
void cs_domain_post_update | ( | double | dt | ) |
Update the hidden view of the domain dedicated for post-processing.
[in] | dt | current value of the time step |