|
programmer's documentation
|
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"
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... | |
Set advanced parameters about the numerical schemes for each equation to solve. Useful to change the default behaviour.
| cs_cdo_cc_algo_t cs_user_cdo_geometric_settings | ( | void | ) |
Setup advanced features concerning the way geometric quantities are built.
| void cs_user_cdo_numeric_settings | ( | cs_domain_t * | domain | ) |
Setup advanced features concerning the numerical parameters of the equation resolved during the computation.
| [in,out] | domain | pointer to a cs_domain_t structure |
1.8.9.1