pad3d Interface

interface
public module function pad3d(input, facets, pad_size, imethod) result(output)

Arguments

Type IntentOptional Attributes Name
type(array_type), intent(in), target :: input
type(facets_type), intent(in), dimension(3) :: facets
integer, intent(in), dimension(3) :: pad_size
integer, intent(in) :: imethod

Return Value type(array_type),pointer