MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
exg-gwtgwt.f90 File Reference

Go to the source code of this file.

Data Types

type  gwtgwtexchangemodule::gwtexchangetype
 Derived type for GwtExchangeType. More...
 

Modules

module  gwtgwtexchangemodule
 This module contains the GwtGwtExchangeModule Module.
 

Functions/Subroutines

subroutine, public gwtgwtexchangemodule::gwtexchange_create (filename, name, id, m1_id, m2_id, input_mempath)
 @ brief Create GWT GWT exchange More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_df (this)
 @ brief Define GWT GWT exchange More...
 
subroutine gwtgwtexchangemodule::validate_exchange (this)
 validate exchange data after reading More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_ar (this)
 @ brief Allocate and read More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_rp (this)
 @ brief Read and prepare More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_ad (this)
 @ brief Advance More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_fc (this, kiter, matrix_sln, rhs_sln, inwtflag)
 @ brief Fill coefficients More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_bd (this, icnvg, isuppress_output, isolnid)
 @ brief Budget More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_bdsav (this)
 @ brief Budget save More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_bdsav_model (this, model)
 @ brief Budget save More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_ot (this)
 @ brief Output More...
 
subroutine gwtgwtexchangemodule::source_options (this, iout)
 @ brief Source options More...
 
subroutine gwtgwtexchangemodule::read_mvt (this, iout)
 @ brief Read mover More...
 
subroutine gwtgwtexchangemodule::allocate_scalars (this)
 @ brief Allocate scalars More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_da (this)
 @ brief Deallocate More...
 
subroutine gwtgwtexchangemodule::allocate_arrays (this)
 @ brief Allocate arrays More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_df_obs (this)
 @ brief Define observations More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_rp_obs (this)
 @ brief Read and prepare observations More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_fp (this)
 @ brief Final processing More...
 
logical(lgp) function gwtgwtexchangemodule::gwt_gwt_connects_model (this, model)
 Return true when this exchange provides matrix coefficients for solving. More...
 
logical(lgp) function gwtgwtexchangemodule::use_interface_model (this)
 Should interface model be used for this exchange. More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_save_simvals (this)
 @ brief Save simulated flow observations More...
 
subroutine gwtgwtexchangemodule::gwt_gwt_process_obsid (obsrv, dis, inunitobs, iout)
 @ brief Obs ID processor More...
 
class(gwtexchangetype) function, pointer, public gwtgwtexchangemodule::castasgwtexchange (obj)
 @ brief Cast polymorphic object as exchange More...
 
class(gwtexchangetype) function, pointer, public gwtgwtexchangemodule::getgwtexchangefromlist (list, idx)
 @ brief Get exchange from list More...