MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
cellwithnbrsmodule::cellwithnbrstype Type Reference
Collaboration diagram for cellwithnbrsmodule::cellwithnbrstype:
Collaboration graph

Public Member Functions

procedure addnbrcell
 

Public Attributes

type(globalcelltypecell
 
integer(i4b) nrofnbrs = 0
 
type(cellwithnbrstype), dimension(:), pointer, contiguous neighbors => null()
 

Detailed Description

Definition at line 19 of file CellWithNbrs.f90.

Member Function/Subroutine Documentation

◆ addnbrcell()

procedure cellwithnbrsmodule::cellwithnbrstype::addnbrcell

Definition at line 25 of file CellWithNbrs.f90.

Member Data Documentation

◆ cell

type(globalcelltype) cellwithnbrsmodule::cellwithnbrstype::cell

Definition at line 20 of file CellWithNbrs.f90.

20  type(GlobalCellType) :: cell

◆ neighbors

type(cellwithnbrstype), dimension(:), pointer, contiguous cellwithnbrsmodule::cellwithnbrstype::neighbors => null()

Definition at line 22 of file CellWithNbrs.f90.

22  type(CellWithNbrsType), dimension(:), pointer, &
23  contiguous :: neighbors => null()

◆ nrofnbrs

integer(i4b) cellwithnbrsmodule::cellwithnbrstype::nrofnbrs = 0

Definition at line 21 of file CellWithNbrs.f90.

21  integer(I4B) :: nrOfNbrs = 0

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