Go to the source code of this file.
SPDX-License-Identifier: BSD-3-Clause
Please see the file LICENSE in the root of the source tree for this code. Where software is supplied by third parties, it is indicated in the headers of the routines.
Definition in file comin_state.cpp.
| void comin_check_var_no_device | ( | t_comin_entry_point | ep, |
| int | plugin_id ) |
Definition at line 131 of file comin_state.cpp.
| const char * comin_current_get_datetime | ( | void | ) |
Definition at line 75 of file comin_state.cpp.
| int comin_current_get_domain_id | ( | void | ) |
Definition at line 71 of file comin_state.cpp.
| t_comin_entry_point comin_current_get_ep | ( | void | ) |
Definition at line 67 of file comin_state.cpp.
| int comin_current_get_plugin_id | ( | void | ) |
Definition at line 93 of file comin_state.cpp.
| void comin_current_set_datetime | ( | const char * | datetime_c | ) |
Definition at line 79 of file comin_state.cpp.
| void comin_current_set_plugin_id | ( | int | plugin_id | ) |
Definition at line 89 of file comin_state.cpp.
| const char * comin_descrdata_get_simulation_interval_exp_start | ( | ) |
Definition at line 235 of file comin_state.cpp.
| const char * comin_descrdata_get_simulation_interval_exp_stop | ( | ) |
Definition at line 239 of file comin_state.cpp.
| const char * comin_descrdata_get_simulation_interval_run_start | ( | ) |
Definition at line 243 of file comin_state.cpp.
| const char * comin_descrdata_get_simulation_interval_run_stop | ( | ) |
Definition at line 247 of file comin_state.cpp.
| double comin_descrdata_get_timesteplength | ( | int | jg | ) |
Definition at line 216 of file comin_state.cpp.
| int comin_descrdata_index_lookup_glb2loc_cell | ( | int | jg, |
| int | glb ) |
Definition at line 189 of file comin_state.cpp.
| int comin_descrdata_index_lookup_glb2loc_edge | ( | int | jg, |
| int | glb ) |
Definition at line 192 of file comin_state.cpp.
| int comin_descrdata_index_lookup_glb2loc_vert | ( | int | jg, |
| int | glb ) |
Definition at line 195 of file comin_state.cpp.
| void comin_descrdata_set_fct_glb2loc_cell | ( | t_comin_glb2loc_index_lookup_fct_ptr | fct | ) |
Definition at line 164 of file comin_state.cpp.
| void comin_descrdata_set_fct_glb2loc_edge | ( | t_comin_glb2loc_index_lookup_fct_ptr | fct | ) |
Definition at line 172 of file comin_state.cpp.
| void comin_descrdata_set_fct_glb2loc_vert | ( | t_comin_glb2loc_index_lookup_fct_ptr | fct | ) |
Definition at line 180 of file comin_state.cpp.
| void comin_descrdata_set_timesteplength | ( | int | jg, |
| double | dt ) |
Definition at line 208 of file comin_state.cpp.
| int comin_setup_get_verbosity_level | ( | ) |
Definition at line 61 of file comin_state.cpp.
| void comin_setup_set_verbosity_level | ( | int | level | ) |
Definition at line 56 of file comin_state.cpp.
| int comin_state_get_error_code | ( | ) |
Definition at line 34 of file comin_state.cpp.
| bool comin_state_get_lstdout | ( | ) |
Definition at line 38 of file comin_state.cpp.
| int comin_state_get_num_plugins | ( | ) |
Definition at line 28 of file comin_state.cpp.
| int comin_state_get_output_unit | ( | ) |
Definition at line 44 of file comin_state.cpp.
| t_comin_var_map * comin_state_get_var_list | ( | ) |
Definition at line 46 of file comin_state.cpp.
| t_comin_var_request_list * comin_state_get_var_request_list | ( | ) |
Definition at line 50 of file comin_state.cpp.
| bool comin_state_is_host_errhandler_set | ( | ) |
Definition at line 204 of file comin_state.cpp.
| bool comin_state_is_primary_done | ( | ) |
Definition at line 95 of file comin_state.cpp.
| void comin_state_set_error_code | ( | int | errcode | ) |
Definition at line 30 of file comin_state.cpp.
| void comin_state_set_host_errhandler_fct | ( | t_comin_host_errhandler_fct_ptr | fct | ) |
Definition at line 200 of file comin_state.cpp.
| void comin_state_set_lstdout | ( | bool | lstdout | ) |
Definition at line 36 of file comin_state.cpp.
| void comin_state_set_num_plugins | ( | int | num_plugins | ) |
Definition at line 24 of file comin_state.cpp.
| void comin_state_set_output_unit | ( | int | unit | ) |
Definition at line 40 of file comin_state.cpp.
| void comin_state_set_primary_done | ( | ) |
Definition at line 97 of file comin_state.cpp.
| void comin_state_set_simulation_interval | ( | const char * | exp_start, |
| const char * | exp_stop, | ||
| const char * | run_start, | ||
| const char * | run_stop ) |
Definition at line 225 of file comin_state.cpp.
| void comin_state_set_sync_device_fct | ( | t_comin_var_sync_device_fct_ptr | sync_device_fct | ) |
Definition at line 104 of file comin_state.cpp.
| void comin_state_set_sync_halo_fct | ( | t_comin_var_sync_halo_fct_ptr | sync_halo_fct | ) |
Definition at line 100 of file comin_state.cpp.
| void comin_sync_vars_for_device | ( | t_comin_entry_point | ep, |
| int | plugin_id, | ||
| int | rw_flag ) |
Definition at line 145 of file comin_state.cpp.
| void comin_sync_vars_for_halo_region | ( | t_comin_entry_point | ep, |
| int | plugin_id, | ||
| int | rw_flag ) |
Definition at line 110 of file comin_state.cpp.