1#ifndef __CS_MACFB_MONOLITHIC_PRIV_H__
2#define __CS_MACFB_MONOLITHIC_PRIV_H__
97typedef void(cs_macfb_monolithic_assemble_t)(
102 cs_macfb_vecteq_t *eqc,
103 cs_cdo_assembly_t *asb);
156struct _macfb_monolithic_t {
232 int pressure_rescaling;
263 cs_macfb_monolithic_build_t *steady_build;
264 cs_macfb_monolithic_build_t *build;
286 cs_macfb_monolithic_assemble_t *assemble;
311 cs_macfb_monolithic_solve_t *solve;
int cs_boundary_type_t
Definition cs_boundary.h:69
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
#define BEGIN_C_DECLS
Definition cs_defs.h:542
double cs_real_t
Floating-point value.
Definition cs_defs.h:342
#define END_C_DECLS
Definition cs_defs.h:543
void cs_cdo_apply_boundary_t(short int f, const cs_equation_param_t *eqp, const cs_cell_mesh_t *cm, const cs_property_data_t *pty, cs_cell_builder_t *cb, cs_cell_sys_t *csys)
Apply a boundary condition for a given face (inlet, outlet, wall, sliding wall, symmetry....
Definition cs_equation_bc.h:69
struct _macfb_monolithic_t cs_macfb_monolithic_t
Definition cs_macfb_monolithic_priv.h:75
Definition cs_advection_field.h:151
Definition cs_cdo_bc.h:106
Definition cs_cdo_system.h:377
Set of local quantities and connectivities related to a mesh cell.
Definition cs_cdo_local.h:202
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:146
Field descriptor.
Definition cs_field.h:158
Structure to handle the convergence of an iterative algorithm.
Definition cs_iter_algo.h:290
Structure storing additional arrays related to the building of the Navier-Stokes system.
Set of parameters specific for solving the Navier-Stokes system with a fully coupled monolithic algor...
Definition cs_navsto_coupling.h:81
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition cs_navsto_param.h:263
Definition cs_saddle_solver.h:89