programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
cs_cdo_main.h File Reference
#include "cs_base.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
Include dependency graph for cs_cdo_main.h:

Go to the source code of this file.

Functions

void cs_cdo_initialize_setup (int activation_mode)
 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 the CDO kernel. More...
 

Function Documentation

void cs_cdo_finalize ( void  )

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

void cs_cdo_initialize_setup ( int  activation_mode)

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

Parameters
[in]activation_modeinteger for tagging a mode
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.
void cs_cdo_main ( void  )

Main program for running a simulation with the CDO kernel.

Main program for running a simulation with the CDO kernel.