initUnstructured Interface

public interface initUnstructured

Module Procedures

private subroutine initUnstructuredSP_(GGrid, CoordChars, CoordSortOrder, descend, WeightChars, OtherChars, IndexChars, nDims, nPoints, PointData)

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, intent(in) :: nDims
integer, intent(in) :: nPoints
real(kind=SP), dimension(:), pointer :: PointData

private subroutine initUnstructuredDP_(GGrid, CoordChars, CoordSortOrder, descend, WeightChars, OtherChars, IndexChars, nDims, nPoints, PointData)

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, intent(in) :: nDims
integer, intent(in) :: nPoints
real(kind=DP), dimension(:), pointer :: PointData