Skip to content
Snippets Groups Projects
Commit b69d6de5 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[multidomain] Update documentation concerning removed patch

(thanks to fetzer for the heads-up)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12725 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent af5af88e
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ dune-multidomaingrid Git commit 30ff14d6b49c8adabf9e5cec67f20fcb3270a77e ...@@ -16,7 +16,6 @@ dune-multidomaingrid Git commit 30ff14d6b49c8adabf9e5cec67f20fcb3270a77e
dune-multidomain Git commit deac3cecfc6697c1f5316d55c0fadd74f51d92bc dune-multidomain Git commit deac3cecfc6697c1f5316d55c0fadd74f51d92bc
Then you have to patch PDELab with the patch from patches/pdelab-1.1.0.patch . Then you have to patch PDELab with the patch from patches/pdelab-1.1.0.patch .
And you have to patch DuMuX with the patch from patches/dumux-multidomain.patch .
Install the external grid manager UG. Additional you need to install a Install the external grid manager UG. Additional you need to install a
direct linear solver like SuperLU or PARDISO. direct linear solver like SuperLU or PARDISO.
......
...@@ -49,11 +49,7 @@ cd .. ...@@ -49,11 +49,7 @@ cd ..
# download DuMuX # download DuMuX
svn co svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/release-2.5 dumux svn co svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/release-2.5 dumux
# apply patches to PDELab and DuMuX # apply patches to PDELab
cd dune-pdelab cd dune-pdelab
patch -p0 < ../dumux/patches/pdelab-1.1.0.patch patch -p0 < ../dumux/patches/pdelab-1.1.0.patch
cd .. cd ..
cd dumux
patch -p0 < patches/dumux-multidomain.patch
cd ..
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment