1#ifndef __CS_SOLVE_EQUATION_H__
2#define __CS_SOLVE_EQUATION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
#define END_C_DECLS
Definition: cs_defs.h:555
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:979
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:2143
Field descriptor.
Definition: cs_field.h:156