KTH framework for Nek5000 toolboxes; testing version  0.0.1
intp_usr.f
Go to the documentation of this file.
1  subroutine intp_setup(tolin)
2 
3  call exitti('intp_setup is deprecated, see release notes!!$',1)
4 
5  return
6  end
7 c-----------------------------------------------------------------------
8  subroutine intp_do(fldout,fldin,nfld,xp,yp,zp,n,iwk,rwk,nmax,iflp)
9 
10  call exitti('intp_do is deprecated, see release notes!!$',1)
11 
12  return
13  end
14 c-----------------------------------------------------------------------
15  subroutine intp_free()
16 
17  call exitti('intp_free is deprecated, see release notes!!$',1)
18 
19  return
20  end
subroutine exitti(stringi, idata)
Definition: comm_mpi.f:535
subroutine intp_free()
Definition: interp.f:224
subroutine intp_do(fldout, fldin, nfld, xp, yp, zp, n, iwk, rwk, nmax, iflp)
Definition: interp.f:217
subroutine intp_setup(tolin)
Definition: interp.f:210