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

Method ParameterCoefficientFunction

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

Source from the content-addressed store, hash-verified

577 ///
578 template<typename SCAL>
579 ParameterCoefficientFunction<SCAL> ::
580 ParameterCoefficientFunction(SCAL aval)
581 : CoefficientFunctionNoDerivative(1, std::is_same_v<SCAL, Complex>), val(aval)
582 { SetVariable(true); }
583
584 template<typename SCAL>
585 ParameterCoefficientFunction<SCAL> ::

Callers

nothing calls this directly

Calls 1

SetVariableFunction · 0.85

Tested by

no test coverage detected