Hi from home office
Can I differentiate a coefficientfunction in C++ that is passed from python?
Assuming cf is the shared_ptr coming from python
cf->Diff(MakeCoordinateCoefficientFunction (0), make_shared<ConstantCoefficientFunction>(1) );
does not work. It seems, I need exactly the same CoordinateCoefficientFunction and cannot use a new one, right?
Is there another way than passing “x” from python?
Cheers,
Paul