- Jul 24, 2015
-
-
Thomas Fetzer authored
adapted the interfacegridcreator to the common GridCreator type structure and for the use in the common start.hh deprecated the interfacemeshcreator.hh [multidomain] adapted multidomain to be used with the common start.hh deprecated the old multidomainproblem constructor thanks to and reviewed by bernd and gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15161 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 21, 2015
-
-
Christoph Grüninger authored
(reviewed by nicolas) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15112 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Deprecate unused function simulate from MultiDomainProblem. (reviewed and tested by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15109 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 24, 2015
-
-
Christoph Grüninger authored
Remove deprecated, Autotools-based build system. Use CMake-based one instead. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14939 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 17, 2015
-
-
Thomas Fetzer authored
- added test problems for coupling turbulent free flow using zero eq. turbulence models with flow in porous media - documentation will follow [CHANGELOG] updated changelog to latest commits reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14886 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 09, 2015
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14535 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 07, 2015
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14530 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 02, 2015
-
-
Christoph Grüninger authored
It was no longer used and is incompatible to PDELab 2.0. It is succeeded by MultiDomainLocalOperator. (reviewed by bernd, approved by becker) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14520 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 01, 2015
-
-
Beatrix Becker authored
doesn't work with DUNE 2.4 at the moment, therefore DuMuX multidomain models only work with DUNE 2.3 at the moment git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14508 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 31, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14484 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 30, 2015
-
-
Christoph Grüninger authored
Use CMake instead, use Dune 2.4 whenever possible. (reviewed by bernd, approved by release manager becker) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14470 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 26, 2015
-
-
Thomas Fetzer authored
update containing: multidomain restart, gnuplot and fuzzycompare git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14459 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 02, 2015
-
-
Bernd Flemisch authored
- The properties "AMGPDELabBackend" and "AMGLocalFemMap" are unified to "AmgTraits". Since they appear to have been used only internally and deprecation is technically difficult, no deprecation is made. - Remove setting of the property "SolutionVector", since it only resets the defaults. - Deprecate the classes "SeqAMGBackend" and "ScaledSeqAMGBackend". The "AMGBackend" already distinguishes between serial and parallel settings. The scaling should be done for the residual already. - Deprecate the class "P0LocalFiniteElementMap" which was only used for the PDELab-based backend. - Remove occurrences of "PDELab" in the comments. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14162 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 28, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14142 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 27, 2015
-
-
Bernd Flemisch authored
The terminology for the Newton method is improved according to FS#238. In particular, what has been referred to as "relative error" is now termed "maximum relative shift", while "absolute error" has been renamed to "residual reduction". This is particularly important, if corresponding parameters or properties are set. See the CHANGELOG for details. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14132 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 16, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14073 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 28, 2014
-
-
Thomas Fetzer authored
update to the generic non-isothermal model adjusted: - 1p model - 3p model - 1p test (including 1pni tests) - 1p2c test (including 1p2cni tests) - 2p2c test (including 2p2cni tests) - 3p test (including 3pni tests) - 3p3c test (including 3p3cpni tests) - new ctest for kuevette problem updated: - SET_TYPE_PROP instead of SET_PROP - documentation of non-isothermal problems - solution for 2pinjectionproblem (now with simplex grid) - version number in one start message deleted: - old non-isothermal test folders - whitespace at end of configure.ac lines created and reviewed by kissinger and fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13825 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 21, 2014
-
-
Christoph Grüninger authored
They were only deprecated by a comment, now warnings are emitted. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13750 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 29, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13586 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2014
-
-
Bernd Flemisch authored
Approved by natalies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13500 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 14, 2014
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13478 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 02, 2014
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13447 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2014
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13242 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 02, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13009 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 09, 2014
-
-
Philipp Nuske authored
- it is now possible to specify the number of solved energy equations (property NumEnergyEquations). Either 0 isothermal 1 standard-nonisothermal 2 *new* one energy equation for the void-space and one for the solid 3 one energy equation for each phase (wetting, non-wetting, solid) Therefore, the boolean property EnableKineticEnergy had to be renamed to the integer property NumEnergyEquations - solve bug in test_boxmpnckinetic git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12741 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12740 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 01, 2014
-
-
Vishal Jambhekar authored
Reviewed by:Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12695 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 25, 2014
-
-
Christoph Grüninger authored
Improve documentation on how to use the multidomain stuff. Add patch to make it work without further touching the code. (reviewed by fetzer, approved by martins) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12666 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 21, 2014
-
-
Christoph Grüninger authored
Only PDELab 1.1 is supported. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12646 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 28, 2014
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12559 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 22, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11772 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11668 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11667 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2013
-
-
Alexander Kissinger authored
DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS into the CHANGELOG. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11656 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 11, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11642 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 20, 2013
-
-
Dominik Riesterer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11530 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 06, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11404 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 25, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10923 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 24, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10921 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 15, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10421 2fb0f335-1f38-0410-981e-8018bf24f1b0
-