Questions about direct solvers #2692
Unanswered
zhyxue0
asked this question in
Firedrake support
Replies: 1 comment
-
Actually storing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone. I am solving a time-dependent problem, but the assembled matrix A is a constant coefficient matrix. In order to reduce computation time, I don't want to solve Ax = b every time, but calculate the inverse A_inv of A in the first step.
Then at each step x = A_inv * b, how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions