Home
last modified time | relevance | path

Searched refs:CS_N_CELL_DOFS_2ND (Results 1 – 5 of 5) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_param_cdo.h83 #define CS_N_CELL_DOFS_2ND 10 macro
H A Dcs_hho_stokes.c329 cbs = CS_N_CELL_DOFS_2ND; // DoF for the cell in cs_hho_stokes_initialize()
514 eqc->n_cell_dofs = CS_N_CELL_DOFS_2ND; in cs_hho_stokes_init_context()
H A Dcs_hho_scaleq.c622 cbs = CS_N_CELL_DOFS_2ND; // DoF for the cell in cs_hho_scaleq_init_common()
822 eqc->n_cell_dofs = CS_N_CELL_DOFS_2ND; in cs_hho_scaleq_init_context()
H A Dcs_hho_vecteq.c629 cbs = 3*CS_N_CELL_DOFS_2ND; // DoF for the cell in cs_hho_vecteq_init_common()
829 eqc->n_cell_dofs = 3*CS_N_CELL_DOFS_2ND; in cs_hho_vecteq_init_context()
H A Dcs_equation.c712 + CS_N_CELL_DOFS_2ND*cdoq->n_g_cells; in cs_equation_get_global_n_dofs()
715 + CS_N_CELL_DOFS_2ND*cdoq->n_cells); in cs_equation_get_global_n_dofs()