test_interp1 Program

Uses

  • program~~test_interp1~~UsesGraph program~test_interp1 test_interp1 module~interpolation interpolation program~test_interp1->module~interpolation module~phys_consts phys_consts program~test_interp1->module~phys_consts module~interpolation->module~phys_consts iso_fortran_env iso_fortran_env module~phys_consts->iso_fortran_env

Need program statement for FORD


Calls

program~~test_interp1~~CallsGraph program~test_interp1 test_interp1 proc~interp1 interp1 program~test_interp1->proc~interp1

Contents


Variables

Type AttributesNameInitial
integer, parameter:: lx1 =25
integer, parameter:: lx2 =50
integer, parameter:: lx1i =200
integer, parameter:: lx2i =400
real(kind=wp), parameter:: stride =0.5_wp
real(kind=wp) :: x1(lx1)
real(kind=wp) :: x2(lx2)
real(kind=wp) :: f(lx1,lx2)
real(kind=wp) :: x1i(lx1i)
real(kind=wp) :: x2i(lx2i)
real(kind=wp) :: fi(lx1i,lx2i)
integer :: ix1
integer :: ix2