![]() |
programmer's documentation
|
#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_restart.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"
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 CDO kernel. More... | |
Variables | |
static const char | cs_cdoversion [] = "0.9.2" |
static int | cs_cdo_ts_id |
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.
[in] | activation_mode | integer 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.
[in,out] | m | pointer to a cs_mesh_t struct. |
[in] | mq | pointer to a cs_quantities_t struct. |
void cs_cdo_main | ( | void | ) |
Main program for running a simulation with CDO kernel.
Main program for running a simulation with the CDO kernel.
|
static |
|
static |