-
Bernd Flemisch authored
AMGBackend, DUNE-PDELab has to be patched. If the backend should be used without SuperLU as coarse solver, also DUNE-ISTL should be patched. Discussed with Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9998 2fb0f335-1f38-0410-981e-8018bf24f1b0
Bernd Flemisch authoredAMGBackend, DUNE-PDELab has to be patched. If the backend should be used without SuperLU as coarse solver, also DUNE-ISTL should be patched. Discussed with Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9998 2fb0f335-1f38-0410-981e-8018bf24f1b0
To learn more about this project, read the wiki.
README 468 B
- In order to use the AMGBackend, you have to apply the patch pdelab-1.0.1.patch in your directory containing DUNE-PDELab 1.0.1, e.g.: patch -p0 <../dumux/patches/pdelab-1.0.1.patch - If the AMGBackend should be used without SuperLU as coarse grid solver, it can be benefitial to decrease the corresponding tolerance. To do so, apply the patch istl-2.2.0.patch in your directory containing DUNE-ISTL 2.2, e.g.: patch -p0 <../dumux/patches/istl-2.2.0.patch