- Nov 23, 2016
-
-
Christoph Grüninger authored
Fix/multidomain normal momentum See merge request !252
-
- Nov 22, 2016
-
-
Thomas Fetzer authored
* multidomain models now also work for cases with pm on top
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Nov 21, 2016
-
-
Christoph Grüninger authored
[zeroeq] Update method set walls * functions bBoxMaxIsWall() and bBoxMaxIsWall() in the problem are now used instead of a property * wall array is now a std::vector See merge request !251
-
Thomas Fetzer authored
* functions bBoxMaxIsWall() and bBoxMaxIsWall() in the problem are now used instead of a property * wall array is now a std::vector
-
Bernd Flemisch authored
Fix/issue 343 starthh Fixes #343. See merge request !247
-
- Nov 16, 2016
-
-
Martin Schneider authored
[fix/tutorial-exercise1f] Exercise 1f makes more sense now The changing constitutive relations task in exercise 1 previously was about exchanging the EffToAbsLaw with a LinearMaterial law. It makes more sense to replace the RegularizedBrooksCorey. The description in the handbook was adapted accordingly. See merge request !248
-
Martin Beck authored
The changing constitutive relations task in exercise 1 previously was about exchanging the EffToAbsLaw with a LinearMaterial law. It makes more sense to replace the RegularizedBrooksCorey. The description in the handbook was adapted accordingly.
-
- Nov 15, 2016
-
-
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
-
- Nov 14, 2016
-
-
Martin Schneider authored
-
Martin Schneider authored
The NLOPT and GLPK are libraries for nonlinear and linear optimization algorithms.
-
- Nov 10, 2016
-
-
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
-
- Nov 09, 2016
-
-
Kilian Weishaupt authored
[implicit][problem] Add initialPhasePresence function and forward to the respect… …ive AtPos version with a default DuneThrow See merge request !242
-
- Nov 08, 2016
-
-
Thomas Fetzer authored
-
- Nov 03, 2016
-
-
Thomas Fetzer authored
[implicit][problem] Add initialPhasePresence function and forward to the respective AtPos version with a default DuneThrow
-
- Nov 01, 2016
-
- Oct 31, 2016
-
-
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
-
- Oct 30, 2016
- Oct 28, 2016
-
-
Timo Koch authored
-
- Oct 24, 2016
-
-
Martin Beck authored
[postprocessing] Add possibility to name the outputfiles differently See merge request !236
-
- Oct 20, 2016
-
-
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...
-