![]() |
ICON Community Interface 0.4.0
|
Data Structures | |
| class | _descrdata |
| class | _EntryPoint |
| class | _variable |
| class | metadata |
| class | plugin_info |
| class | simulation_interval |
Functions | |
| register_callback (ep) | |
| var_get (context, var_descriptor, flag) | |
| get variable object, arguments: [entry point], (name string, domain id), access flag) | |
| current_get_plugin_info () | |
| returns object describing the current plugin | |
| descrdata_get_domain (jg) | |
| returns descriptive data for a given domain, arguments: jg | |
| descrdata_get_global () | |
| returns global descriptive data object | |
| var_descr_list () | |
| List of exposed variables (descriptors) | |
| metadata_set (var_descriptor, **kwargs) | |
| sets metadata for a requested field, arguments: name string, domain id, metadata key, metadata value | |
| descrdata_get_simulation_interval () | |
| returns simulation intervals: exp_start, exp_stop, run_start, run_stop | |
| _comin_dim_semantics_get_name (ds) | |
Variables | |
| int | COMIN_ZAXIS_UNDEF = -1 |
| int | COMIN_ZAXIS_NONE = 0 |
| int | COMIN_ZAXIS_2D = 1 |
| int | COMIN_ZAXIS_3D = 2 |
| int | COMIN_ZAXIS_3D_HALF = 3 |
| name = _comin.callback_get_ep_name(ep) | |
| int | COMIN_FLAG_NONE = 0 |
| int | COMIN_FLAG_READ = 1 << 1 |
| int | COMIN_FLAG_WRITE = 1 << 2 |
| int | COMIN_FLAG_SYNC_HALO = 1 << 3 |
| int | COMIN_FLAG_DEVICE = 1 << 4 |
| int | COMIN_HGRID_UNSTRUCTURED_CELL = 1 |
| int | COMIN_HGRID_UNSTRUCTURED_EDGE = 2 |
| int | COMIN_HGRID_UNSTRUCTURED_VERTEX = 3 |
| int | COMIN_VAR_DATATYPE_DOUBLE = 1 |
| int | COMIN_VAR_DATATYPE_FLOAT = 2 |
| int | COMIN_VAR_DATATYPE_INT = 3 |
| int | COMIN_DIM_SEMANTICS_UNDEF = 1 |
| int | COMIN_DIM_SEMANTICS_NPROMA = 2 |
| int | COMIN_DIM_SEMANTICS_BLOCK = 3 |
| int | COMIN_DIM_SEMANTICS_UNBLOCK = 4 |
| int | COMIN_DIM_SEMANTICS_LEVEL = 5 |
| int | COMIN_DIM_SEMANTICS_CONTAINER = 6 |
| int | COMIN_DIM_SEMANTICS_OTHER = 7 |
| int | COMIN_DIM_SEMANTICS_UNUSED = 8 |
| comin.current_get_plugin_info | ( | ) |
| comin.descrdata_get_domain | ( | jg | ) |
| comin.descrdata_get_global | ( | ) |
| comin.descrdata_get_simulation_interval | ( | ) |
| comin.metadata_set | ( | var_descriptor, | |
| ** | kwargs ) |
| comin.var_descr_list | ( | ) |
| comin.var_get | ( | context, | |
| var_descriptor, | |||
| flag ) |