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

Method InputCoefficientFunctions

fem/coefficient.cpp:7335–7336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7333 }
7334
7335 virtual Array<shared_ptr<CoefficientFunction>> InputCoefficientFunctions() const override
7336 { return Array<shared_ptr<CoefficientFunction>>({ cf }); }
7337
7338 using CoefficientFunctionNoDerivative::Evaluate;
7339 virtual double Evaluate(const BaseMappedIntegrationPoint& ip) const override

Callers 8

ReshapeCFFunction · 0.45
DiffJacobiMethod · 0.45
InnerProductFunction · 0.45
DoArchiveMethod · 0.45
is_identityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected