plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
interpolateOneReal64
Function
MIT
32 statements
Source File
ArrayClass.f90
ArrayClass
interpolateOneReal64
Contents
public function interpolateOneReal64(x, Fx, x_value) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(inout)
::
x
(:)
real(kind=real64),
intent(inout)
::
Fx
(:)
real(kind=real64),
intent(in)
::
x_value
Return Value
real(kind=real64)