Go to the source code of this file.
◆ cs_cdocb_scaleq_assemble_t
typedef void() cs_cdocb_scaleq_assemble_t(const cs_cell_sys_t *csys, const cs_cell_mesh_t *cm, cs_cdocb_scaleq_t *eqc, cs_cdo_assembly_t *asb) |
Perform the assembly stage for a vector-valued system obtained with CDO-Fb schemes.
- Parameters
-
[in] | csys | pointer to a cs_cell_sys_t structure |
[in] | cm | pointer to a cs_cell_mesh_t structure |
[in,out] | eqc | context structure for a scalar-valued Cb equation |
[in,out] | asb | pointer to cs_cdo_assembly_t |
◆ cs_cdocb_scaleq_solve_t
Generic function prototype to solve the saddle-point linear system arising from the discretization of the scalar-valued CDO cell-based scheme.
- Parameters
-
[in,out] | solver | pointer to a cs_saddle_solver_t structure |
[in,out] | flux | values of the flux at faces (scalar) |
[in,out] | pot | values of the potential in cells |
- Returns
- the (cumulated) number of iterations of the solver
◆ cs_cdocb_init_default_param()
Define the default settings for a scalar-valued CDO cell-based scheme.
- Parameters
-
[in,out] | eqp | set of equation parameters |