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

Method ScaleCoefficientFunction

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

Source from the content-addressed store, hash-verified

1731 typedef T_CoefficientFunction<ScaleCoefficientFunction> BASE;
1732public:
1733 ScaleCoefficientFunction() = default;
1734 ScaleCoefficientFunction (double ascal,
1735 shared_ptr<CoefficientFunction> ac1)
1736 : BASE(ac1->Dimension(), ac1->IsComplex()),

Callers

nothing calls this directly

Calls 4

DimensionsMethod · 0.80
SetDimensionsFunction · 0.70
DimensionMethod · 0.45
IsComplexMethod · 0.45

Tested by

no test coverage detected