My Project
programmer's documentation
Functions
cs_domain_op.h File Reference
#include "cs_domain.h"
#include "cs_time_step.h"
Include dependency graph for cs_domain_op.h:

Go to the source code of this file.

Functions

void cs_domain_post_init (cs_domain_t *domain)
 Initialize the generic post-processing related to a domain. More...
 
void cs_domain_post (cs_domain_t *domain)
 Post-processing of the computational domain after a resolution. 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_post()

void cs_domain_post ( cs_domain_t domain)

Post-processing of the computational domain after a resolution.

Parameters
[in]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