- Mar 21, 2017
-
-
Timo Koch authored
-
- Mar 13, 2017
-
-
Sina Ackermann authored
* now: use initialPhasePresenceAtPos(globalPos)
-
- Jan 31, 2017
-
-
Martin Beck authored
-
- Dec 27, 2016
-
-
Thomas Fetzer authored
Now willBeFinished, timeStepIdx, ... is the same for shouldWriteOutput() and shouldWriteRestart()
-
- Nov 29, 2016
-
-
Thomas Fetzer authored
2p2c updated the reference solutions (changed phase presence indices) 2pnc changed: plSg --> pnsw; pgSl --> pwsn, removed plSg + pgSl from indices 2pncmin changed: plSg --> pnsw; pgSl --> pwsn as for 2pnc 2p2c, 2pnc: added the formulation changes to CHANGELOG.md
-
- Nov 21, 2016
-
-
Thomas Fetzer authored
* functions bBoxMaxIsWall() and bBoxMaxIsWall() in the problem are now used instead of a property * wall array is now a std::vector
-
- Sep 30, 2016
-
-
Christoph Grüninger authored
* include section in changelog * remove obsolete CTestConfig.cmake
-
- Sep 27, 2016
-
-
Martin Schneider authored
-
- Sep 23, 2016
-
-
Christoph Grüninger authored
Should even work when they stick to version 3.0, but not vice versa.
-
- Sep 22, 2016
-
-
Bernd Flemisch authored
Also update CHANGELOG with current deprecations.
-
Bernd Flemisch authored
-
- Sep 06, 2016
-
-
Christoph Grüninger authored
* Reduce number of template arguments * Rename property from tau to TauTortuosity
-
- Jun 29, 2016
-
-
Timo Koch authored
-
- Jun 07, 2016
-
-
Christoph Grüninger authored
-
- Jun 03, 2016
-
-
Thomas Fetzer authored
-
- May 24, 2016
-
-
Thomas Fetzer authored
-
- Mar 24, 2016
-
-
Timo Koch authored
-
(cherry picked from commit b208b98f)
-
(cherry picked from commit 0c643665)
-
Bernd Flemisch authored
-
- Mar 08, 2016
-
-
Timo Koch authored
-
- Mar 07, 2016
-
-
Bernd Flemisch authored
Replace the word "Decoupled" in TypeTags and classes by "Sequential", according to FS#252. For both the TypeTags and the Decoupled...Indices classes, the compilers don't emit a deprecation warning. For the TypeTags, a run-time check is performed at the end of the start() routine.
-
- Feb 02, 2016
-
-
Timo Koch authored
-
Timo Koch authored
-
Bernd Flemisch authored
The TypeTags haven't been used apart from one internal inheritance. See FS#304 for details.
-
- Jan 18, 2016
-
-
Timo Koch authored
-
- Jan 08, 2016
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Note: this leads to a change how to set boundary conditions for the momentum balance. Inflow now becomes Dirichlet and Outflow becomes Neumann. This is consistent with the new notation.
-
- Sep 23, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15513 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
updated changelog corrected "adaptation" in the docu reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15505 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 20, 2015
-
-
Timo Koch authored
The gridcreator interface was slightly changes (see CHANGELOG) The gridPtr method is no longer publicly available. All grid methds can bee called through a reference to the grid obtained by the grid() method. The parameter method for dgf parameters is now accessible through GridCreator::parameters(...). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15314 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 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
-