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

Method GetProxyFunction

comp/fespace.cpp:2570–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2568
2569
2570 ProxyNode FESpace :: GetProxyFunction(bool testfunction) const
2571 {
2572 return MakeProxyFunction
2573 ( testfunction, [&] (shared_ptr<ProxyFunction> proxy) { return proxy; });
2574 }
2575
2576
2577

Callers

nothing calls this directly

Calls 1

MakeProxyFunctionFunction · 0.85

Tested by

no test coverage detected