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

Method CalcPoint

comp/meshaccess.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 }
446
447 virtual void CalcPoint (const IntegrationPoint & ip,
448 FlatVector<> point) const
449 {
450 BASE::CalcPoint(ip,point);
451 }
452
453 virtual void CalcPointJacobian (const IntegrationPoint & ip,
454 FlatVector<> point, FlatMatrix<> dxdxi) const

Callers

nothing calls this directly

Calls 1

CalcPointFunction · 0.85

Tested by

no test coverage detected