1 #ifndef __CS_FIELD_DEFAULT_H__ 2 #define __CS_FIELD_DEFAULT_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
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:178
#define END_C_DECLS
Definition: cs_defs.h:468
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:126