|
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) |
|
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 |
|
) |
| |
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 |
|
) |
| |
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 |
|
) |
| |
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 |
|
) |
| |
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 |
|
) |
| |
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:
- /u/gitlab-xgc/builds/YGMz2TJ8/0/xgc/XGC-Devel/XGC_core/bicub_mod.F90