dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22714
Re: [Question #153459]: krylov solver parameters
Question #153459 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/153459
Status: Answered => Solved
Chaffra confirmed that the question is solved:
It looks like using the code above I can now do
problem = VariationalProblem(F, J, bcs, form_compiler_parameters)
problem.parameters['solver']['newton_solver'].update(...)
problem.parameters['solver']['krylov_solver'].update(...)
problem.parameters['solver'].update(...)
Thanks.
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
References