MFIX  2016-1
interpolation Module Reference

Functions/Subroutines

subroutine, public set_interpolation_stencil (PC, IW, IE, JS, JN, KB, KTP, isch, dimprob, ordernew)
 
subroutine set_interpolation_stencil_cc (NP, PC, IW, JS, KB, FOCUS)
 
subroutine, public interpolate_cc (NP, INTP_IJK, INTP_WEIGHTS, FOCUS)
 
subroutine, public set_interpolation_pstencil (pc, ib, ie, jb, je, kb, ke, isch, dimprob, ordernew)
 
subroutine interp_oned_scalar (coor, scalar, ppos, interp_scl, order, isch, weight_pointer)
 
subroutine, public set_interpolation_scheme (choice)
 

Function/Subroutine Documentation

subroutine interpolation::interp_oned_scalar ( real(prcn), dimension(:), intent(in)  coor,
real(prcn), dimension(:), intent(in)  scalar,
real(prcn), intent(in)  ppos,
real(prcn), intent(out)  interp_scl,
integer, intent(in)  order,
character(len=5), intent(in)  isch,
real(prcn), dimension(:), optional, pointer  weight_pointer 
)

Definition at line 671 of file interpolation_mod.f.

subroutine, public interpolation::interpolate_cc ( integer, intent(in)  NP,
integer, dimension(2**dimn), intent(inout)  INTP_IJK,
double precision, dimension(2**dimn), intent(inout)  INTP_WEIGHTS,
logical, intent(in)  FOCUS 
)

Definition at line 376 of file interpolation_mod.f.

Here is the call graph for this function:

subroutine, public interpolation::set_interpolation_pstencil ( integer, dimension(3), intent(in)  pc,
integer, intent(out)  ib,
integer, intent(out)  ie,
integer, intent(out)  jb,
integer, intent(out)  je,
integer, intent(out)  kb,
integer, intent(out)  ke,
character(len=5), intent(in)  isch,
integer, intent(in)  dimprob,
integer, optional  ordernew 
)

Definition at line 573 of file interpolation_mod.f.

subroutine, public interpolation::set_interpolation_scheme ( integer, intent(in)  choice)

Definition at line 2361 of file interpolation_mod.f.

Here is the caller graph for this function:

subroutine, public interpolation::set_interpolation_stencil ( integer, dimension(3), intent(in)  PC,
integer, intent(out)  IW,
integer, intent(out)  IE,
integer, intent(out)  JS,
integer, intent(out)  JN,
integer, intent(out)  KB,
integer, intent(out)  KTP,
character(len=5), intent(in)  isch,
integer, intent(in)  dimprob,
integer, optional  ordernew 
)

Definition at line 129 of file interpolation_mod.f.

Here is the caller graph for this function:

subroutine interpolation::set_interpolation_stencil_cc ( integer, intent(in)  NP,
integer, dimension(3), intent(in)  PC,
integer, intent(out)  IW,
integer, intent(out)  JS,
integer, intent(out)  KB,
logical, intent(in)  FOCUS 
)

Definition at line 264 of file interpolation_mod.f.

Here is the caller graph for this function: