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

Method CalcPoint

comp/meshaccess.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 virtual void CalcPoint (const IntegrationPoint & ip,
122 FlatVector<> point) const override
123 {
124 mesh->mesh.ElementTransformation <DIMS,DIMR> (elnr, &ip(0), &point(0), NULL);
125 }
126
127 virtual void CalcPointJacobian (const IntegrationPoint & ip,
128 FlatVector<> point, FlatMatrix<> dxdxi) const override

Callers 4

CalcDifferenceFunction · 0.45
FindClosestPointFunction · 0.45
EvaluateMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected