1#ifndef CS_MACFB_MONOLITHIC_PRIV_H
2#define CS_MACFB_MONOLITHIC_PRIV_H
94typedef void(cs_macfb_monolithic_assemble_t)(
99 cs_macfb_vecteq_t *eqc,
100 cs_cdo_assembly_t *asb);
161 cs_macfb_monolithic_build_t *steady_build;
162 cs_macfb_monolithic_build_t *build;
184 cs_macfb_monolithic_assemble_t *assemble;
209 cs_macfb_monolithic_solve_t *solve;
void() cs_cdofb_navsto_source_t(const cs_navsto_param_t *nsp, const cs_cell_mesh_t *cm, const cs_cdofb_navsto_builder_t *nsb, cs_cell_sys_t *csys)
Compute and add a source term to the local RHS. This is a special treatment to enable source involvin...
Definition: cs_cdofb_navsto.h:184
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
struct _macfb_monolithic_t cs_macfb_monolithic_t
Definition: cs_macfb_monolithic_priv.h:72
Context related to CDO face-based discretization when dealing with Navier-Stokes equations and vector...
Definition: cs_navsto_context.h:187
Definition: cs_cdo_system.h:373
Set of local quantities and connectivities related to a mesh cell.
Definition: cs_cdo_local.h:242
Set of arrays and local (small) dense matrices related to a mesh cell This is a key structure for bui...
Definition: cs_cdo_local.h:163
Structure to handle the convergence of an iterative algorithm.
Definition: cs_iter_algo.h:285
Structure storing additional arrays related to the building of the Navier-Stokes system.
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:296
Definition: cs_saddle_solver.h:85