MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
solutiongroupmodule::solutiongrouptype Type Reference
Collaboration diagram for solutiongroupmodule::solutiongrouptype:
Collaboration graph

Private Member Functions

procedure sgp_ca
 
procedure sgp_da
 
procedure, private allocate_scalars
 
procedure add_solution
 

Private Attributes

integer(i4b), pointer id
 
integer(i4b), pointer mxiter
 
integer(i4b), pointer nsolutions
 
integer(i4b), dimension(:), allocatable idsolutions
 

Detailed Description

Definition at line 14 of file SolutionGroup.f90.

Member Function/Subroutine Documentation

◆ add_solution()

procedure solutiongroupmodule::solutiongrouptype::add_solution
private

Definition at line 23 of file SolutionGroup.f90.

◆ allocate_scalars()

procedure, private solutiongroupmodule::solutiongrouptype::allocate_scalars
private

Definition at line 22 of file SolutionGroup.f90.

◆ sgp_ca()

procedure solutiongroupmodule::solutiongrouptype::sgp_ca
private

Definition at line 20 of file SolutionGroup.f90.

◆ sgp_da()

procedure solutiongroupmodule::solutiongrouptype::sgp_da
private

Definition at line 21 of file SolutionGroup.f90.

Member Data Documentation

◆ id

integer(i4b), pointer solutiongroupmodule::solutiongrouptype::id
private

Definition at line 15 of file SolutionGroup.f90.

15  integer(I4B), pointer :: id

◆ idsolutions

integer(i4b), dimension(:), allocatable solutiongroupmodule::solutiongrouptype::idsolutions
private

Definition at line 18 of file SolutionGroup.f90.

18  integer(I4B), dimension(:), allocatable :: idsolutions !array of solution ids in basesolutionlist

◆ mxiter

integer(i4b), pointer solutiongroupmodule::solutiongrouptype::mxiter
private

Definition at line 16 of file SolutionGroup.f90.

16  integer(I4B), pointer :: mxiter

◆ nsolutions

integer(i4b), pointer solutiongroupmodule::solutiongrouptype::nsolutions
private

Definition at line 17 of file SolutionGroup.f90.

17  integer(I4B), pointer :: nsolutions

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