norm_func Interface

interface
private pure function norm_func(x) result(xmag)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: x

a vector

Return Value real(kind=wp)

the magnitude of the vector

Description

Vector norm function. Must return a value .