1#ifndef __CS_SOLVE_EQUATION_H__
2#define __CS_SOLVE_EQUATION_H__
#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_solve_equation_scalar(cs_field_t *f, int iterns, int itspdv, cs_real_t viscf[], cs_real_t viscb[])
Solve the convection/diffusion equation (with optional source terms and/or drift) for a scalar quanti...
Definition: cs_solve_equation.cpp:852
void cs_solve_equation_vector(cs_field_t *f, int iterns, cs_real_t viscf[], cs_real_t viscb[])
Solve the convection/diffusion equation (with optional source terms and/or drift) for a vectorial qua...
Definition: cs_solve_equation.cpp:1844
Field descriptor.
Definition: cs_field.h:131