XGC1
Public Member Functions | List of all members
bicub_mod::bicub_interpol Interface Reference

Public Member Functions

subroutine bicub_interpol1 (var, r, z, f00, f10, f01)
 
subroutine bicub_interpol2 (var, r, z, f00, f10, f01, f11, f20, f02)
 
subroutine bicub_interpol0 (var, r, z, f00)
 
subroutine bicub_interpol1_cpp (var, r, z, f00, f10, f01)
 
subroutine bicub_interpol2_cpp (var, r, z, f00, f10, f01, f11, f20, f02)
 
subroutine bicub_interpol0_cpp (var, r, z, f00)
 

Member Function/Subroutine Documentation

◆ bicub_interpol0()

subroutine bicub_mod::bicub_interpol::bicub_interpol0 ( type(bicub_type var,
real (8), intent(in)  r,
real (8), intent(in)  z,
real (8), intent(out)  f00 
)
Here is the call graph for this function:

◆ bicub_interpol0_cpp()

subroutine bicub_mod::bicub_interpol::bicub_interpol0_cpp ( type(bicub_cpp_type var,
real (8), intent(in)  r,
real (8), intent(in)  z,
real (8), intent(out)  f00 
)
Here is the call graph for this function:

◆ bicub_interpol1()

subroutine bicub_mod::bicub_interpol::bicub_interpol1 ( type(bicub_type var,
real (8), intent(in)  r,
real (8), intent(in)  z,
real (8), intent(inout)  f00,
real (8), intent(inout)  f10,
real (8), intent(inout)  f01 
)

◆ bicub_interpol1_cpp()

subroutine bicub_mod::bicub_interpol::bicub_interpol1_cpp ( type(bicub_cpp_type var,
real (8), intent(in)  r,
real (8), intent(in)  z,
real (8), intent(inout)  f00,
real (8), intent(inout)  f10,
real (8), intent(inout)  f01 
)

◆ bicub_interpol2()

subroutine bicub_mod::bicub_interpol::bicub_interpol2 ( type(bicub_type var,
real (8), intent(in)  r,
real (8), intent(in)  z,
real (8), intent(inout)  f00,
real (8), intent(inout)  f10,
real (8), intent(inout)  f01,
real (8), intent(inout)  f11,
real (8), intent(inout)  f20,
real (8), intent(inout)  f02 
)

◆ bicub_interpol2_cpp()

subroutine bicub_mod::bicub_interpol::bicub_interpol2_cpp ( type(bicub_cpp_type var,
real (8), intent(in)  r,
real (8), intent(in)  z,
real (8), intent(inout)  f00,
real (8), intent(inout)  f10,
real (8), intent(inout)  f01,
real (8), intent(inout)  f11,
real (8), intent(inout)  f20,
real (8), intent(inout)  f02 
)

The documentation for this interface was generated from the following file: