diff --git a/README.md b/README.md index 9ac3a7a04416ddb1bbf58292c0cf27950a9e6763..b4736659764719d1674dcef972a01035e3f04046 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Additionally, for the `dune-mmesh` module, you will need a current version of `C Executables ----------- -For the bulk scheme run one of the executables `dg-1d`, `dg-2d` or `dg-3d` in the `build-cmake/src` directory. The results can be visualized with paraview (file `s0001-pressureData.pvtp` for 1D or file `s0001-pressureData.pvtp` for 2D and 3D in the directory `build-cmake/src`). +For the bulk scheme run one of the executables `dg-1d`, `dg-2d` or `dg-3d` in the `build-cmake/src` directory. The results can be visualized with paraview (file `s0001-pressureData.pvtp` for 1D or file `s0001-pressureData.pvtu` for 2D and 3D in the directory `build-cmake/src`). Executing the python script `dgAnalysis.py` will run an EOC loop for the bulk scheme in 1D, 2D and 3D for the test problem specified in the parameter file. diff --git a/install.sh b/install.sh index 6bb657d034774ec4ab58c3f8a1dff16f3eac5431..1d55537dfe1ba9ca833f66fada2030f8b0ef4dc5 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ echo " " echo " " echo "*********************************************************************************************" -echo "(0/3) Checking all prerequistes. (git cmake gcc g++ pkg-config paraview)" +echo "(1/3) Checking all prerequistes. (git cmake gcc g++ pkg-config paraview)" echo "*********************************************************************************************" # check some prerequisites @@ -23,7 +23,7 @@ fi if [ $? -ne 0 ]; then echo "*********************************************************************************************" - echo "(0/3) An error occured while checking for prerequistes." + echo "(1/3) An error occured while checking for prerequistes." echo "*********************************************************************************************" exit $? else @@ -36,7 +36,7 @@ echo " " echo " " echo "*********************************************************************************************" -echo "(1/3) Cloning repositories. This may take a while. Make sure to be connected to the internet." +echo "(2/3) Cloning repositories. This may take a while. Make sure to be connected to the internet." echo "*********************************************************************************************" # the core modules @@ -64,7 +64,7 @@ fi if [ $? -ne 0 ]; then echo "*********************************************************************************************" - echo "(1/3) Failed to clone the repositories. Look for repository specific errors." + echo "(2/3) Failed to clone the repositories. Look for repository specific errors." echo "*********************************************************************************************" exit $? else @@ -77,7 +77,7 @@ echo " " echo " " echo "**************************************************************************************************" -echo "(2/3) Configure and build dune modules using dunecontrol. This may take several minutes." +echo "(3/3) Configure and build dune modules using dunecontrol. This may take several minutes." echo "**************************************************************************************************" # run dunecontrol @@ -85,7 +85,7 @@ echo "************************************************************************** if [ $? -ne 0 ]; then echo "*********************************************************************************************" - echo "(2/3) Failed to build the dune libaries." + echo "(3/3) Failed to build the dune libaries." echo "*********************************************************************************************" exit $? else