The second input here should be a dolfin.Function
, Which will contain the solution once the problem is solved.
I would suggest the following:
Th=Function(V)
solve(F2==L, Th, bct)
The second input here should be a dolfin.Function
, Which will contain the solution once the problem is solved.
I would suggest the following:
Th=Function(V)
solve(F2==L, Th, bct)