MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
cellwithnbrsmodule::globalcelltype Type Reference

Data structure to hold a global cell identifier, using a pointer to the model and its local cell. More...

Collaboration diagram for cellwithnbrsmodule::globalcelltype:
Collaboration graph

Public Attributes

integer(i4b) index
 the index on the model grid More...
 
class(virtualmodeltype), pointer v_model => null()
 virtual model More...
 

Detailed Description

Definition at line 13 of file CellWithNbrs.f90.

Member Data Documentation

◆ index

integer(i4b) cellwithnbrsmodule::globalcelltype::index

Definition at line 14 of file CellWithNbrs.f90.

14  integer(I4B) :: index !< the index on the model grid

◆ v_model

class(virtualmodeltype), pointer cellwithnbrsmodule::globalcelltype::v_model => null()

Definition at line 15 of file CellWithNbrs.f90.

15  class(VirtualModelType), pointer :: v_model => null() !< virtual model

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