MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwegweconnectionmodule::gwegweconnectiontype Type Reference

Connects a GWE model to other GWE models in space. Derives from NumericalExchangeType so the solution can use it to fetch the coefficients for this connection. More...

Inheritance diagram for gwegweconnectionmodule::gwegweconnectiontype:
Inheritance graph
Collaboration diagram for gwegweconnectionmodule::gwegweconnectiontype:
Collaboration graph

Public Member Functions

procedure, pass(this) gwegweconnection_ctor
 
generic, public construct => gwegweconnection_ctor
 
procedure exg_ar => gwegwecon_ar
 
procedure exg_df => gwegwecon_df
 
procedure exg_rp => gwegwecon_rp
 
procedure exg_ad => gwegwecon_ad
 
procedure exg_fc => gwegwecon_fc
 
procedure exg_da => gwegwecon_da
 
procedure exg_cq => gwegwecon_cq
 
procedure exg_bd => gwegwecon_bd
 
procedure exg_ot => gwegwecon_ot
 
procedure validateconnection
 
procedure, pass(this) spatialconnection_ctor
 
procedure exg_ac => spatialcon_ac
 
procedure exg_mc => spatialcon_mc
 
procedure exg_cf => spatialcon_cf
 
procedure, pass(this) spatialcon_df
 
procedure, pass(this) spatialcon_ar
 
procedure, pass(this) spatialcon_ac
 
procedure, pass(this) spatialcon_cf
 
procedure, pass(this) spatialcon_fc
 
procedure, pass(this) spatialcon_da
 
procedure, pass(this) spatialcon_setmodelptrs
 
procedure, pass(this) spatialcon_connect
 
procedure, pass(this) cfg_dv
 
procedure, pass(this) createmodelhalo
 

Public Attributes

class(gwemodeltype), pointer gwemodel => null()
 the model for which this connection exists More...
 
class(gweexchangetype), pointer gweexchange => null()
 the primary exchange, cast to GWE-GWE More...
 
class(gweinterfacemodeltype), pointer gweinterfacemodel => null()
 the interface model More...
 
integer(i4b), pointer iifaceadvscheme => null()
 the advection scheme at the interface: 0 = upstream, 1 = central, 2 = TVD More...
 
integer(i4b), pointer iifacext3d => null()
 XT3D in the interface CND package: 0 = no, 1 = lhs, 2 = rhs. More...
 
integer(i4b), pointer exgflowsign => null()
 indicates the flow direction of exgflowja More...
 
real(dp), dimension(:), pointer, contiguous exgflowjagwe => null()
 gwe-flowja at the interface (this is a subset of the GWT interface model flowja's) More...
 
real(dp), dimension(:), pointer, contiguous gwfflowja => null()
 gwfflowja for the interface model More...
 
real(dp), dimension(:), pointer, contiguous gwfsat => null()
 gwfsat for the interface model More...
 
real(dp), dimension(:), pointer, contiguous gwfhead => null()
 gwfhead for the interface model More...
 
real(dp), dimension(:, :), pointer, contiguous gwfspdis => null()
 gwfspdis for the interface model More...
 
real(dp), dimension(:), pointer, contiguous conc => null()
 pointer to concentration array More...
 
integer(i4b), dimension(:), pointer, contiguous icbound => null()
 store pointer to gwe ibound array More...
 
integer(i4b) iout = 0
 the list file for the interface model More...
 
class(numericalmodeltype), pointer owner => null()
 the model whose connection this is More...
 
class(numericalmodeltype), pointer interface_model => null()
 the interface model More...
 
integer(i4b), pointer nr_connections => null()
 total nr. of connected cells (primary) More...
 
class(disconnexchangetype), pointer prim_exchange => null()
 the exchange for which the interface model is created More...
 
logical(lgp) owns_exchange
 there are two connections (in serial) for an exchange, one of them needs to manage/own the exchange (e.g. clean up) More...
 
type(stlvecint), pointer halo_models
 models that are potentially in the halo of this interface More...
 
type(stlvecint), pointer halo_exchanges
 exchanges that are potentially part of the halo of this interface (includes primary) More...
 
integer(i4b), pointer int_stencil_depth => null()
 size of the computational stencil for the interior default = 1, xt3d = 2, ... More...
 
integer(i4b), pointer exg_stencil_depth => null()
 size of the computational stencil at the interface default = 1, xt3d = 2, ... More...
 
integer(i4b), pointer neq => null()
 nr. of equations in matrix system More...
 
class(sparsematrixtype), pointer matrix => null()
 system matrix for the interface More...
 
real(dp), dimension(:), pointer, contiguous rhs => null()
 rhs of interface system More...
 
real(dp), dimension(:), pointer, contiguous x => null()
 dependent variable of interface system More...
 
integer(i4b), dimension(:), pointer, contiguous active => null()
 cell status (c.f. ibound) of interface system More...
 
class(gridconnectiontype), pointer ig_builder => null()
 facility to build the interface grid connection structure More...
 
integer(i4b), dimension(:), pointer ipos_to_sln => null()
 mapping between position in the interface matrix and the solution matrix More...
 
type(listtypeiface_dist_vars
 list with distributed variables for this interface More...
 
type(interfacemaptype), pointer interface_map => null()
 a map of the interface into models and exchanges More...
 

Private Member Functions

procedure, private allocate_scalars
 
procedure, private allocate_arrays
 
procedure, private cfg_dist_vars
 
procedure, private setgridextent
 
procedure, private setflowtoexchange
 
procedure, pass(this), private setupgridconnection
 
procedure, pass(this), private getnrofconnections
 
procedure, pass(this), private allocatescalars
 
procedure, pass(this), private allocatearrays
 
procedure, pass(this), private createcoefficientmatrix
 
procedure, pass(this), private maskownerconnections
 
procedure, pass(this), private addmodelneighbors
 
procedure exg_cc
 
procedure get_iasym
 
procedure exg_calculate_delt
 
procedure exg_fp
 
procedure connects_model
 

Private Attributes

character(len=7) typename
 name of the type (e.g., 'GWF-GWF') More...
 
character(len=lenexchangename) name
 the name of this exchange More...
 
character(len=lenmempath) memorypath
 the location in the memory manager where the variables are stored More...
 
character(len=lenmempath) input_mempath
 
integer(i4b) id
 

Detailed Description

Definition at line 29 of file GweGweConnection.f90.

Member Function/Subroutine Documentation

◆ addmodelneighbors()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::addmodelneighbors
privateinherited

Definition at line 101 of file SpatialModelConnection.f90.

◆ allocate_arrays()

procedure, private gwegweconnectionmodule::gwegweconnectiontype::allocate_arrays
private

Definition at line 71 of file GweGweConnection.f90.

◆ allocate_scalars()

procedure, private gwegweconnectionmodule::gwegweconnectiontype::allocate_scalars
private

Definition at line 70 of file GweGweConnection.f90.

◆ allocatearrays()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::allocatearrays
privateinherited

Definition at line 98 of file SpatialModelConnection.f90.

◆ allocatescalars()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::allocatescalars
privateinherited

Definition at line 97 of file SpatialModelConnection.f90.

◆ cfg_dist_vars()

procedure, private gwegweconnectionmodule::gwegweconnectiontype::cfg_dist_vars
private

Definition at line 72 of file GweGweConnection.f90.

◆ cfg_dv()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::cfg_dv
inherited

Definition at line 91 of file SpatialModelConnection.f90.

◆ connects_model()

procedure baseexchangemodule::baseexchangetype::connects_model
privateinherited

Definition at line 29 of file BaseExchange.f90.

◆ construct()

generic, public gwegweconnectionmodule::gwegweconnectiontype::construct

Definition at line 54 of file GweGweConnection.f90.

Here is the call graph for this function:

◆ createcoefficientmatrix()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::createcoefficientmatrix
privateinherited

Definition at line 99 of file SpatialModelConnection.f90.

◆ createmodelhalo()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::createmodelhalo
inherited

Definition at line 92 of file SpatialModelConnection.f90.

◆ exg_ac()

procedure spatialmodelconnectionmodule::spatialmodelconnectiontype::exg_ac
inherited

Definition at line 75 of file SpatialModelConnection.f90.

◆ exg_ad()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_ad

Definition at line 59 of file GweGweConnection.f90.

◆ exg_ar()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_ar

Definition at line 56 of file GweGweConnection.f90.

◆ exg_bd()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_bd

Definition at line 63 of file GweGweConnection.f90.

◆ exg_calculate_delt()

procedure baseexchangemodule::baseexchangetype::exg_calculate_delt
privateinherited

Definition at line 25 of file BaseExchange.f90.

◆ exg_cc()

procedure numericalexchangemodule::numericalexchangetype::exg_cc
privateinherited

Definition at line 29 of file NumericalExchange.f90.

◆ exg_cf()

procedure spatialmodelconnectionmodule::spatialmodelconnectiontype::exg_cf
inherited

Definition at line 77 of file SpatialModelConnection.f90.

◆ exg_cq()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_cq

Definition at line 62 of file GweGweConnection.f90.

◆ exg_da()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_da

Definition at line 61 of file GweGweConnection.f90.

◆ exg_df()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_df

Definition at line 57 of file GweGweConnection.f90.

◆ exg_fc()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_fc

Definition at line 60 of file GweGweConnection.f90.

◆ exg_fp()

procedure baseexchangemodule::baseexchangetype::exg_fp
privateinherited

Definition at line 27 of file BaseExchange.f90.

◆ exg_mc()

procedure spatialmodelconnectionmodule::spatialmodelconnectiontype::exg_mc
inherited

Definition at line 76 of file SpatialModelConnection.f90.

◆ exg_ot()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_ot

Definition at line 64 of file GweGweConnection.f90.

◆ exg_rp()

procedure gwegweconnectionmodule::gwegweconnectiontype::exg_rp

Definition at line 58 of file GweGweConnection.f90.

◆ get_iasym()

procedure numericalexchangemodule::numericalexchangetype::get_iasym
privateinherited

Definition at line 34 of file NumericalExchange.f90.

◆ getnrofconnections()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::getnrofconnections
privateinherited

Definition at line 96 of file SpatialModelConnection.f90.

◆ gwegweconnection_ctor()

procedure, pass(this) gwegweconnectionmodule::gwegweconnectiontype::gwegweconnection_ctor

Definition at line 53 of file GweGweConnection.f90.

◆ maskownerconnections()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::maskownerconnections
privateinherited

Definition at line 100 of file SpatialModelConnection.f90.

◆ setflowtoexchange()

procedure, private gwegweconnectionmodule::gwegweconnectiontype::setflowtoexchange
private

Definition at line 74 of file GweGweConnection.f90.

◆ setgridextent()

procedure, private gwegweconnectionmodule::gwegweconnectiontype::setgridextent
private

Definition at line 73 of file GweGweConnection.f90.

◆ setupgridconnection()

procedure, pass(this), private spatialmodelconnectionmodule::spatialmodelconnectiontype::setupgridconnection
privateinherited

Definition at line 95 of file SpatialModelConnection.f90.

◆ spatialcon_ac()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_ac
inherited

Definition at line 84 of file SpatialModelConnection.f90.

◆ spatialcon_ar()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_ar
inherited

Definition at line 83 of file SpatialModelConnection.f90.

◆ spatialcon_cf()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_cf
inherited

Definition at line 85 of file SpatialModelConnection.f90.

◆ spatialcon_connect()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_connect
inherited

Definition at line 89 of file SpatialModelConnection.f90.

◆ spatialcon_da()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_da
inherited

Definition at line 87 of file SpatialModelConnection.f90.

◆ spatialcon_df()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_df
inherited

Definition at line 82 of file SpatialModelConnection.f90.

◆ spatialcon_fc()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_fc
inherited

Definition at line 86 of file SpatialModelConnection.f90.

◆ spatialcon_setmodelptrs()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialcon_setmodelptrs
inherited

Definition at line 88 of file SpatialModelConnection.f90.

◆ spatialconnection_ctor()

procedure, pass(this) spatialmodelconnectionmodule::spatialmodelconnectiontype::spatialconnection_ctor
inherited

Definition at line 69 of file SpatialModelConnection.f90.

◆ validateconnection()

procedure gwegweconnectionmodule::gwegweconnectiontype::validateconnection

Definition at line 67 of file GweGweConnection.f90.

Member Data Documentation

◆ active

integer(i4b), dimension(:), pointer, contiguous spatialmodelconnectionmodule::spatialmodelconnectiontype::active => null()
inherited

Definition at line 58 of file SpatialModelConnection.f90.

58  integer(I4B), dimension(:), pointer, contiguous :: active => null() !< cell status (c.f. ibound) of interface system

◆ conc

real(dp), dimension(:), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::conc => null()

Definition at line 46 of file GweGweConnection.f90.

46  real(DP), dimension(:), pointer, contiguous :: conc => null() !< pointer to concentration array

◆ exg_stencil_depth

integer(i4b), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::exg_stencil_depth => null()
inherited

Definition at line 50 of file SpatialModelConnection.f90.

50  integer(I4B), pointer :: exg_stencil_depth => null() !< size of the computational stencil at the interface

◆ exgflowjagwe

real(dp), dimension(:), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::exgflowjagwe => null()

Definition at line 38 of file GweGweConnection.f90.

38  real(DP), dimension(:), pointer, contiguous :: exgflowjaGwe => null() !< gwe-flowja at the interface (this is a subset of the GWT

◆ exgflowsign

integer(i4b), pointer gwegweconnectionmodule::gwegweconnectiontype::exgflowsign => null()

Definition at line 37 of file GweGweConnection.f90.

37  integer(I4B), pointer :: exgflowSign => null() !< indicates the flow direction of exgflowja

◆ gweexchange

class(gweexchangetype), pointer gwegweconnectionmodule::gwegweconnectiontype::gweexchange => null()

Definition at line 32 of file GweGweConnection.f90.

32  class(GweExchangeType), pointer :: gweExchange => null() !< the primary exchange, cast to GWE-GWE

◆ gweinterfacemodel

class(gweinterfacemodeltype), pointer gwegweconnectionmodule::gwegweconnectiontype::gweinterfacemodel => null()

Definition at line 33 of file GweGweConnection.f90.

33  class(GweInterfaceModelType), pointer :: gweInterfaceModel => null() !< the interface model

◆ gwemodel

class(gwemodeltype), pointer gwegweconnectionmodule::gwegweconnectiontype::gwemodel => null()

Definition at line 31 of file GweGweConnection.f90.

31  class(GweModelType), pointer :: gweModel => null() !< the model for which this connection exists

◆ gwfflowja

real(dp), dimension(:), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::gwfflowja => null()

Definition at line 41 of file GweGweConnection.f90.

41  real(DP), dimension(:), pointer, contiguous :: gwfflowja => null() !< gwfflowja for the interface model

◆ gwfhead

real(dp), dimension(:), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::gwfhead => null()

Definition at line 43 of file GweGweConnection.f90.

43  real(DP), dimension(:), pointer, contiguous :: gwfhead => null() !< gwfhead for the interface model

◆ gwfsat

real(dp), dimension(:), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::gwfsat => null()

Definition at line 42 of file GweGweConnection.f90.

42  real(DP), dimension(:), pointer, contiguous :: gwfsat => null() !< gwfsat for the interface model

◆ gwfspdis

real(dp), dimension(:, :), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::gwfspdis => null()

Definition at line 44 of file GweGweConnection.f90.

44  real(DP), dimension(:, :), pointer, contiguous :: gwfspdis => null() !< gwfspdis for the interface model

◆ halo_exchanges

type(stlvecint), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::halo_exchanges
inherited

Definition at line 47 of file SpatialModelConnection.f90.

47  type(STLVecInt), pointer :: halo_exchanges !< exchanges that are potentially part of the halo of this interface (includes primary)

◆ halo_models

type(stlvecint), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::halo_models
inherited

Definition at line 46 of file SpatialModelConnection.f90.

46  type(STLVecInt), pointer :: halo_models !< models that are potentially in the halo of this interface

◆ icbound

integer(i4b), dimension(:), pointer, contiguous gwegweconnectionmodule::gwegweconnectiontype::icbound => null()

Definition at line 47 of file GweGweConnection.f90.

47  integer(I4B), dimension(:), pointer, contiguous :: icbound => null() !< store pointer to gwe ibound array

◆ id

integer(i4b) baseexchangemodule::baseexchangetype::id
privateinherited

Definition at line 18 of file BaseExchange.f90.

18  integer(I4B) :: id

◆ iface_dist_vars

type(listtype) spatialmodelconnectionmodule::spatialmodelconnectiontype::iface_dist_vars
inherited

Definition at line 63 of file SpatialModelConnection.f90.

63  type(ListType) :: iface_dist_vars !< list with distributed variables for this interface

◆ ig_builder

class(gridconnectiontype), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::ig_builder => null()
inherited

Definition at line 61 of file SpatialModelConnection.f90.

61  class(GridConnectionType), pointer :: ig_builder => null() !< facility to build the interface grid connection structure

◆ iifaceadvscheme

integer(i4b), pointer gwegweconnectionmodule::gwegweconnectiontype::iifaceadvscheme => null()

Definition at line 34 of file GweGweConnection.f90.

34  integer(I4B), pointer :: iIfaceAdvScheme => null() !< the advection scheme at the interface:

◆ iifacext3d

integer(i4b), pointer gwegweconnectionmodule::gwegweconnectiontype::iifacext3d => null()

Definition at line 36 of file GweGweConnection.f90.

36  integer(I4B), pointer :: iIfaceXt3d => null() !< XT3D in the interface CND package: 0 = no, 1 = lhs, 2 = rhs

◆ input_mempath

character(len=lenmempath) baseexchangemodule::baseexchangetype::input_mempath
privateinherited

Definition at line 17 of file BaseExchange.f90.

17  character(len=LENMEMPATH) :: input_mempath

◆ int_stencil_depth

integer(i4b), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::int_stencil_depth => null()
inherited

Definition at line 48 of file SpatialModelConnection.f90.

48  integer(I4B), pointer :: int_stencil_depth => null() !< size of the computational stencil for the interior

◆ interface_map

type(interfacemaptype), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::interface_map => null()
inherited

Definition at line 64 of file SpatialModelConnection.f90.

64  type(InterfaceMapType), pointer :: interface_map => null() !< a map of the interface into models and exchanges

◆ interface_model

class(numericalmodeltype), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::interface_model => null()
inherited

Definition at line 40 of file SpatialModelConnection.f90.

40  class(NumericalModelType), pointer :: interface_model => null() !< the interface model

◆ iout

integer(i4b) gwegweconnectionmodule::gwegweconnectiontype::iout = 0

Definition at line 49 of file GweGweConnection.f90.

49  integer(I4B) :: iout = 0 !< the list file for the interface model

◆ ipos_to_sln

integer(i4b), dimension(:), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::ipos_to_sln => null()
inherited

Definition at line 62 of file SpatialModelConnection.f90.

62  integer(I4B), dimension(:), pointer :: ipos_to_sln => null() !< mapping between position in the interface matrix and the solution matrix

◆ matrix

class(sparsematrixtype), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::matrix => null()
inherited

Definition at line 55 of file SpatialModelConnection.f90.

55  class(SparseMatrixType), pointer :: matrix => null() !< system matrix for the interface

◆ memorypath

character(len=lenmempath) baseexchangemodule::baseexchangetype::memorypath
privateinherited

Definition at line 16 of file BaseExchange.f90.

16  character(len=LENMEMPATH) :: memoryPath !< the location in the memory manager where the variables are stored

◆ name

character(len=lenexchangename) baseexchangemodule::baseexchangetype::name
privateinherited

Definition at line 15 of file BaseExchange.f90.

15  character(len=LENEXCHANGENAME) :: name !< the name of this exchange

◆ neq

integer(i4b), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::neq => null()
inherited

Definition at line 54 of file SpatialModelConnection.f90.

54  integer(I4B), pointer :: neq => null() !< nr. of equations in matrix system

◆ nr_connections

integer(i4b), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::nr_connections => null()
inherited

Definition at line 41 of file SpatialModelConnection.f90.

41  integer(I4B), pointer :: nr_connections => null() !< total nr. of connected cells (primary)

◆ owner

class(numericalmodeltype), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::owner => null()
inherited

Definition at line 39 of file SpatialModelConnection.f90.

39  class(NumericalModelType), pointer :: owner => null() !< the model whose connection this is

◆ owns_exchange

logical(lgp) spatialmodelconnectionmodule::spatialmodelconnectiontype::owns_exchange
inherited

Definition at line 44 of file SpatialModelConnection.f90.

44  logical(LGP) :: owns_exchange !< there are two connections (in serial) for an exchange,

◆ prim_exchange

class(disconnexchangetype), pointer spatialmodelconnectionmodule::spatialmodelconnectiontype::prim_exchange => null()
inherited

Definition at line 43 of file SpatialModelConnection.f90.

43  class(DisConnExchangeType), pointer :: prim_exchange => null() !< the exchange for which the interface model is created

◆ rhs

real(dp), dimension(:), pointer, contiguous spatialmodelconnectionmodule::spatialmodelconnectiontype::rhs => null()
inherited

Definition at line 56 of file SpatialModelConnection.f90.

56  real(DP), dimension(:), pointer, contiguous :: rhs => null() !< rhs of interface system

◆ typename

character(len=7) numericalexchangemodule::numericalexchangetype::typename
privateinherited

Definition at line 17 of file NumericalExchange.f90.

17  character(len=7) :: typename !< name of the type (e.g., 'GWF-GWF')

◆ x

real(dp), dimension(:), pointer, contiguous spatialmodelconnectionmodule::spatialmodelconnectiontype::x => null()
inherited

Definition at line 57 of file SpatialModelConnection.f90.

57  real(DP), dimension(:), pointer, contiguous :: x => null() !< dependent variable of interface system

The documentation for this type was generated from the following file: