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

Function Freeze

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

Source from the content-addressed store, hash-verified

6633
6634
6635shared_ptr<CoefficientFunction> Freeze (shared_ptr<CoefficientFunction> cf)
6636{
6637 return make_shared<FrozenCoefficientFunction> (cf);
6638}
6639
6640
6641

Callers 2

OperatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected