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