Generics
  • Value
    Procedures:
    • GetValue
    • TInterpolator1D_IntValue
Subroutines
Functions
  • real(sp_acc)
    GetValue(this, x, error)
    • TInterpolator1D   :: this
    • real(sp_acc) intent(in) :: x
    • integer intent(inout), optional :: error initialize to zero outside, changed if bad
  • real(sp_acc)
    TInterpolator1D_IntValue(this, x, error)
    • TInterpolator1D   :: this
    • integer intent(in) :: x
    • integer intent(inout), optional :: error initialize to zero outside, changed if bad
Properties
  • real(sp_acc) :: Xmin_interp
  • real(sp_acc) :: Xmax_interp
  • integer :: n
  • real(sp_acc) :: F(:) allocatable
    function values
  • real(sp_acc) :: fraction_tol
  • real(sp_acc) :: Xmin_check private
  • real(sp_acc) :: Xmax_check private
  • real(sp_acc) :: Xend_tol_interp private
  • integer :: read_version private
  • real(sp_acc) :: start_bc
  • real(sp_acc) :: end_bc