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
6768
September 26, 2022
Out of memory error
Linear Algebra
5
3727
March 17, 2020
Using the mumps solver when calling solve
3
3428
July 24, 2019
Out of memory despite free memory
4
1020
March 15, 2021
Cannot run Fenics code with fine mesh (memory issue?)
General
19
376
December 9, 2024