Interfaces | |
| interface | comin_current_get_domain_id |
| interface | comin_current_get_ep |
| interface | comin_current_get_plugin_id |
| interface | comin_current_set_plugin_id |
| interface | comin_setup_get_verbosity_level |
| interface | comin_setup_set_verbosity_level |
| interface | comin_state_get_error_code |
| interface | comin_state_get_lstdout |
| interface | comin_state_get_num_plugins |
| interface | comin_state_get_output_unit |
| interface | comin_state_get_var_list |
| interface | comin_state_is_host_errhandler_set |
| interface | comin_state_is_primary_done |
| interface | comin_state_set_error_code |
| interface | comin_state_set_host_errhandler_fct |
| interface | comin_state_set_lstdout |
| interface | comin_state_set_num_plugins |
| interface | comin_state_set_output_unit |
| interface | comin_state_set_primary_done |
Structs | |
| type | t_comin_state |
Functions/Subroutines | |
| subroutine, public | comin_descrdata_set_fct_glb2loc_cell (fct) |
| subroutine, public | comin_descrdata_set_fct_glb2loc_edge (fct) |
| subroutine, public | comin_descrdata_set_fct_glb2loc_vert (fct) |
| subroutine, public comin_descrdata_set_fct_glb2loc_cell | ( | procedure(comin_glb2loc_index_lookup_fct) | fct | ) |
Sets the "global-to-local" index lookup function.
| fct | index lookup function |
Definition at line 183 of file comin_state.F90.
| subroutine, public comin_descrdata_set_fct_glb2loc_edge | ( | procedure(comin_glb2loc_index_lookup_fct) | fct | ) |
| fct | index lookup function |
Definition at line 190 of file comin_state.F90.
| subroutine, public comin_descrdata_set_fct_glb2loc_vert | ( | procedure(comin_glb2loc_index_lookup_fct) | fct | ) |
| fct | index lookup function |
Definition at line 197 of file comin_state.F90.
| type(t_comin_state), pointer, public state => NULL() |
Definition at line 61 of file comin_state.F90.