initCartesian Interface

public interface initCartesian

Module Procedures

private subroutine initCartesianSP_(GGrid, CoordChars, CoordSortOrder, descend, WeightChars, OtherChars, IndexChars, Dims, AxisData)

Arguments

Type IntentOptional Attributes Name
type(GeneralGrid), intent(out) :: GGrid
character(len=*), intent(in) :: CoordChars
character(len=*), intent(in), optional :: CoordSortOrder
logical, optional, dimension(:), pointer :: descend
character(len=*), intent(in), optional :: WeightChars
character(len=*), intent(in), optional :: OtherChars
character(len=*), intent(in), optional :: IndexChars
integer, dimension(:), pointer :: Dims
real(kind=SP), dimension(:,:), pointer :: AxisData

private subroutine initCartesianDP_(GGrid, CoordChars, CoordSortOrder, descend, WeightChars, OtherChars, IndexChars, Dims, AxisData)

Arguments

Type IntentOptional Attributes Name
type(GeneralGrid), intent(out) :: GGrid
character(len=*), intent(in) :: CoordChars
character(len=*), intent(in), optional :: CoordSortOrder
logical, optional, dimension(:), pointer :: descend
character(len=*), intent(in), optional :: WeightChars
character(len=*), intent(in), optional :: OtherChars
character(len=*), intent(in), optional :: IndexChars
integer, dimension(:), pointer :: Dims
real(kind=DP), dimension(:,:), pointer :: AxisData