wrapArray Interface

public interface wrapArray

Called by

interface~~wraparray~~CalledByGraph interface~wraparray wrapArray none~set MaplGrid%set none~set->interface~wraparray proc~mapl_gridcreate MAPL_GridCreate proc~mapl_gridcreate->none~set

Module Procedures

private function wrap1d(array) result(wrapper)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: array(:)

Return Value type(WrapArray1d)

private function wrap2d(array) result(wrapper)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: array(:,:)

Return Value type(WrapArray2d)

private function wrap3d(array) result(wrapper)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: array(:,:,:)

Return Value type(WrapArray3d)

private function wrap4d(array) result(wrapper)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: array(:,:,:,:)

Return Value type(WrapArray4d)

private function wrap5d(array) result(wrapper)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: array(:,:,:,:,:)

Return Value type(WrapArray5d)