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

Method NonZeroPattern

fem/coefficient.cpp:2039–2042  ·  view source on GitHub ↗

virtual void NonZeroPattern (const class ProxyUserData & ud, FlatVector nonzero, FlatVector nonzero_deriv, FlatVector nonzero_dderiv) const override { c1->NonZeroPattern (ud, nonzero, nonzero_deriv, nonzero_dderiv); } */

Source from the content-addressed store, hash-verified

2037 }
2038 */
2039 virtual void NonZeroPattern (const class ProxyUserData & ud, FlatVector<AutoDiffDiff<1,NonZero>> values) const override
2040 {
2041 c1->NonZeroPattern (ud, values);
2042 }
2043
2044 shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var,
2045 shared_ptr<CoefficientFunction> dir) const override

Callers

nothing calls this directly

Calls 1

NonZeroPatternMethod · 0.45

Tested by

no test coverage detected