Go to the source code of this file.
◆ CS_ALL_FACES
| #define CS_ALL_FACES 0 /* All faces: interior + border */ |
◆ CS_BND_FACES
| #define CS_BND_FACES 1 /* Boundary faces */ |
◆ CS_CDO_ASSEMBLE_BUF_SIZE
| #define CS_CDO_ASSEMBLE_BUF_SIZE 200 |
◆ CS_CDO_N_MAX_REACTIONS
| #define CS_CDO_N_MAX_REACTIONS 8 |
◆ CS_CDO_OMP_ASSERT
| #define CS_CDO_OMP_ASSERT |
( |
|
e | ) |
assert(e) |
◆ CS_CDO_OMP_CHUNK_SIZE
| #define CS_CDO_OMP_CHUNK_SIZE 128 |
◆ CS_CDO_OMP_SCHEDULE
◆ CS_CDO_OMP_SYNC_SECTIONS
| #define CS_CDO_OMP_SYNC_SECTIONS |
◆ CS_INT_FACES
| #define CS_INT_FACES 2 /* Interior faces */ |
◆ CS_N_DOFS_CELL_0TH
| #define CS_N_DOFS_CELL_0TH 1 |
◆ CS_N_DOFS_CELL_1ST
| #define CS_N_DOFS_CELL_1ST 4 |
◆ CS_N_DOFS_CELL_2ND
| #define CS_N_DOFS_CELL_2ND 10 |
◆ CS_N_DOFS_FACE_0TH
| #define CS_N_DOFS_FACE_0TH 1 |
◆ CS_N_DOFS_FACE_1ST
| #define CS_N_DOFS_FACE_1ST 3 |
◆ CS_N_DOFS_FACE_2ND
| #define CS_N_DOFS_FACE_2ND 6 |
◆ cs_param_assemble_omp_strategy_t
| Enumerator |
|---|
| CS_PARAM_ASSEMBLE_OMP_ATOMIC | |
| CS_PARAM_ASSEMBLE_OMP_CRITICAL | |
| CS_PARAM_ASSEMBLE_OMP_N_STRATEGIES | |
◆ cs_param_cdo_mode_t
| Enumerator |
|---|
| CS_PARAM_CDO_MODE_OFF | |
| CS_PARAM_CDO_MODE_WITH_FV | |
| CS_PARAM_CDO_MODE_ONLY | |
◆ 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()
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()
Set the global variable storing the mode of activation to apply to CDO/HHO schemes. Deprecated way to set the CDO mode.
◆ cs_glob_param_cdo_mode