init Interface

public interface init

Module Procedures

private subroutine init_(GGrid, CoordChars, CoordSortOrder, descend, WeightChars, OtherChars, IndexChars, lsize)

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), optional :: lsize

private subroutine initl_(GGrid, CoordList, CoordSortOrder, descend, WeightList, OtherList, IndexList, lsize)

Arguments

Type IntentOptional Attributes Name
type(GeneralGrid), intent(out) :: GGrid
type(List), intent(in) :: CoordList
type(List), intent(in), optional :: CoordSortOrder
logical, optional, dimension(:), pointer :: descend
type(List), intent(in), optional :: WeightList
type(List), intent(in), optional :: OtherList
type(List), intent(in), optional :: IndexList
integer, intent(in), optional :: lsize

private subroutine initgg_(oGGrid, iGGrid, lsize)

Arguments

Type IntentOptional Attributes Name
type(GeneralGrid), intent(out) :: oGGrid
type(GeneralGrid), intent(in) :: iGGrid
integer, intent(in), optional :: lsize