MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
subcellmodule::subcelltype Type Reference

A subcell of a cell. More...

Inheritance diagram for subcellmodule::subcelltype:
Inheritance graph
Collaboration diagram for subcellmodule::subcelltype:
Collaboration graph

Public Attributes

integer, public isubcell
 index of subcell in the cell More...
 
integer, public icell
 index of cell in the source grid More...
 

Private Member Functions

procedure(init), deferred init
 initializer More...
 
procedure(destroy), deferred destroy
 destructor More...
 

Private Attributes

character(len=40), pointer type
 character string that names the tracking domain type More...
 

Detailed Description

Definition at line 10 of file Subcell.f90.

Member Function/Subroutine Documentation

◆ destroy()

procedure(destroy), deferred domainmodule::domaintype::destroy
privateinherited

Definition at line 11 of file Domain.f90.

◆ init()

procedure(init), deferred subcellmodule::subcelltype::init
private

Definition at line 14 of file Subcell.f90.

Member Data Documentation

◆ icell

integer, public subcellmodule::subcelltype::icell

Definition at line 12 of file Subcell.f90.

12  integer, public :: icell !< index of cell in the source grid

◆ isubcell

integer, public subcellmodule::subcelltype::isubcell

Definition at line 11 of file Subcell.f90.

11  integer, public :: isubcell !< index of subcell in the cell

◆ type

character(len=40), pointer domainmodule::domaintype::type
privateinherited

Definition at line 9 of file Domain.f90.

9  character(len=40), pointer :: type !< character string that names the tracking domain type

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