programmer's documentation
Functions
cs_user_cdo_numerics.c File Reference

Set advanced parameters about the numerical schemes for each equation to solve. Useful to change the default behaviour. More...

#include "cs_defs.h"
#include "cs_cdo_quantities.h"
#include "cs_domain.h"
#include "cs_prototypes.h"
Include dependency graph for cs_user_cdo_numerics.c:

Functions

cs_cdo_cc_algo_t cs_user_cdo_geometric_settings (void)
 Setup advanced features concerning the way geometric quantities are built. More...
 
void cs_user_cdo_numeric_settings (cs_domain_t *domain)
 Setup advanced features concerning the numerical parameters of the equation resolved during the computation. More...
 

Detailed Description

Set advanced parameters about the numerical schemes for each equation to solve. Useful to change the default behaviour.

Function Documentation

cs_cdo_cc_algo_t cs_user_cdo_geometric_settings ( void  )

Setup advanced features concerning the way geometric quantities are built.

Returns
the type of computation to evaluate the cell center
void cs_user_cdo_numeric_settings ( cs_domain_t domain)

Setup advanced features concerning the numerical parameters of the equation resolved during the computation.

Parameters
[in,out]domainpointer to a cs_domain_t structure