- 15 Nov, 2016 9 commits
-
-
Timo Koch authored
-
Timo Koch authored
Thanks to Martin for fixing a c&p bug.
-
Timo Koch authored
-
Timo Koch authored
The parameter parser previously needed a TypeTag traits template argument only to get the parameter tree type although a parameter tree is already handed it. This was done to avoid an usused parameter message otherwise issued if the parameter macros (which need the TypeTag) are not used. Twisted :/ (can't we refactor the parameter system?) The new implementation has an optional input file name parameter which is taken from the parametertree if it was provided as command line argument in the default start method. You can also supply a specific file now statically in the code. If no name is given, the parameter parser defaults to the <exectuable>.input pattern.
-
Martin Schneider authored
[installexternal.sh] Fix download path for UG * Automatically set the UG path in the *.opts files. * Remove gstat from *.opts file. Is found automatically, if located in external folder. See merge request !246
-
Thomas Fetzer authored
Feature/libs optimization Add NLOPT and GLPK to DuMuX. These are libraries for nonlinear and linear optimization. See merge request !245
-
Thomas Fetzer authored
* Automatically set the UG path in the *.opts files. * Remove gstat from *.opts file. Is found automatically, if located in external folder.
-
Thomas Fetzer authored
-
- 14 Nov, 2016 2 commits
-
-
Martin Schneider authored
-
Martin Schneider authored
The NLOPT and GLPK are libraries for nonlinear and linear optimization algorithms.
-
- 10 Nov, 2016 4 commits
-
-
Bernd Flemisch authored
Fix/couplingpwsn See merge request !241
-
Johannes Hommel authored
Fix/set internal energy See merge request !244
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Fix typos in documentation
-
- 09 Nov, 2016 1 commit
-
-
Kilian Weishaupt authored
[implicit][problem] Add initialPhasePresence function and forward to the respect… …ive AtPos version with a default DuneThrow See merge request !242
-
- 08 Nov, 2016 1 commit
-
-
Thomas Fetzer authored
-
- 03 Nov, 2016 1 commit
-
-
Thomas Fetzer authored
[implicit][problem] Add initialPhasePresence function and forward to the respective AtPos version with a default DuneThrow
-
- 01 Nov, 2016 1 commit
-
- 31 Oct, 2016 5 commits
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Katharina Heck authored
[bboxtree] Only call bounding box tree when there are point sources When making the point source map we only want to make sure the bounding box tree is initiated if there are any point sources. By a previous commit this was mistakenly put in the beginning of the method so that the bounding box tree is always built. Maybe has to be tested with dumux-multidimension too. See merge request !238
-
Bernd Flemisch authored
Feature/improve dumux start Put Parameter Parser and start message in separate class. Fixes #342. See merge request !237
-
- 30 Oct, 2016 2 commits
- 28 Oct, 2016 1 commit
-
-
Timo Koch authored
-
- 24 Oct, 2016 1 commit
-
-
Martin Beck authored
[postprocessing] Add possibility to name the outputfiles differently See merge request !236
-
- 20 Oct, 2016 7 commits
-
-
Thomas Fetzer authored
[stokes][localResidual] Add a wall friction term *To account for a dimensional reduction from 3d to 2d To do: - [x] add property to switch on/off - [x] cite source See merge request !235
-
Kilian Weishaupt authored
Feature/improveplotmateriallaws See merge request !234
-
Kilian Weishaupt authored
*They mess up the file name...
-
Kilian Weishaupt authored
-
Thomas Fetzer authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- 19 Oct, 2016 2 commits
-
-
Thomas Fetzer authored
interaction -> openPlotWindow
-
Bernd Flemisch authored
[materiallaw] Improve reference for Henry coefficient for H2OAir See merge request !232
-
- 18 Oct, 2016 3 commits
-
-
Christoph Grüninger authored
[implicit][2p] Add function which returns the viscosity of the phases See merge request !233
-
Thomas Fetzer authored
-
Kilian Weishaupt authored
*To account for a dimensional reduction from 3d to 2d
-