1 #ifndef __CS_PARAM_CDO_H__ 2 #define __CS_PARAM_CDO_H__ 45 #if defined(HAVE_OPENMP) && defined(__GNUC__) 47 #define CS_CDO_OMP_ASSERT(e) 49 #define CS_CDO_OMP_ASSERT(e) assert(e) 52 #define CS_CDO_OMP_ASSERT(e) assert(e) 58 #define CS_CDO_ASSEMBLE_BUF_SIZE 99 63 #define CS_CDO_N_MAX_REACTIONS 8 // Max number of reaction terms in an equation 66 #define CS_CDO_OMP_CHUNK_SIZE 128 67 #define CS_CDO_OMP_SCHEDULE schedule(static, CS_CDO_OMP_CHUNK_SIZE) 69 #define CS_ALL_FACES 0 70 #define CS_BND_FACES 1 71 #define CS_INT_FACES 2 74 #define CS_N_FACE_DOFS_0TH 1 75 #define CS_N_FACE_DOFS_1ST 3 76 #define CS_N_FACE_DOFS_2ND 6 78 #define CS_N_CELL_DOFS_0TH 1 79 #define CS_N_CELL_DOFS_1ST 4 80 #define CS_N_CELL_DOFS_2ND 10 cs_param_hodge_algo_t algo
Definition: cs_param_cdo.h:123
Definition: cs_param_cdo.h:107
bool inv_pty
Definition: cs_param_cdo.h:120
Definition: cs_param_cdo.h:99
#define BEGIN_C_DECLS
Definition: cs_defs.h:462
Definition: cs_param_cdo.h:101
Definition: cs_param_cdo.h:100
const char ssepline[40]
Definition: cs_param_cdo.c:70
bool is_unity
Definition: cs_param_cdo.h:118
bool is_iso
Definition: cs_param_cdo.h:119
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:122
Definition: cs_param_cdo.h:109
cs_param_hodge_type_t
Definition: cs_param_cdo.h:89
const char msepline[60]
Definition: cs_param_cdo.c:68
Definition: cs_param_cdo.h:96
Definition: cs_param_cdo.h:95
Definition: cs_param_cdo.h:92
#define END_C_DECLS
Definition: cs_defs.h:463
Definition: cs_param_cdo.h:110
Definition: cs_param_cdo.h:93
cs_param_hodge_algo_t
Definition: cs_param_cdo.h:105
double coef
Definition: cs_param_cdo.h:124
Definition: cs_param_cdo.h:112
Definition: cs_param_cdo.h:116
Definition: cs_param_cdo.h:108
Definition: cs_param_cdo.h:94
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