A subcell of a cell.
More...
|
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...
|
|
Definition at line 9 of file Subcell.f90.
◆ destroy()
procedure(destroy), deferred subcellmodule::subcelltype::destroy |
|
private |
◆ init()
procedure(init), deferred subcellmodule::subcelltype::init |
|
private |
◆ icell
integer, public subcellmodule::subcelltype::icell |
Definition at line 13 of file Subcell.f90.
13 integer,
public :: icell
◆ isubcell
integer, public subcellmodule::subcelltype::isubcell |
Definition at line 12 of file Subcell.f90.
12 integer,
public :: isubcell
◆ type
character(len=40), pointer, public subcellmodule::subcelltype::type |
Definition at line 11 of file Subcell.f90.
11 character(len=40),
pointer,
public ::
type
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Solution/ParticleTracker/Subcell.f90