FEniCS Project
How to minimize time complexity when executing FEM on a highly refined mesh?
dokken
May 17, 2021, 8:52am
4
Did you try:
solve(a==L, u, bc, solver_parameters={"linear_solver": "mumps"})
as in:
show post in topic
Related topics
Topic
Replies
Views
Activity
UMFPACK error: out of memory despite system having free memory
14
6411
September 26, 2022
UMFPACK error with C++
Errors
0
450
October 10, 2021
UMFPACK V5.7.8 (Nov 9, 2018): ERROR: out of memory with a non variational 3d problem
2
1366
March 10, 2021
Using the mumps solver when calling solve
3
3227
July 24, 2019
Residual: nan when using "lu" solver
General
0
413
July 4, 2023