From 275329b302db60529fdaab5ceb618f35db2daecb Mon Sep 17 00:00:00 2001 From: Andreas Lauser <and@poware.org> Date: Tue, 31 Jan 2012 19:36:08 +0000 Subject: [PATCH] new institute name in remaining files git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7591 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CONTRIBUTORS | 2 +- doc/handbook/install.tex | 2 +- test/boxmodels/1p/test_1p.cc | 2 +- test/boxmodels/1p2c/test_1p2c.cc | 2 +- test/boxmodels/2p/test_2p.cc | 2 +- test/boxmodels/2p2c/test_2p2c.cc | 2 +- test/boxmodels/2p2cni/test_2p2cni.cc | 2 +- test/boxmodels/2pni/test_2pni.cc | 2 +- test/boxmodels/3p3c/test_3p3c.cc | 2 +- test/boxmodels/3p3cni/test_3p3cni.cc | 2 +- test/boxmodels/MpNc/test_MpNc.cc | 2 +- test/boxmodels/richards/test_richards.cc | 2 +- test/common/generalproblem/test_generalproblem_2p.cc | 2 +- test/common/propertysystem/test_propertysystem.cc | 2 +- test/common/spline/test_spline.cc | 2 +- test/decoupled/1p/test_1p.cc | 2 +- test/decoupled/1p/test_diffusion.cc | 2 +- test/decoupled/2p/test_impes.cc | 2 +- test/decoupled/2p/test_transport.cc | 2 +- test/decoupled/2p2c/test_dec2p2c.cc | 2 +- test/decoupled/2p2c/test_multiphysics2p2c.cc | 2 +- test/decoupled/2padaptive/test_impes_adaptive.cc | 2 +- test/freeflow/stokes/test_stokes.cc | 2 +- test/freeflow/stokes2c/test_stokes2c.cc | 2 +- test/freeflow/stokes2cni/test_stokes2cni.cc | 2 +- test/material/fluidsystems/test_fluidsystems.cc | 2 +- test/material/ncpflash/test_ncpflash.cc | 2 +- test/material/pengrobinson/test_pengrobinson.cc | 2 +- test/material/tabulation/test_tabulation.cc | 2 +- tutorial/tutorial_coupled.cc | 2 +- tutorial/tutorial_decoupled.cc | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 72ccb9f0d3..fa7b154477 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ DuMuX is developed at University of Stuttgart -Institute of Hydraulic Engineering +Institute for Modelling Hydraulic and Environmental Systems Department of Hydromechanics and Modeling of Hydrosystems http://dumux.org diff --git a/doc/handbook/install.tex b/doc/handbook/install.tex index 024b8b8964..ccd13d2f04 100644 --- a/doc/handbook/install.tex +++ b/doc/handbook/install.tex @@ -384,7 +384,7 @@ C and Fortran compiler is needed for some external libraries. As code of differe \subsection{Hints for Users from IWS} We provide some features to make life a little bit easier for -users from the Institute of Hydraulic Engineering, University of Stuttgart. +users from the Institute for Modelling Hydraulic and Environmental Systems, University of Stuttgart. There exists internally a svn repository made for several external libraries. If you are allowed to access it, go to the {\Dune}-Root, then do: diff --git a/test/boxmodels/1p/test_1p.cc b/test/boxmodels/1p/test_1p.cc index 96682ee0a4..dd54c5e561 100644 --- a/test/boxmodels/1p/test_1p.cc +++ b/test/boxmodels/1p/test_1p.cc @@ -3,7 +3,7 @@ /***************************************************************************** * Copyright (C) 2009 by Onur Dogan * * Copyright (C) 2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/1p2c/test_1p2c.cc b/test/boxmodels/1p2c/test_1p2c.cc index 401d5077d7..138f3ccd37 100644 --- a/test/boxmodels/1p2c/test_1p2c.cc +++ b/test/boxmodels/1p2c/test_1p2c.cc @@ -4,7 +4,7 @@ * Copyright (C) 2009 by Karin Erbertseder * * Copyright (C) 2009 by Andreas Lauser * * Copyright (C) 2008 by Bernd Flemisch * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/2p/test_2p.cc b/test/boxmodels/2p/test_2p.cc index 4bd2fae28e..6bb4d370a8 100644 --- a/test/boxmodels/2p/test_2p.cc +++ b/test/boxmodels/2p/test_2p.cc @@ -4,7 +4,7 @@ * Copyright (C) 2007-2008 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/2p2c/test_2p2c.cc b/test/boxmodels/2p2c/test_2p2c.cc index 841beb724b..c5a9f2cbc3 100644 --- a/test/boxmodels/2p2c/test_2p2c.cc +++ b/test/boxmodels/2p2c/test_2p2c.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2008-2012 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/2p2cni/test_2p2cni.cc b/test/boxmodels/2p2cni/test_2p2cni.cc index a20f2dd322..f4aadb3fd1 100644 --- a/test/boxmodels/2p2cni/test_2p2cni.cc +++ b/test/boxmodels/2p2cni/test_2p2cni.cc @@ -5,7 +5,7 @@ * Copyright (C) 2007-2008 by Melanie Darcis * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/2pni/test_2pni.cc b/test/boxmodels/2pni/test_2pni.cc index 2211eb6445..1de60fdf5a 100644 --- a/test/boxmodels/2pni/test_2pni.cc +++ b/test/boxmodels/2pni/test_2pni.cc @@ -4,7 +4,7 @@ * Copyright (C) 2007-2008 by Melanie Darcis * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/3p3c/test_3p3c.cc b/test/boxmodels/3p3c/test_3p3c.cc index d0ae413be3..73eae94242 100644 --- a/test/boxmodels/3p3c/test_3p3c.cc +++ b/test/boxmodels/3p3c/test_3p3c.cc @@ -6,7 +6,7 @@ * Copyright (C) 2007-2008 by Melanie Darcis * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/3p3cni/test_3p3cni.cc b/test/boxmodels/3p3cni/test_3p3cni.cc index b2888151ef..8c2a3d04ad 100644 --- a/test/boxmodels/3p3cni/test_3p3cni.cc +++ b/test/boxmodels/3p3cni/test_3p3cni.cc @@ -6,7 +6,7 @@ * Copyright (C) 2007-2008 by Melanie Darcis * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/MpNc/test_MpNc.cc b/test/boxmodels/MpNc/test_MpNc.cc index 40b78d1cdf..d8e666824a 100644 --- a/test/boxmodels/MpNc/test_MpNc.cc +++ b/test/boxmodels/MpNc/test_MpNc.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2009-2010 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/boxmodels/richards/test_richards.cc b/test/boxmodels/richards/test_richards.cc index e57930e7d1..e36dc6ce41 100644 --- a/test/boxmodels/richards/test_richards.cc +++ b/test/boxmodels/richards/test_richards.cc @@ -3,7 +3,7 @@ /***************************************************************************** * Copyright (C) 2009 by Onur Dogan * * Copyright (C) 2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/common/generalproblem/test_generalproblem_2p.cc b/test/common/generalproblem/test_generalproblem_2p.cc index 6137b6cb4a..2b08957301 100644 --- a/test/common/generalproblem/test_generalproblem_2p.cc +++ b/test/common/generalproblem/test_generalproblem_2p.cc @@ -4,7 +4,7 @@ * Copyright (C) 2007-2008 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/common/propertysystem/test_propertysystem.cc b/test/common/propertysystem/test_propertysystem.cc index 21479415c3..ba3a7e55d9 100644 --- a/test/common/propertysystem/test_propertysystem.cc +++ b/test/common/propertysystem/test_propertysystem.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2008 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: andreas.lauser _at_ iws.uni-stuttgart.de * * * diff --git a/test/common/spline/test_spline.cc b/test/common/spline/test_spline.cc index bfb7ee9856..9d8892c611 100644 --- a/test/common/spline/test_spline.cc +++ b/test/common/spline/test_spline.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2010 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/1p/test_1p.cc b/test/decoupled/1p/test_1p.cc index 4bf35d223f..52a5790c29 100644 --- a/test/decoupled/1p/test_1p.cc +++ b/test/decoupled/1p/test_1p.cc @@ -4,7 +4,7 @@ * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/1p/test_diffusion.cc b/test/decoupled/1p/test_diffusion.cc index 6dcd6472cd..10f8208aa1 100644 --- a/test/decoupled/1p/test_diffusion.cc +++ b/test/decoupled/1p/test_diffusion.cc @@ -4,7 +4,7 @@ * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/2p/test_impes.cc b/test/decoupled/2p/test_impes.cc index 69c2bcc5dc..ff37e53f35 100644 --- a/test/decoupled/2p/test_impes.cc +++ b/test/decoupled/2p/test_impes.cc @@ -4,7 +4,7 @@ * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/2p/test_transport.cc b/test/decoupled/2p/test_transport.cc index 13db09f86b..3ae67792d9 100644 --- a/test/decoupled/2p/test_transport.cc +++ b/test/decoupled/2p/test_transport.cc @@ -4,7 +4,7 @@ * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/2p2c/test_dec2p2c.cc b/test/decoupled/2p2c/test_dec2p2c.cc index 3ba4697314..c78a4f92dd 100644 --- a/test/decoupled/2p2c/test_dec2p2c.cc +++ b/test/decoupled/2p2c/test_dec2p2c.cc @@ -3,7 +3,7 @@ /***************************************************************************** * Copyright (C) 20010 by Benjamin Faigle * * Copyright (C) 2007-2008 by Bernd Flemisch * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/2p2c/test_multiphysics2p2c.cc b/test/decoupled/2p2c/test_multiphysics2p2c.cc index 740d2418cd..73dbeef4db 100644 --- a/test/decoupled/2p2c/test_multiphysics2p2c.cc +++ b/test/decoupled/2p2c/test_multiphysics2p2c.cc @@ -3,7 +3,7 @@ /***************************************************************************** * Copyright (C) 20010 by Benjamin Faigle * * Copyright (C) 2007-2008 by Bernd Flemisch * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/decoupled/2padaptive/test_impes_adaptive.cc b/test/decoupled/2padaptive/test_impes_adaptive.cc index 10ede5fdf5..6ccdaddc02 100644 --- a/test/decoupled/2padaptive/test_impes_adaptive.cc +++ b/test/decoupled/2padaptive/test_impes_adaptive.cc @@ -4,7 +4,7 @@ * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/freeflow/stokes/test_stokes.cc b/test/freeflow/stokes/test_stokes.cc index 620598a2b1..a68f544a08 100644 --- a/test/freeflow/stokes/test_stokes.cc +++ b/test/freeflow/stokes/test_stokes.cc @@ -2,7 +2,7 @@ * Copyright (C) 2009-2010 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/freeflow/stokes2c/test_stokes2c.cc b/test/freeflow/stokes2c/test_stokes2c.cc index 66655d862c..14dfaea545 100644 --- a/test/freeflow/stokes2c/test_stokes2c.cc +++ b/test/freeflow/stokes2c/test_stokes2c.cc @@ -2,7 +2,7 @@ * Copyright (C) 2009-2010 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/freeflow/stokes2cni/test_stokes2cni.cc b/test/freeflow/stokes2cni/test_stokes2cni.cc index d4baddeeed..1ae470381d 100644 --- a/test/freeflow/stokes2cni/test_stokes2cni.cc +++ b/test/freeflow/stokes2cni/test_stokes2cni.cc @@ -2,7 +2,7 @@ * Copyright (C) 2009-2010 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/material/fluidsystems/test_fluidsystems.cc b/test/material/fluidsystems/test_fluidsystems.cc index 5b8261824d..98257469a4 100644 --- a/test/material/fluidsystems/test_fluidsystems.cc +++ b/test/material/fluidsystems/test_fluidsystems.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2011 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/material/ncpflash/test_ncpflash.cc b/test/material/ncpflash/test_ncpflash.cc index bf751ecd83..4e12c9c04d 100644 --- a/test/material/ncpflash/test_ncpflash.cc +++ b/test/material/ncpflash/test_ncpflash.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2011 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/material/pengrobinson/test_pengrobinson.cc b/test/material/pengrobinson/test_pengrobinson.cc index c3ffff6670..8a0c3c941d 100644 --- a/test/material/pengrobinson/test_pengrobinson.cc +++ b/test/material/pengrobinson/test_pengrobinson.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2012 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/test/material/tabulation/test_tabulation.cc b/test/material/tabulation/test_tabulation.cc index 1e5821a48a..664346263b 100644 --- a/test/material/tabulation/test_tabulation.cc +++ b/test/material/tabulation/test_tabulation.cc @@ -2,7 +2,7 @@ // vi: set et ts=4 sw=4 sts=4: /***************************************************************************** * Copyright (C) 2010 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/tutorial/tutorial_coupled.cc b/tutorial/tutorial_coupled.cc index 64ef19a5f7..b0ac92d1cb 100644 --- a/tutorial/tutorial_coupled.cc +++ b/tutorial/tutorial_coupled.cc @@ -4,7 +4,7 @@ * Copyright (C) 2007-2008 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * diff --git a/tutorial/tutorial_decoupled.cc b/tutorial/tutorial_decoupled.cc index 9f243cf9ac..a7f2da2f74 100644 --- a/tutorial/tutorial_decoupled.cc +++ b/tutorial/tutorial_decoupled.cc @@ -4,7 +4,7 @@ * Copyright (C) 20010 by Markus Wolff * * Copyright (C) 2007-2008 by Bernd Flemisch * * Copyright (C) 2008-2009 by Andreas Lauser * - * Institute of Hydraulic Engineering * + * Institute for Modelling Hydraulic and Environmental Systems * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * * * -- GitLab