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

Private Attributes

character(len=40), pointer type
 
type(celldefntype), pointer defn => null()
 

Detailed Description

Definition at line 10 of file Cell.f90.

Member Function/Subroutine Documentation

◆ destroy()

procedure(destroy), deferred cellmodule::celltype::destroy
private

Definition at line 14 of file Cell.f90.

Member Data Documentation

◆ defn

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

Definition at line 12 of file Cell.f90.

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

◆ type

character(len=40), pointer cellmodule::celltype::type
private

Definition at line 11 of file Cell.f90.

11  character(len=40), pointer :: type ! tracking domain type

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