programmer's documentation
Functions | Variables
cs_cdo_main.c File Reference
#include "cs_defs.h"
#include <math.h>
#include <assert.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "fvm_defs.h"
#include "cs_base.h"
#include "cs_math.h"
#include "cs_timer.h"
#include "cs_log.h"
#include "cs_post.h"
#include "cs_prototypes.h"
#include "cs_mesh_location.h"
#include "cs_timer_stats.h"
#include "cs_volume_zone.h"
#include "cs_cdo.h"
#include "cs_domain.h"
#include "cs_equation.h"
#include "cs_gwf.h"
#include "cs_param.h"
#include "cs_quadrature.h"
#include "cs_sla.h"
#include "cs_walldistance.h"
#include "cs_cdo_main.h"
Include dependency graph for cs_cdo_main.c:

Functions

void cs_cdo_initialize_setup (void)
 Initialize the computational domain when CDO/HHO schemes are activated. More...
 
void cs_cdo_initialize_structures (cs_mesh_t *m, cs_mesh_quantities_t *mq)
 Define the structures related to the computational domain when CDO/HHO schemes are activated. More...
 
void cs_cdo_finalize (void)
 Free all structures allocated during the resolution of CDO/HHO schemes. More...
 
void cs_cdo_main (void)
 Main program for running a simulation with CDO kernel. More...
 

Variables

static const char cs_cdoversion [] = "0.9.1"
 
static int cs_cdo_ts_id
 

Function Documentation

◆ cs_cdo_finalize()

void cs_cdo_finalize ( void  )

Free all structures allocated during the resolution of CDO/HHO schemes.

◆ cs_cdo_initialize_setup()

void cs_cdo_initialize_setup ( void  )

Initialize the computational domain when CDO/HHO schemes are activated.

◆ cs_cdo_initialize_structures()

void cs_cdo_initialize_structures ( cs_mesh_t m,
cs_mesh_quantities_t mq 
)

Define the structures related to the computational domain when CDO/HHO schemes are activated.

Parameters
[in,out]mpointer to a cs_mesh_t struct.
[in]mqpointer to a cs_quantities_t struct.

◆ cs_cdo_main()

void cs_cdo_main ( void  )

Main program for running a simulation with CDO kernel.

Main program for running a simulation with the CDO kernel.

Variable Documentation

◆ cs_cdo_ts_id

int cs_cdo_ts_id
static

◆ cs_cdoversion

const char cs_cdoversion[] = "0.9.1"
static