7.0
general documentation
cs_domain_op.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <string.h>
#include <bft_mem.h>
#include "cs_advection_field.h"
#include "cs_array_reduce.h"
#include "cs_cdo_quantities.h"
#include "cs_equation.h"
#include "cs_equation_param.h"
#include "cs_gwf.h"
#include "cs_log.h"
#include "cs_log_iteration.h"
#include "cs_maxwell.h"
#include "cs_navsto_system.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_property.h"
#include "cs_prototypes.h"
#include "cs_restart.h"
#include "cs_restart_default.h"
#include "cs_solidification.h"
#include "cs_walldistance.h"
#include "cs_domain_op.h"
+ Include dependency graph for cs_domain_op.c:

Functions

void cs_f_cdo_post_domain (void)
 Solve only steady-state equations. More...
 
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

◆ cs_f_cdo_post_domain()

void cs_f_cdo_post_domain ( void  )

Solve only steady-state equations.