maxval_vec Function

private pure elemental function maxval_vec(this)

Get the max value in a vec3

Arguments

Type IntentOptional Attributes Name
type(vector), intent(in) :: this

Input vector

Return Value real(kind=wp)