MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
InterfaceMap.f90 File Reference

Go to the source code of this file.

Data Types

type  interfacemapmodule::interfacemaptype
 

Modules

module  interfacemapmodule
 

Functions/Subroutines

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)