Hello,
I am trying to solve a Navier-Stokes system over a very large mesh with the direct solver super_lu_dist.
For some reason when I run the simulation I get an error that states the computer runned out of memory, which is completely false (I am runing the code in only one thread in a computer with 100GB of ram memory).
Note: if I coarse the mesh then the solver works perfectly, with good results. Nevertheless, for theoretical reasons, I need to solve the problem in a very fine mesh.
Thank you in advice guys