plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
linear_interpolate_pine
Function
MIT
20 statements
Source File
PineClass.f90
PineClass
linear_interpolate_pine
Contents
public function linear_interpolate_pine(x, f, x0) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
(:)
real(kind=real64),
intent(in)
::
f
(:)
real(kind=real64),
intent(in)
::
x0
Return Value
real(kind=real64)