MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
virtualdatacontainermodule::vdcelementluttype Type Reference
Collaboration diagram for virtualdatacontainermodule::vdcelementluttype:
Collaboration graph

Private Attributes

integer(i4b) max_remote_idx
 max. remote index, also size of the lookup table More...
 
integer(i4b), dimension(:), pointer, contiguous remote_to_virtual => null()
 (sparse) array with local indexes More...
 

Detailed Description

Definition at line 41 of file VirtualDataContainer.f90.

Member Data Documentation

◆ max_remote_idx

integer(i4b) virtualdatacontainermodule::vdcelementluttype::max_remote_idx
private

Definition at line 42 of file VirtualDataContainer.f90.

42  integer(I4B) :: max_remote_idx !< max. remote index, also size of the lookup table

◆ remote_to_virtual

integer(i4b), dimension(:), pointer, contiguous virtualdatacontainermodule::vdcelementluttype::remote_to_virtual => null()
private

is the list of virtual data items in this container.

Definition at line 43 of file VirtualDataContainer.f90.

43  integer(I4B), dimension(:), pointer, contiguous :: remote_to_virtual => null() !< (sparse) array with local indexes

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