MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
listsmodule Module Reference

Functions/Subroutines

subroutine, public lists_da ()
 

Variables

type(listtype), public basemodellist
 
type(listtype), public basesolutionlist
 
type(listtype), public solutiongrouplist
 
type(listtype), public baseexchangelist
 
type(listtype), public baseconnectionlist
 

Function/Subroutine Documentation

◆ lists_da()

subroutine, public listsmodule::lists_da

Definition at line 32 of file mf6lists.f90.

33 ! ******************************************************************************
34 ! Deallocate the lists
35 ! ******************************************************************************
36 !
37 ! SPECIFICATIONS:
38 ! ------------------------------------------------------------------------------
39 ! ------------------------------------------------------------------------------
40  !
41  call basemodellist%Clear()
42  call basesolutionlist%Clear()
43  call solutiongrouplist%Clear()
44  call baseexchangelist%Clear()
45  call baseconnectionlist%Clear()
46 
47  return
Here is the caller graph for this function:

Variable Documentation

◆ baseconnectionlist

type(listtype), public listsmodule::baseconnectionlist

Definition at line 28 of file mf6lists.f90.

28  type(ListType) :: baseconnectionlist

◆ baseexchangelist

type(listtype), public listsmodule::baseexchangelist

Definition at line 25 of file mf6lists.f90.

25  type(ListType) :: baseexchangelist

◆ basemodellist

type(listtype), public listsmodule::basemodellist

Definition at line 16 of file mf6lists.f90.

16  type(ListType) :: basemodellist

◆ basesolutionlist

type(listtype), public listsmodule::basesolutionlist

Definition at line 19 of file mf6lists.f90.

19  type(ListType) :: basesolutionlist

◆ solutiongrouplist

type(listtype), public listsmodule::solutiongrouplist

Definition at line 22 of file mf6lists.f90.

22  type(ListType) :: solutiongrouplist