1 #ifndef __CS_CDOFB_UZAWA_H__ 2 #define __CS_CDOFB_UZAWA_H__ 124 void *scheme_context);
137 void *scheme_context);
155 void *scheme_context);
void * cs_cdofb_uzawa_free_scheme_context(void *scheme_context)
Destroy a cs_cdofb_uzawa_t structure.
Definition: cs_cdofb_uzawa.c:1033
time step descriptor
Definition: cs_time_step.h:51
#define BEGIN_C_DECLS
Definition: cs_defs.h:462
void cs_cdofb_uzawa_init_common(const cs_cdo_quantities_t *quant, const cs_cdo_connect_t *connect, const cs_time_step_t *time_step)
Set shared pointers from the main domain members.
Definition: cs_cdofb_uzawa.c:956
Definition: cs_cdo_connect.h:74
void cs_cdofb_uzawa_init_velocity(const cs_navsto_param_t *nsp, void *scheme_context)
Initialize the velocity values.
Definition: cs_cdofb_uzawa.c:1056
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:141
double cs_real_t
Floating-point value.
Definition: cs_defs.h:297
Definition: cs_cdo_quantities.h:94
void cs_cdofb_uzawa_init_pressure(const cs_navsto_param_t *nsp, void *scheme_context)
Initialize the pressure values.
Definition: cs_cdofb_uzawa.c:1076
void * cs_cdofb_uzawa_init_scheme_context(const cs_navsto_param_t *nsp, void *nsc_input)
Initialize a cs_cdofb_uzawa_t structure.
Definition: cs_cdofb_uzawa.c:988
cs_real_t * cs_cdofb_uzawa_get_face_velocity(void *scheme_context)
Retrieve the values of the velocity on the faces.
Definition: cs_cdofb_uzawa.c:1424
void cs_cdofb_uzawa_compute(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, double dt_cur, void *scheme_context)
Solve the Navier-Stokes system with a CDO face-based scheme using a Uzawa-Lagrangian Augmented approa...
Definition: cs_cdofb_uzawa.c:1173
#define END_C_DECLS
Definition: cs_defs.h:463
Structure and routines handling the specific settings related to a cs_equation_t structure.
Routines to handle structures used as a context when solving the Navier-Stokes equations. Structures are cast on-the-fly according to the type of coupling. Routines to handle the settings of coupling algorithms.