repeat Interface

public interface repeat

Module Procedures

private function repeat_init(prim, c, la, lb) result(out)

Initialise the Repeat modifier for a SDF.

Arguments

Type IntentOptional Attributes Name
class(sdf_base), target :: prim

SDF to modify

real(kind=wp), intent(in) :: c
type(vector), intent(in) :: la
type(vector), intent(in) :: lb

Return Value type(repeat)