|
MPAS-JEDI
|

Static Public Attributes | |
| int | eps = 1.e-10 |
Definition at line 10 of file Interpolate.py.
| def Interpolate.InterpolateCartesian.__init__ | ( | self, | |
| XIn, | |||
| YIn, | |||
| ZIn, | |||
nInterpPoints = 5, |
|||
weightMethod = 'barycentricScalar', |
|||
distanceMethod = 'cartesian', |
|||
calculateDiagnostics = False |
|||
| ) |
Reimplemented in Interpolate.InterpolateLonLat, and Interpolate.InterpolateLonLat.
Definition at line 12 of file Interpolate.py.

| def Interpolate.InterpolateCartesian.__init__ | ( | self, | |
| XIn, | |||
| YIn, | |||
| ZIn, | |||
nInterpPoints = 5, |
|||
weightMethod = 'barycentricScalar', |
|||
distanceMethod = 'cartesian', |
|||
calculateDiagnostics = False |
|||
| ) |
Reimplemented in Interpolate.InterpolateLonLat, and Interpolate.InterpolateLonLat.
Definition at line 12 of file Interpolate.py.

| def Interpolate.InterpolateCartesian.apply | ( | self, | |
| fIn, | |||
OutInds = None |
|||
| ) |
Definition at line 690 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.apply | ( | self, | |
| fIn, | |||
OutInds = None |
|||
| ) |
| def Interpolate.InterpolateCartesian.applyAtIndex | ( | self, | |
| fIn, | |||
| OutInd | |||
| ) |
| def Interpolate.InterpolateCartesian.applyAtIndex | ( | self, | |
| fIn, | |||
| OutInd | |||
| ) |
| def Interpolate.InterpolateCartesian.barycentricScalarWeights | ( | self | ) |
Definition at line 219 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.barycentricScalarWeights | ( | self | ) |
Definition at line 219 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.barycentricWeights | ( | self | ) |
| def Interpolate.InterpolateCartesian.barycentricWeights | ( | self | ) |
Definition at line 335 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.cartesianInDistances | ( | self, | |
| Inds1, | |||
| Inds2 | |||
| ) |
Definition at line 100 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.cartesianInDistances | ( | self, | |
| Inds1, | |||
| Inds2 | |||
| ) |
Definition at line 100 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.InDistances | ( | self, | |
| Inds1, | |||
| Inds2 | |||
| ) |
| def Interpolate.InterpolateCartesian.InDistances | ( | self, | |
| Inds1, | |||
| Inds2 | |||
| ) |
Definition at line 92 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.initNeighbors | ( | self, | |
| XOut, | |||
| YOut, | |||
| ZOut | |||
| ) |
| def Interpolate.InterpolateCartesian.initNeighbors | ( | self, | |
| XOut, | |||
| YOut, | |||
| ZOut | |||
| ) |
Definition at line 81 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.initWeights | ( | self, | |
XOut = None, |
|||
YOut = None, |
|||
ZOut = None, |
|||
updateNeighbors = False |
|||
| ) |
Definition at line 120 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.initWeights | ( | self, | |
XOut = None, |
|||
YOut = None, |
|||
ZOut = None, |
|||
updateNeighbors = False |
|||
| ) |
| def Interpolate.InterpolateCartesian.inverseDistanceWeights | ( | self | ) |
| def Interpolate.InterpolateCartesian.inverseDistanceWeights | ( | self | ) |
Definition at line 129 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.projectedBarycentricWeights | ( | self | ) |
Definition at line 480 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.projectedBarycentricWeights | ( | self | ) |
Definition at line 480 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.unstinterpBarycentCleanupWeights | ( | self | ) |
Definition at line 166 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.unstinterpBarycentCleanupWeights | ( | self | ) |
| def Interpolate.InterpolateCartesian.unstinterpBarycentScalarWeights | ( | self | ) |
Definition at line 142 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.unstinterpBarycentScalarWeights | ( | self | ) |
Definition at line 142 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.unstinterpBarycentWeights | ( | self | ) |
Definition at line 183 of file Interpolate.py.


| def Interpolate.InterpolateCartesian.unstinterpBarycentWeights | ( | self | ) |
Definition at line 183 of file Interpolate.py.


| Interpolate.InterpolateCartesian.aspectRatio |
Definition at line 353 of file Interpolate.py.
| Interpolate.InterpolateCartesian.calculateDiagnostics |
Definition at line 18 of file Interpolate.py.
| Interpolate.InterpolateCartesian.combinationUsed |
Definition at line 349 of file Interpolate.py.
| Interpolate.InterpolateCartesian.determinant |
Definition at line 351 of file Interpolate.py.
| Interpolate.InterpolateCartesian.distanceMethod |
Definition at line 62 of file Interpolate.py.
| Interpolate.InterpolateCartesian.distanceMethodInitialized |
Definition at line 64 of file Interpolate.py.
| Interpolate.InterpolateCartesian.distanceMethods |
Definition at line 59 of file Interpolate.py.
|
static |
Definition at line 11 of file Interpolate.py.
| Interpolate.InterpolateCartesian.InDistanceFunction |
Definition at line 96 of file Interpolate.py.
| Interpolate.InterpolateCartesian.minInterpPoints |
Definition at line 53 of file Interpolate.py.
| Interpolate.InterpolateCartesian.nIn |
Definition at line 67 of file Interpolate.py.
| Interpolate.InterpolateCartesian.nInterpPoints |
Definition at line 78 of file Interpolate.py.
| Interpolate.InterpolateCartesian.nnInterpInds |
Definition at line 79 of file Interpolate.py.
| Interpolate.InterpolateCartesian.nnInterpWeights |
Definition at line 130 of file Interpolate.py.
| Interpolate.InterpolateCartesian.nOut |
Definition at line 85 of file Interpolate.py.
| Interpolate.InterpolateCartesian.Scale |
Definition at line 75 of file Interpolate.py.
| Interpolate.InterpolateCartesian.TreeIn |
Definition at line 77 of file Interpolate.py.
| Interpolate.InterpolateCartesian.triangleArea |
Definition at line 350 of file Interpolate.py.
| Interpolate.InterpolateCartesian.weightMethod |
Definition at line 51 of file Interpolate.py.
| Interpolate.InterpolateCartesian.XIn |
Definition at line 68 of file Interpolate.py.
| Interpolate.InterpolateCartesian.XOut |
Definition at line 82 of file Interpolate.py.
| Interpolate.InterpolateCartesian.ycoord |
Definition at line 352 of file Interpolate.py.
| Interpolate.InterpolateCartesian.YIn |
Definition at line 69 of file Interpolate.py.
| Interpolate.InterpolateCartesian.YOut |
Definition at line 83 of file Interpolate.py.
| Interpolate.InterpolateCartesian.ZIn |
Definition at line 70 of file Interpolate.py.
| Interpolate.InterpolateCartesian.ZOut |
Definition at line 84 of file Interpolate.py.