1#ifndef __CS_CDOFB_MONOLITHIC_PRIV_H__
2#define __CS_CDOFB_MONOLITHIC_PRIV_H__
103 cs_cdofb_vecteq_t *eqc,
104 cs_cdo_assembly_t *asb);
163struct _cdofb_monolithic_t {
242 int pressure_rescaling;
273 cs_cdofb_monolithic_build_t *steady_build;
274 cs_cdofb_monolithic_build_t *build;
296 cs_cdofb_monolithic_assemble_t *assemble;
321 cs_cdofb_monolithic_solve_t *solve;
int cs_boundary_type_t
Definition: cs_boundary.h:69
struct _cdofb_monolithic_t cs_cdofb_monolithic_t
Definition: cs_cdofb_monolithic_priv.h:76
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
double precision, dimension(:,:,:), allocatable pressure
Definition: atimbr.f90:121
Definition: cs_advection_field.h:151
Definition: cs_cdo_bc.h:106
Definition: cs_cdo_system.h:377
Structure storing additional arrays related to the building of the Navier-Stokes system.
Definition: cs_cdofb_navsto.h:107
Set of local quantities and connectivities related to a mesh cell.
Definition: cs_cdo_local.h:203
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:147
Field descriptor.
Definition: cs_field.h:131
Structure to handle the convergence of an iterative algorithm.
Definition: cs_iter_algo.h:290
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:88
Definition: cs_timer.h:55