DataCoords Derived Type

type, public :: DataCoords

Data type used to store global coordinates of any given matrix row


Components

Type Visibility Attributes Name Initial
integer(kind=ik), public, allocatable, dimension(:) :: rowCoords

Size 1 or 3 array depending on whether the evolved variable is a distribution

integer(kind=ik), public, allocatable, dimension(:,:) :: colCoords

Size (1,:) or (3,:) depending on whether the implicit variable is a distribution - the second dimension has the size of the column vector corresponding to given row of matrix