XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
bicub_mod::eval_bicub Interface Reference

Public Member Functions

subroutine eval_bicub_2 (x, y, xc, yc, acoef, f00, f10, f01, f11, f20, f02)
 
subroutine eval_bicub_1 (x, y, xc, yc, acoef, f00, f10, f01)
 
subroutine eval_bicub_0 (x, y, xc, yc, acoef, f00)
 

Member Function/Subroutine Documentation

subroutine bicub_mod::eval_bicub::eval_bicub_0 ( real (8), intent(in)  x,
real (8), intent(in)  y,
real (8), intent(in)  xc,
real (8), intent(in)  yc,
real (8), dimension(0:ndeg,0:ndeg), intent(in)  acoef,
real (8), intent(inout)  f00 
)

Here is the caller graph for this function:

subroutine bicub_mod::eval_bicub::eval_bicub_1 ( real (8), intent(in)  x,
real (8), intent(in)  y,
real (8), intent(in)  xc,
real (8), intent(in)  yc,
real (8), dimension(0:ndeg,0:ndeg), intent(in)  acoef,
real (8), intent(inout)  f00,
real (8), intent(inout)  f10,
real (8), intent(inout)  f01 
)
subroutine bicub_mod::eval_bicub::eval_bicub_2 ( real (8), intent(in)  x,
real (8), intent(in)  y,
real (8), intent(in)  xc,
real (8), intent(in)  yc,
real (8), dimension(0:ndeg,0:ndeg), intent(in)  acoef,
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: