programmer's documentation
Functions
cs_domain_post.h File Reference
#include "cs_advection_field.h"
#include "cs_cdo_quantities.h"
#include "cs_equation.h"
#include "cs_property.h"
#include "cs_time_step.h"
Include dependency graph for cs_domain_post.h:

Go to the source code of this file.

Functions

void cs_domain_post_init (double dt, cs_cdo_quantities_t *quant)
 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...
 

Function Documentation

◆ cs_domain_post()

void cs_domain_post ( cs_time_step_t time_step)

Update the hidden view of the domain dedicated for post-processing.

Parameters
[in]time_steppointer to a cs_time_step_t structure

◆ cs_domain_post_activate()

void cs_domain_post_activate ( cs_time_step_t time_step)

Activate writers and output meshes if needed.

Parameters
[in]time_steppointer to a cs_time_step_t structure

◆ cs_domain_post_finalize()

void cs_domain_post_finalize ( void  )

Finalize post-processing related to the computational domain.

◆ cs_domain_post_init()

void cs_domain_post_init ( double  dt,
cs_cdo_quantities_t quant 
)

Initialize the generic post-processing related to a domain.

Parameters
[in]dtreference time step value
[in]quantpointer to a cs_cdo_quantities_t

◆ cs_domain_post_update()

void cs_domain_post_update ( double  dt)

Update the hidden view of the domain dedicated for post-processing.

Parameters
[in]dtcurrent value of the time step