Hello
I have some form like
p = 1.0
u = Function(X)
v = TestFunction(X)
a = f(u,p)*v*ds
f(u,p) is some complicated nonlinear function.
I want the derivative of the form wrt to the parameter "p"., which I then want to assemble. How can I compute this ?