- Nov 23, 2016
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
-
-
Timo Koch authored
The fvGeometryVector builds all sub control volumes, sub control volume faces and fvGeometries; where the fvGeometries are merely providing iterators over scvs and scvfs of an element.
-
Timo Koch authored
This becomes obsolete because the volume variables are now only computed twice per dof in each newton iteration, a necessary update and one time with a deflected solution to compute the derivatives correctly.
-
Timo Koch authored
* Make VolumeVariables a global vector * Make FVElementGeometries a global vector Results in 5% speedup for the 1pcc test (100x100) and a 20%! speedup for the 2pcc test.
-
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
-