9.1
general documentation
cs_param_cdo.cpp File Reference
#include "base/cs_defs.h"
#include "base/cs_log.h"
#include "cdo/cs_param_cdo.h"
+ 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...
 

Function Documentation

◆ cs_param_cdo_has_cdo()

bool cs_param_cdo_has_cdo ( void  )

Tell if CDO is used.

◆ cs_param_cdo_has_cdo_and_fv()

bool cs_param_cdo_has_cdo_and_fv ( void  )

Tell if FVM and CDO are used.

◆ cs_param_cdo_has_cdo_main()

bool cs_param_cdo_has_cdo_main ( void  )

Tell if CDO is used to solve main equations.

◆ cs_param_cdo_has_cdo_only()

bool cs_param_cdo_has_cdo_only ( void  )

Tell if CDO is only used.

◆ cs_param_cdo_has_fv_main()

bool cs_param_cdo_has_fv_main ( void  )

Tell if FVM is used to solve main equations.

◆ cs_param_cdo_has_fv_only()

bool cs_param_cdo_has_fv_only ( void  )

Tell if FVM is oly used.

◆ cs_param_cdo_has_NS_with_fv()

bool cs_param_cdo_has_NS_with_fv ( void  )

Tell if CDO is only used.

◆ cs_param_cdo_log()

void cs_param_cdo_log ( void  )

Print a welcome message indicating what is the current CDO status.

◆ cs_param_cdo_mode_get()

cs_param_cdo_mode_t cs_param_cdo_mode_get ( void  )

Get the mode of activation for the CDO/HHO schemes.

Returns
the mode of activation for the CDO/HHO module

◆ cs_param_cdo_mode_set()

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.

◆ cs_param_cdo_setup_log()

void cs_param_cdo_setup_log ( void  )

Print generic parameters used with CDO/HHO schemes.