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

Function CalcPoint

comp/meshaccess.cpp:729–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727 }
728
729 virtual void CalcPoint (const IntegrationPoint & ip,
730 FlatVector<> point) const override
731 {
732 NETGEN_CHECK_RANGE(DIMR, 0, point.Size()+1);
733 // point = p0 + mat * FlatVec<DIMS, const double> (&ip(0));
734 FlatVec<DIMR> (&point(0)) = p0 + mat * FlatVec<DIMS, const double> (&ip(0));
735 }
736
737 virtual void CalcPointJacobian (const IntegrationPoint & ip,
738 FlatVector<> point, FlatMatrix<> dxdxi) const override

Callers 5

CalcPointJacobianMethod · 0.85
CalcPointMethod · 0.85
CalcPointJacobianMethod · 0.85
CalcPointMethod · 0.85
CalcPointJacobianMethod · 0.85

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected