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

Function SetVariable

fem/coefficient.hpp:283–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282 bool IsVariable() const { return is_variable; }
283 void SetVariable (bool var = true) { is_variable = var; }
284
285 struct T_Transform {
286 std::map<shared_ptr<CoefficientFunction>, shared_ptr<CoefficientFunction>> replace;

Callers 5

DiffShapeCFMethod · 0.85
ProxyFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected