func_3d Abstract Interface

abstract interface
private function func_3d(me, x, y, z) result(f)

Arguments

TypeIntentOptionalAttributesName
class(integration_class_3d), intent(inout) :: me
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: y
real(kind=wp), intent(in) :: z

Return Value real(kind=wp)

Description

3d user function f(x,y,z)