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

Function MakeProxyFunction

comp/python_comp.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125py::object MakeProxyFunction (shared_ptr<FESpace> fes,
126 bool testfunction)
127{
128 return ProxyNode2Py(fes->GetProxyFunction(testfunction));
129}
130
131
132 shared_ptr<SumOfIntegrals> DualProxyFunction :: operator() (shared_ptr<CoefficientFunction> u) const

Callers 3

GetProxyFunctionMethod · 0.85
MakeProxyFunctionMethod · 0.85

Calls 1

ProxyNode2PyFunction · 0.85

Tested by

no test coverage detected