Include dependency graph for cs_param_cdo.cpp:Functions | |
| void | cs_param_cdo_mode_set (cs_param_cdo_mode_t mode) |
| Set the global variable storing the mode of activation to apply to CDO/HHO schemes. Deprecated way to set the CDO mode. More... | |
| cs_param_cdo_mode_t | cs_param_cdo_mode_get (void) |
| Get the mode of activation for the CDO/HHO schemes. More... | |
| void | cs_param_cdo_log (void) |
| Print a welcome message indicating what is the current CDO status. More... | |
| void | cs_param_cdo_setup_log (void) |
| Print generic parameters used with CDO/HHO schemes. More... | |
| bool | cs_param_cdo_has_fv_main (void) |
| Tell if FVM is used to solve main equations. More... | |
| bool | cs_param_cdo_has_cdo_main (void) |
| Tell if CDO is used to solve main equations. More... | |
| bool | cs_param_cdo_has_cdo_and_fv (void) |
| Tell if FVM and CDO are used. More... | |
| bool | cs_param_cdo_has_cdo_only (void) |
| Tell if CDO is only used. More... | |
| bool | cs_param_cdo_has_NS_with_fv (void) |
| Tell if CDO is only used. More... | |
| bool | cs_param_cdo_has_fv_only (void) |
| Tell if FVM is oly used. More... | |
| bool | cs_param_cdo_has_cdo (void) |
| Tell if CDO is used. More... | |
| bool cs_param_cdo_has_cdo | ( | void | ) |
Tell if CDO is used.
| bool cs_param_cdo_has_cdo_and_fv | ( | void | ) |
Tell if FVM and CDO are used.
| bool cs_param_cdo_has_cdo_main | ( | void | ) |
Tell if CDO is used to solve main equations.
| bool cs_param_cdo_has_cdo_only | ( | void | ) |
Tell if CDO is only used.
| bool cs_param_cdo_has_fv_main | ( | void | ) |
Tell if FVM is used to solve main equations.
| bool cs_param_cdo_has_fv_only | ( | void | ) |
Tell if FVM is oly used.
| bool cs_param_cdo_has_NS_with_fv | ( | void | ) |
Tell if CDO is only used.
| void cs_param_cdo_log | ( | void | ) |
Print a welcome message indicating what is the current CDO status.
| cs_param_cdo_mode_t cs_param_cdo_mode_get | ( | void | ) |
Get the mode of activation for the CDO/HHO schemes.
| void cs_param_cdo_mode_set | ( | cs_param_cdo_mode_t | mode | ) |
Set the global variable storing the mode of activation to apply to CDO/HHO schemes. Deprecated way to set the CDO mode.
| void cs_param_cdo_setup_log | ( | void | ) |
Print generic parameters used with CDO/HHO schemes.