Hello,
In order to save and reuse the preconditioner structure, I used to do:
solver.parameters['preconditioner']['structure'] = 'same'
which is not working in the new fenics release. Doing the above I get:
raise KeyError("'%s'"%key)
KeyError: "'preconditioner'"
I didn't find release notes for the new version, so I have to ask here: what's the new way to save the prec structure?
Thank you!