OOPS
qg_getvalues_interface Module Reference

Functions/Subroutines

subroutine qg_getvalues_interp_c (c_locs, c_key_fld, c_t1, c_t2, c_key_gom)
 Interpolation from fields. More...
 
subroutine qg_getvalues_interp_tl_c (c_locs, c_key_fld, c_t1, c_t2, c_key_gom)
 Interpolation from fields, tangent linear. More...
 
subroutine qg_getvalues_interp_ad_c (c_locs, c_key_fld, c_t1, c_t2, c_key_gom)
 Interpolation from fields, adjoint. More...
 

Function/Subroutine Documentation

◆ qg_getvalues_interp_ad_c()

subroutine qg_getvalues_interface::qg_getvalues_interp_ad_c ( type(c_ptr), intent(in), value  c_locs,
integer(c_int), intent(in)  c_key_fld,
type(c_ptr), intent(in), value  c_t1,
type(c_ptr), intent(in), value  c_t2,
integer(c_int), intent(in)  c_key_gom 
)
private

Interpolation from fields, adjoint.

Parameters
[in]c_locslocations
[in]c_key_fldFields
[in]c_t2times
[in]c_key_gomInterpolated values

Definition at line 81 of file qg_getvalues_interface.F90.

Here is the call graph for this function:

◆ qg_getvalues_interp_c()

subroutine qg_getvalues_interface::qg_getvalues_interp_c ( type(c_ptr), intent(in), value  c_locs,
integer(c_int), intent(in)  c_key_fld,
type(c_ptr), intent(in), value  c_t1,
type(c_ptr), intent(in), value  c_t2,
integer(c_int), intent(in)  c_key_gom 
)
private

Interpolation from fields.

Parameters
[in]c_locslocations
[in]c_key_fldFields
[in]c_t2times
[in]c_key_gomInterpolated values

Definition at line 24 of file qg_getvalues_interface.F90.

Here is the call graph for this function:

◆ qg_getvalues_interp_tl_c()

subroutine qg_getvalues_interface::qg_getvalues_interp_tl_c ( type(c_ptr), intent(in), value  c_locs,
integer(c_int), intent(in)  c_key_fld,
type(c_ptr), intent(in), value  c_t1,
type(c_ptr), intent(in), value  c_t2,
integer(c_int), intent(in)  c_key_gom 
)
private

Interpolation from fields, tangent linear.

Parameters
[in]c_locsLocations
[in]c_key_fldFields
[in]c_t2times
[in]c_key_gomInterpolated values

Definition at line 52 of file qg_getvalues_interface.F90.

Here is the call graph for this function: