MCPcopy Create free account
hub / github.com/Kitware/VTK / InterpolateFunctions

Method InterpolateFunctions

Common/DataModel/vtkLagrangeWedge.cxx:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void vtkLagrangeWedge::InterpolateFunctions(const double pcoords[3], double* weights)
94{
95 vtkLagrangeInterpolation::WedgeShapeFunctions(
96 this->GetOrder(), this->GetOrder()[3], pcoords, weights);
97}
98
99void vtkLagrangeWedge::InterpolateDerivs(const double pcoords[3], double* derivs)
100{

Callers

nothing calls this directly

Calls 1

GetOrderMethod · 0.45

Tested by

no test coverage detected