 |
6.3
general documentation
|
|
Go to the documentation of this file. 1 #ifndef __CS_FIELD_DEFAULT_H__
2 #define __CS_FIELD_DEFAULT_H__
char * label
Definition: keywords.h:71
int cs_variable_cdo_field_create(const char *name, const char *label, int location_id, int dim, int has_previous)
Add a field shared between CDO and legacy schemes. This field is related to a general solved variable...
Definition: cs_field_default.c:127
#define END_C_DECLS
Definition: cs_defs.h:493
const cs_equation_param_t * cs_field_get_equation_param_const(const cs_field_t *f)
Access a field's equation parameters.
Definition: cs_field_default.c:265
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
cs_equation_param_t * cs_field_get_equation_param(cs_field_t *f)
Access a field's equation parameters for read only.
Definition: cs_field_default.c:233
Set of parameters to handle an unsteady convection-diffusion-reaction equation with term sources.
Definition: cs_equation_param.h:201
int cs_variable_field_create(const char *name, const char *label, int location_id, int dim)
Add field defining a general solved variable, with default options.
Definition: cs_field_default.c:179
Structure and routines handling the specific settings related to a cs_equation_t structure.
Field descriptor.
Definition: cs_field.h:125