  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __CS_CDOFB_UZAWA_H__ 
    2 #define __CS_CDOFB_UZAWA_H__ 
  161                               void                         *scheme_context);
 
  177                                 void                         *scheme_context);
 
  193                              void                         *scheme_context);
 
  210                                       void                    *scheme_context);
 
 
cs_boundary_type_t
Definition: cs_boundary.h:51
 
void cs_cdofb_uzawa_compute_implicit(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, void *scheme_context)
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Uzawa-Lagrangian Augment...
Definition: cs_cdofb_uzawa.c:1640
 
static 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.h:76
 
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:255
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
void cs_cdofb_uzawa_compute_steady(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, void *scheme_context)
Solve the steady Navier-Stokes system with a CDO face-based scheme using a Uzawa-Lagrangian Augmented...
Definition: cs_cdofb_uzawa.c:1196
 
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:988
 
time step descriptor
Definition: cs_time_step.h:51
 
Definition: cs_cdo_quantities.h:94
 
Definition: cs_cdo_connect.h:74
 
#define CS_UNUSED(x)
Definition: cs_defs.h:453
 
cs_real_t * cs_equation_get_face_values(const cs_equation_t *eq)
For a given equation, retrieve an array of values related to each face of the mesh for the unknowns.
Definition: cs_equation.c:2361
 
void * cs_cdofb_uzawa_init_scheme_context(const cs_navsto_param_t *nsp, cs_boundary_type_t *fb_type, void *nsc_input)
Initialize a cs_cdofb_uzawa_t structure.
Definition: cs_cdofb_uzawa.c:1016
 
void cs_cdofb_uzawa_compute_theta(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, void *scheme_context)
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Uzawa-Lagrangian Augment...
Definition: cs_cdofb_uzawa.c:2105
 
void cs_cdofb_uzawa_compute_steady_rebuild(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, void *scheme_context)
Solve the steady Navier-Stokes system with a CDO face-based scheme using a Uzawa-Lagrangian Augmented...
Definition: cs_cdofb_uzawa.c:2617
 
cs_equation_t * cs_equation_by_name(const char *eqname)
Find the cs_equation_t structure with name eqname Return NULL if not find.
Definition: cs_equation.c:350
 
void cs_cdofb_uzawa_set_sles(const cs_navsto_param_t *nsp, void *context)
Start setting-up the Navier-Stokes equations when an ALU algorithm is used to couple the system....
Definition: cs_cdofb_uzawa.c:1141
 
void * cs_cdofb_uzawa_free_scheme_context(void *scheme_context)
Destroy a cs_cdofb_uzawa_t structure.
Definition: cs_cdofb_uzawa.c:1113