1 #ifndef __CS_FIELD_DEFAULT_H__ 2 #define __CS_FIELD_DEFAULT_H__ Field descriptor.
Definition: cs_field.h:125
Set of parameters to handle an unsteady convection-diffusion-reaction equation with term sources...
Definition: cs_equation_param.h:186
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
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:181
cs_equation_param_t * cs_field_get_equation_param(cs_field_t *f)
Access a field's equation parameters.
Definition: cs_field_default.c:235
#define END_C_DECLS
Definition: cs_defs.h:511
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
char * label
Definition: keywords.h:71
const cs_equation_param_t * cs_field_get_equation_param_const(const cs_field_t *f)
Access a field's equation parameters for read only.
Definition: cs_field_default.c:267