MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
cellmodule::celltype Type Reference

Base type for grid cells of a concrete type. Contains a cell-definition which is information shared by cell types. More...

Inheritance diagram for cellmodule::celltype:
Inheritance graph
Collaboration diagram for cellmodule::celltype:
Collaboration graph

Private Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 12 of file Cell.f90.

Member Function/Subroutine Documentation

◆ destroy()

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

Definition at line 11 of file Domain.f90.

Member Data Documentation

◆ defn

type(celldefntype), pointer cellmodule::celltype::defn => null()
private

Definition at line 13 of file Cell.f90.

13  type(CellDefnType), pointer :: defn => null() ! cell defn

◆ 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: