dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #00944
NSE: Solver seems to work fine in 2d. Added support for using AMG (algebraic [...]
Commit from hoffman (2005-09-06 08:26 CEST)
-------------------
NSE: Solver seems to work fine in 2d. Added support for using AMG (algebraic
multigrid) using Hypre in main-file. To use Hypre it has to be installed on
the system, then run the program with flags accordingly:
> ./dolfin-navierstokes-benchmark -pc_type hypre -pc_hypre_type boomeramg
The convergence of the GMRES solver is dramatically accelerated using Hypre,
both for the momentum and the continuity equations.
/Johan
dolfin src/demo/solvers/navierstokes/benchmark/main.cpp 1.19
dolfin src/kernel/fem/Makefile 1.286
dolfin src/modules/navierstokes/NSESolver.cpp 1.21
Follow ups