Go to the source code of this file.
|
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, with default options. More...
|
|
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. More...
|
|
◆ cs_variable_cdo_field_create()
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, with default options.
- Parameters
-
[in] | name | field name |
[in] | label | field default label, or empty |
[in] | location_id | id of associated location |
[in] | dim | field dimension |
[in] | has_previous | no if lower than 1 |
- Returns
- newly defined field id
◆ cs_variable_field_create()
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.
- Parameters
-
[in] | name | field name |
[in] | label | field default label, or empty |
[in] | location_id | id of associated location |
[in] | dim | field dimension |
- Returns
- newly defined field id