MPAS-JEDI
Interpolate.InterpolateCartesian Class Reference
Inheritance diagram for Interpolate.InterpolateCartesian:

Public Member Functions

def __init__ (self, XIn, YIn, ZIn, nInterpPoints=5, weightMethod='barycentricScalar', distanceMethod='cartesian', calculateDiagnostics=False)
 
def initNeighbors (self, XOut, YOut, ZOut)
 
def InDistances (self, Inds1, Inds2)
 
def cartesianInDistances (self, Inds1, Inds2)
 
def initWeights (self, XOut=None, YOut=None, ZOut=None, updateNeighbors=False)
 
def inverseDistanceWeights (self)
 
def unstinterpBarycentScalarWeights (self)
 
def unstinterpBarycentCleanupWeights (self)
 
def unstinterpBarycentWeights (self)
 
def barycentricScalarWeights (self)
 
def barycentricWeights (self)
 
def projectedBarycentricWeights (self)
 
def apply (self, fIn, OutInds=None)
 
def applyAtIndex (self, fIn, OutInd)
 
def __init__ (self, XIn, YIn, ZIn, nInterpPoints=5, weightMethod='barycentricScalar', distanceMethod='cartesian', calculateDiagnostics=False)
 
def initNeighbors (self, XOut, YOut, ZOut)
 
def InDistances (self, Inds1, Inds2)
 
def cartesianInDistances (self, Inds1, Inds2)
 
def initWeights (self, XOut=None, YOut=None, ZOut=None, updateNeighbors=False)
 
def inverseDistanceWeights (self)
 
def unstinterpBarycentScalarWeights (self)
 
def unstinterpBarycentCleanupWeights (self)
 
def unstinterpBarycentWeights (self)
 
def barycentricScalarWeights (self)
 
def barycentricWeights (self)
 
def projectedBarycentricWeights (self)
 
def apply (self, fIn, OutInds=None)
 
def applyAtIndex (self, fIn, OutInd)
 

Public Attributes

 calculateDiagnostics
 
 weightMethod
 
 minInterpPoints
 
 distanceMethods
 
 distanceMethod
 
 distanceMethodInitialized
 
 nIn
 
 XIn
 
 YIn
 
 ZIn
 
 Scale
 
 TreeIn
 
 nInterpPoints
 
 nnInterpInds
 
 XOut
 
 YOut
 
 ZOut
 
 nOut
 
 InDistanceFunction
 
 nnInterpWeights
 
 combinationUsed
 
 triangleArea
 
 determinant
 
 ycoord
 
 aspectRatio
 

Static Public Attributes

int eps = 1.e-10
 

Detailed Description

Definition at line 10 of file Interpolate.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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.

Here is the caller graph for this function:

◆ __init__() [2/2]

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.

Here is the call graph for this function:

Member Function Documentation

◆ apply() [1/2]

def Interpolate.InterpolateCartesian.apply (   self,
  fIn,
  OutInds = None 
)

Definition at line 690 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ apply() [2/2]

def Interpolate.InterpolateCartesian.apply (   self,
  fIn,
  OutInds = None 
)

Definition at line 690 of file Interpolate.py.

Here is the call graph for this function:

◆ applyAtIndex() [1/2]

def Interpolate.InterpolateCartesian.applyAtIndex (   self,
  fIn,
  OutInd 
)

Definition at line 706 of file Interpolate.py.

Here is the caller graph for this function:

◆ applyAtIndex() [2/2]

def Interpolate.InterpolateCartesian.applyAtIndex (   self,
  fIn,
  OutInd 
)

Definition at line 706 of file Interpolate.py.

Here is the call graph for this function:

◆ barycentricScalarWeights() [1/2]

def Interpolate.InterpolateCartesian.barycentricScalarWeights (   self)

Definition at line 219 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ barycentricScalarWeights() [2/2]

def Interpolate.InterpolateCartesian.barycentricScalarWeights (   self)

Definition at line 219 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ barycentricWeights() [1/2]

def Interpolate.InterpolateCartesian.barycentricWeights (   self)

Definition at line 335 of file Interpolate.py.

Here is the caller graph for this function:

◆ barycentricWeights() [2/2]

def Interpolate.InterpolateCartesian.barycentricWeights (   self)

Definition at line 335 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cartesianInDistances() [1/2]

def Interpolate.InterpolateCartesian.cartesianInDistances (   self,
  Inds1,
  Inds2 
)

Definition at line 100 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cartesianInDistances() [2/2]

def Interpolate.InterpolateCartesian.cartesianInDistances (   self,
  Inds1,
  Inds2 
)

Definition at line 100 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InDistances() [1/2]

def Interpolate.InterpolateCartesian.InDistances (   self,
  Inds1,
  Inds2 
)

Definition at line 92 of file Interpolate.py.

Here is the caller graph for this function:

◆ InDistances() [2/2]

def Interpolate.InterpolateCartesian.InDistances (   self,
  Inds1,
  Inds2 
)

Definition at line 92 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initNeighbors() [1/2]

def Interpolate.InterpolateCartesian.initNeighbors (   self,
  XOut,
  YOut,
  ZOut 
)

Definition at line 81 of file Interpolate.py.

Here is the caller graph for this function:

◆ initNeighbors() [2/2]

def Interpolate.InterpolateCartesian.initNeighbors (   self,
  XOut,
  YOut,
  ZOut 
)

Definition at line 81 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initWeights() [1/2]

def Interpolate.InterpolateCartesian.initWeights (   self,
  XOut = None,
  YOut = None,
  ZOut = None,
  updateNeighbors = False 
)

Definition at line 120 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initWeights() [2/2]

def Interpolate.InterpolateCartesian.initWeights (   self,
  XOut = None,
  YOut = None,
  ZOut = None,
  updateNeighbors = False 
)

Definition at line 120 of file Interpolate.py.

Here is the call graph for this function:

◆ inverseDistanceWeights() [1/2]

def Interpolate.InterpolateCartesian.inverseDistanceWeights (   self)

Definition at line 129 of file Interpolate.py.

Here is the caller graph for this function:

◆ inverseDistanceWeights() [2/2]

def Interpolate.InterpolateCartesian.inverseDistanceWeights (   self)

Definition at line 129 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ projectedBarycentricWeights() [1/2]

def Interpolate.InterpolateCartesian.projectedBarycentricWeights (   self)

Definition at line 480 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ projectedBarycentricWeights() [2/2]

def Interpolate.InterpolateCartesian.projectedBarycentricWeights (   self)

Definition at line 480 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unstinterpBarycentCleanupWeights() [1/2]

def Interpolate.InterpolateCartesian.unstinterpBarycentCleanupWeights (   self)

Definition at line 166 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unstinterpBarycentCleanupWeights() [2/2]

def Interpolate.InterpolateCartesian.unstinterpBarycentCleanupWeights (   self)

Definition at line 166 of file Interpolate.py.

Here is the call graph for this function:

◆ unstinterpBarycentScalarWeights() [1/2]

def Interpolate.InterpolateCartesian.unstinterpBarycentScalarWeights (   self)

Definition at line 142 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unstinterpBarycentScalarWeights() [2/2]

def Interpolate.InterpolateCartesian.unstinterpBarycentScalarWeights (   self)

Definition at line 142 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unstinterpBarycentWeights() [1/2]

def Interpolate.InterpolateCartesian.unstinterpBarycentWeights (   self)

Definition at line 183 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unstinterpBarycentWeights() [2/2]

def Interpolate.InterpolateCartesian.unstinterpBarycentWeights (   self)

Definition at line 183 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ aspectRatio

Interpolate.InterpolateCartesian.aspectRatio

Definition at line 353 of file Interpolate.py.

◆ calculateDiagnostics

Interpolate.InterpolateCartesian.calculateDiagnostics

Definition at line 18 of file Interpolate.py.

◆ combinationUsed

Interpolate.InterpolateCartesian.combinationUsed

Definition at line 349 of file Interpolate.py.

◆ determinant

Interpolate.InterpolateCartesian.determinant

Definition at line 351 of file Interpolate.py.

◆ distanceMethod

Interpolate.InterpolateCartesian.distanceMethod

Definition at line 62 of file Interpolate.py.

◆ distanceMethodInitialized

Interpolate.InterpolateCartesian.distanceMethodInitialized

Definition at line 64 of file Interpolate.py.

◆ distanceMethods

Interpolate.InterpolateCartesian.distanceMethods

Definition at line 59 of file Interpolate.py.

◆ eps

int Interpolate.InterpolateCartesian.eps = 1.e-10
static

Definition at line 11 of file Interpolate.py.

◆ InDistanceFunction

Interpolate.InterpolateCartesian.InDistanceFunction

Definition at line 96 of file Interpolate.py.

◆ minInterpPoints

Interpolate.InterpolateCartesian.minInterpPoints

Definition at line 53 of file Interpolate.py.

◆ nIn

Interpolate.InterpolateCartesian.nIn

Definition at line 67 of file Interpolate.py.

◆ nInterpPoints

Interpolate.InterpolateCartesian.nInterpPoints

Definition at line 78 of file Interpolate.py.

◆ nnInterpInds

Interpolate.InterpolateCartesian.nnInterpInds

Definition at line 79 of file Interpolate.py.

◆ nnInterpWeights

Interpolate.InterpolateCartesian.nnInterpWeights

Definition at line 130 of file Interpolate.py.

◆ nOut

Interpolate.InterpolateCartesian.nOut

Definition at line 85 of file Interpolate.py.

◆ Scale

Interpolate.InterpolateCartesian.Scale

Definition at line 75 of file Interpolate.py.

◆ TreeIn

Interpolate.InterpolateCartesian.TreeIn

Definition at line 77 of file Interpolate.py.

◆ triangleArea

Interpolate.InterpolateCartesian.triangleArea

Definition at line 350 of file Interpolate.py.

◆ weightMethod

Interpolate.InterpolateCartesian.weightMethod

Definition at line 51 of file Interpolate.py.

◆ XIn

Interpolate.InterpolateCartesian.XIn

Definition at line 68 of file Interpolate.py.

◆ XOut

Interpolate.InterpolateCartesian.XOut

Definition at line 82 of file Interpolate.py.

◆ ycoord

Interpolate.InterpolateCartesian.ycoord

Definition at line 352 of file Interpolate.py.

◆ YIn

Interpolate.InterpolateCartesian.YIn

Definition at line 69 of file Interpolate.py.

◆ YOut

Interpolate.InterpolateCartesian.YOut

Definition at line 83 of file Interpolate.py.

◆ ZIn

Interpolate.InterpolateCartesian.ZIn

Definition at line 70 of file Interpolate.py.

◆ ZOut

Interpolate.InterpolateCartesian.ZOut

Definition at line 84 of file Interpolate.py.


The documentation for this class was generated from the following file: