- Value
- GetValue
- TInterpolator1D_IntValue
- Clear(this)
- FirstUse(this)
- InitForSize(this, n)
- InitInterp(this, End1, End2)
-
TInterpolator1D
:: this
-
real(sp_acc) intent(in), optional :: End1
-
real(sp_acc) intent(in), optional :: End2
- LoadState(this, F)
- SaveState(this, F)
-
real(sp_acc)
GetValue(this, x)
-
real(sp_acc)
TInterpolator1D_IntValue(this, x)
Properties
- real(sp_acc) :: Xmin_interp
- real(sp_acc) :: Xmax_interp
- integer :: n
- real(sp_acc) allocatable :: F(:)
- real(sp_acc) :: fraction_tol
- real(sp_acc) private :: Xmin_check
- real(sp_acc) private :: Xmax_check
- real(sp_acc) private :: Xend_tol_interp
- integer private :: read_version
- real(sp_acc) :: start_bc
- real(sp_acc) :: end_bc