1 #ifndef __CS_PARAM_CDO_H__ 2 #define __CS_PARAM_CDO_H__ 47 #define CS_CDO_ASSEMBLE_BUF_SIZE 99 52 #define CS_CDO_N_MAX_REACTIONS 8 // Max number of reaction terms in an equation 55 #define CS_CDO_OMP_CHUNK_SIZE 128 56 #define CS_CDO_OMP_SCHEDULE schedule(static, CS_CDO_OMP_CHUNK_SIZE) 59 #define CS_N_FACE_DOFS_0TH 1 60 #define CS_N_FACE_DOFS_1ST 3 61 #define CS_N_FACE_DOFS_2ND 6 63 #define CS_N_CELL_DOFS_0TH 1 64 #define CS_N_CELL_DOFS_1ST 4 65 #define CS_N_CELL_DOFS_2ND 10 cs_param_hodge_algo_t algo
Definition: cs_param_cdo.h:104
Definition: cs_param_cdo.h:88
bool inv_pty
Definition: cs_param_cdo.h:101
#define BEGIN_C_DECLS
Definition: cs_defs.h:461
Definition: cs_param_cdo.h:82
Definition: cs_param_cdo.h:81
const char ssepline[40]
Definition: cs_param_cdo.c:70
bool is_unity
Definition: cs_param_cdo.h:99
bool is_iso
Definition: cs_param_cdo.h:100
const char lsepline[80]
Definition: cs_param_cdo.c:66
const char * cs_param_hodge_get_algo_name(const cs_param_hodge_t h_info)
Get the name of algorithm related to a discrete Hdoge operator.
Definition: cs_param_cdo.c:111
cs_param_hodge_type_t type
Definition: cs_param_cdo.h:103
Definition: cs_param_cdo.h:90
cs_param_hodge_type_t
Definition: cs_param_cdo.h:74
const char msepline[60]
Definition: cs_param_cdo.c:68
Definition: cs_param_cdo.h:80
Definition: cs_param_cdo.h:79
Definition: cs_param_cdo.h:76
#define END_C_DECLS
Definition: cs_defs.h:462
Definition: cs_param_cdo.h:91
Definition: cs_param_cdo.h:77
cs_param_hodge_algo_t
Definition: cs_param_cdo.h:86
double coef
Definition: cs_param_cdo.h:105
Definition: cs_param_cdo.h:93
Definition: cs_param_cdo.h:97
Definition: cs_param_cdo.h:89
Definition: cs_param_cdo.h:78
const char * cs_param_hodge_get_type_name(const cs_param_hodge_t h_info)
Get the type of discrete Hodge operator.
Definition: cs_param_cdo.c:127