MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / CalcPointJacobian

Method CalcPointJacobian

comp/meshaccess.cpp:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 virtual void CalcPointJacobian (const IntegrationPoint & ip,
351 FlatVector<> point, FlatMatrix<> dxdxi) const override
352 {
353 CalcJacobian (ip, dxdxi);
354 CalcPoint (ip, point);
355 // this->mesh->mesh.ElementTransformation <DIMS,DIMR> (elnr, &ip(0), &point(0), &dxdxi(0));
356 }
357
358 virtual void CalcMultiPointJacobian (const IntegrationRule & ir,
359 BaseMappedIntegrationRule & bmir) const override

Callers

nothing calls this directly

Calls 2

CalcJacobianFunction · 0.85
CalcPointFunction · 0.85

Tested by

no test coverage detected