| 123 | } |
| 124 | |
| 125 | py::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 |
no test coverage detected