interpolate_reordered_square_second Interface

interface


Calls

interface~~interpolate_reordered_square_second~~CallsGraph interface~interpolate_reordered_square_second interpolate_reordered_square_second proc~interpolate_reordered_square_second interpolate_reordered_square_second interface~interpolate_reordered_square_second->proc~interpolate_reordered_square_second psi psi proc~interpolate_reordered_square_second->psi

public module function interpolate_reordered_square_second(self, xi, eta, value) result(interpolated_value)

Arguments

Type IntentOptional Attributes Name
class(abst_element), intent(in) :: self
real(kind=real64), intent(in) :: xi
real(kind=real64), intent(in) :: eta
real(kind=real64), intent(in) :: value(:)

Return Value real(kind=real64)