solver parameter options #3342
Unanswered
Hasupama
asked this question in
Firedrake support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I used the following parameters to solve a time dependent problem, it is very slow. When I added
"ksp_type": "gmres","pc_type": "hypre",
, it is fast , but the answer is incorrect.I want to find other parameters (instead of
"ksp_type": "gmres","pc_type": "hypre",
)that I can try with.Is there any command which gives possible parameters?
Appreciate any comments.
Beta Was this translation helpful? Give feedback.
All reactions