pad1d Interface

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

Arguments

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

Return Value type(array_type),pointer