Go to the source code of this file.
|
| subroutine | interfacemapmodule::init (this, nr_models, nr_exchanges) |
| |
| subroutine | interfacemapmodule::add (this, map_to_add) |
| | @ Adds a map, either by extending the existing map for a certain model or exchange, or by assigning the map to an empty slot. More...
|
| |
| type(indexmaptype) function, pointer | interfacemapmodule::get_node_map (this, model_id) |
| |
| type(indexmaptype) function, pointer | interfacemapmodule::get_connection_map (this, model_id) |
| |
| subroutine | interfacemapmodule::print_interface (this, outunit) |
| | Dumps interface data to the screen. More...
|
| |
| subroutine | interfacemapmodule::destroy (this) |
| |