![]() |
ICON Community Interface 0.4.0
|
Functions/Subroutines | |
| subroutine, public | comin_plugin_primaryconstructor (plugin_list) |
| Execute primary constructors. | |
| subroutine, public | comin_setup_check (plugin_str, wp_check) |
| Performs basic compatibility checks. | |
| subroutine, public | comin_current_get_plugin_info (comin_current_plugin) |
Returns the structure current_plugin. It can for example be used to access the id of the current plugin. | |
| subroutine, public | comin_setup_init (lstdout, output_unit) |
| Initialize the comin stateThis routine needs to be called by the host before any other comin call. | |
| subroutine, public | comin_setup_finalize () |
| Destructor. | |
| subroutine, public | comin_plugin_init (state_ptr, host_version, host_wp) |
| Initialize the plugin state. | |
| subroutine, public | comin_descrdata_set_fct_glb2loc_cell (fct) |
| Sets the "global-to-local" index lookup function. | |
| subroutine, public | comin_setup_errhandler (error_handler) |
| Sets the global error handler procedure pointer. | |
Variables | |
| type(c_ptr), dimension(:), allocatable | dl_handles |
| list of primary constructors | |
| subroutine, public comin_setup::comin_plugin_init | ( | type(c_ptr), intent(in), value | state_ptr, |
| type(t_comin_setup_version_info), intent(in) | host_version, | ||
| integer(c_int), intent(in) | host_wp ) |
Initialize the plugin state.
Definition at line 323 of file comin_setup.F90.

| type(c_ptr), dimension(:), allocatable comin_setup::dl_handles |
list of primary constructors
Definition at line 119 of file comin_setup.F90.