9.2
general documentation
cs_domain_op.h File Reference
#include "base/cs_time_step.h"
#include "cdo/cs_domain.h"
+ 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...
 

Function Documentation

◆ cs_domain_add_extra_op_time_control()

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.

Parameters
[in,out]domainpointer to a cs_domain_t structure
[in]tcpointer to a time control structure

◆ cs_domain_extra_op()

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.

Parameters
[in,out]domainpointer to a cs_domain_t structure

◆ cs_domain_post_init()

void cs_domain_post_init ( cs_domain_t domain)

Initialize the generic post-processing related to a domain.

Parameters
[in]domainpointer to a cs_domain_t structure

◆ cs_domain_read_restart()

void cs_domain_read_restart ( cs_domain_t domain)

Read a restart file for the CDO/HHO module.

Parameters
[in,out]domainpointer to a cs_domain_t structure

◆ cs_domain_write_restart()

void cs_domain_write_restart ( const cs_domain_t domain)

Write a restart file for the CDO/HHO module.

Parameters
[in]domainpointer to a cs_domain_t structure