Triquadratic interpolation for a vector quantity phi Each phi corresponds to each moment
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | srcMom(nVals,nSources) | source values of the momentum on the square corners |
||
real(kind=rk), | intent(in) | :: | targetCoord(3) | interpolation location within the square |
||
type(tem_matrix_type), | intent(in) | :: | LSFmat | matrix for least square fit |
||
integer, | intent(in) | :: | nSources | Number of source elements |
||
integer, | intent(in) | :: | nVals | number of quantities to interpolation |
interpolated value
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | a(10) | ||||
integer, | private | :: | iVal |