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

Method DefinedOn

fem/coefficient.cpp:1796–1797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794 { return Array<shared_ptr<CoefficientFunction>>({ c1 }); }
1795
1796 virtual bool DefinedOn (const ElementTransformation & trafo) override
1797 { return c1->DefinedOn(trafo); }
1798
1799 using BASE::Evaluate;
1800 virtual double Evaluate (const BaseMappedIntegrationPoint & ip) const override

Callers 1

DefinedOnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected