MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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

character(len=40), pointer, public type
 character string that names the tracking domain type More...
 
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(destroy), deferred destroy
 destructor More...
 
procedure(init), deferred init
 initializer More...
 

Detailed Description

Definition at line 9 of file Subcell.f90.

Member Function/Subroutine Documentation

◆ destroy()

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

Definition at line 15 of file Subcell.f90.

◆ init()

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

Definition at line 16 of file Subcell.f90.

Member Data Documentation

◆ icell

integer, public subcellmodule::subcelltype::icell

Definition at line 13 of file Subcell.f90.

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

◆ isubcell

integer, public subcellmodule::subcelltype::isubcell

Definition at line 12 of file Subcell.f90.

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

◆ type

character(len=40), pointer, public subcellmodule::subcelltype::type

Definition at line 11 of file Subcell.f90.

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

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