- Jan 26, 2017
-
-
Kilian Weishaupt authored
* Add possibility to choose variables also by name, instead of only by column
-
Thomas Fetzer authored
E.g for two plot-over-lines.
-
- Dec 29, 2016
-
-
Martin Beck authored
Fix/restart and episodes For me it would be more intuitive to first advance the time level and then do all the processing and file writing. However this is more complicated, therefore I shifted the restart stuff to the same level as the vtk output stuff. See merge request !310
-
- Dec 27, 2016
-
-
Thomas Fetzer authored
Now willBeFinished, timeStepIdx, ... is the same for shouldWriteOutput() and shouldWriteRestart()
-
Thomas Fetzer authored
[cmake,valgrind] Bring back mistakenly removed FindValgrind.cmake The removal happend in 37dbc358 ;) See merge request !319
-
Christoph Grüninger authored
The removal happend in 7b651d13
-
- Dec 23, 2016
-
-
Christoph Grüninger authored
Fix/documentation typos See merge request !315
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Dec 22, 2016
-
-
Thomas Fetzer authored
[sequential grid adaptation] Fix problems due to commit 42dd5278 Set GridAdaptModel with second template argument (true/false for adaptivity) depending on AdaptiveGrid property. Include file for default initialization indicator. Clean-up. See merge request !313
-
Set GridAdaptModel with second template argument (true/false for adaptivity) depending on AdaptiveGrid property. Include file for default initialization indicator. Clean-up.
-
Christoph Grüninger authored
Speed-up multidomain tests [tests][multidomain] Use tabulated H2OAir FluidSystem * speeds-up test by 5 * hopefully makes test more robust when comparing to reference solution See merge request !309
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Dec 21, 2016
-
-
Thomas Fetzer authored
-
- Dec 16, 2016
-
-
Bernd Flemisch authored
[adaptivity sequential] make grid adapt model a property and clean-up properties Grid adapt model can be chosen as a property now (e.g. for multidim-models). All adaptivity related properties were moved to gridadaptproperties.hh. See merge request !299
-
Beatrix Becker authored
Grid adapt model can be chosen as a property now (e.g. for multidim-models). All adaptivity related properties were moved to gridadaptproperties.hh.
-
- Dec 14, 2016
-
- Dec 13, 2016
-
-
Thomas Fetzer authored
* speeds-up test by 5 * hopefully makes test more robust when comparing to reference solution
-
- Dec 12, 2016
-
-
Dennis Gläser authored
[test] Update reference of box fracture test after bugfix The scvf surface area was computed wrongly leading to different results. This was fixed in commit 0c93a0b3. Also merge to `next` See merge request !289
-
- Dec 10, 2016
-
- Dec 09, 2016
-
-
Dennis Gläser authored
The normal was not scaled by the right area for 2d network grids in 3d space, which led to wrong fluxes.
-
Bernd Flemisch authored
[iapws] Revert parts from commit 99e17f17 Throw NumericalProblem, to prevent simulation from crashing, even though it is rather NotImplemented. See merge request !283
-
Thomas Fetzer authored
Throw NumericalProblem, to prevent simulation from crashing, even though it is rather NotImplemented.
-
Thomas Fetzer authored
[bugfix] return `int` instead of `void` Probably the reason why `initialPhasePresenceAtPos` isn't in use ... See merge request !282
-
Thomas Fetzer authored
-
Bernd Flemisch authored
Probably the reason why `initialPhasePresenceAtPos` isn't in use ...
-
Bernd Flemisch authored
[components][h2o][iapws] Move check of validity range to the IAPWS region files I guess this should be comparable in terms of performance, if compiled with optimization See merge request !280
-
Thomas Fetzer authored
- Dec 05, 2016
-
-
-
Dennis Gläser authored
[bugifx] Fix/gravity pmproblem merge to `next` as well See merge request !271
- Dec 02, 2016
- Dec 01, 2016
-
-
Bernd Flemisch authored
[implicit][propertydefaults] set AMG as default linear solver The default linear solver is set to AMG. The solver is parallel in contrast to the current default sequential solver and shows the best performance in a wide range of problems. After changing this, some tests failed. If the differences in the solution were in the order of machine epsilon, the zero threshold value has been adjusted. In the remaining cases the origin of the tests to fail after changing the linear solver could not be detected and the original linear solver has been set as a property for these tests. (it quite possibly has to be a bug in the models as the same jacobian should lead to the same solution, the newton convergence criteria were tried in the most precise configuration and there were still differences) TODO * [x] test corner point grid This fixes #325. See merge request !218
-
*Remove ElementIterator and VertexIterator typedefs
-