- Oct 05, 2016
-
-
René Heß authored
-
- Sep 29, 2016
-
-
Dominic Kempf authored
Remove symbol (didn't rebase the first time) I didn't rebase the first time so I missed some new symbols comming from nonlinear jacobian apply. See merge request !33
-
René Heß authored
-
Dominic Kempf authored
Remove symbol See merge request !32
-
René Heß authored
-
- Sep 28, 2016
-
-
Dominic Kempf authored
Cleanup/use using Use using instead of typedef. See merge request !30
-
Dominic Kempf authored
[bugfix] Fix generation of the notebook script after dune-python refactoring Requires latest dune-python. See merge request !31
-
- Sep 27, 2016
-
-
René Heß authored
-
- Sep 26, 2016
-
-
Dominic Kempf authored
Requires latest dune-python.
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
Feature/nonlinear matrix free Depends on PDELab merge request https://gitlab.dune-project.org/pdelab/dune-pdelab/merge_requests/183. * [x] stationary CG * [x] stationary DG Important notes: - The nonlinear_matrix_free_dg_numdiff throws a time out. I already reduced the grid size to 4x4 and I don't want to go any smaler. Maybe we just delete this test? I think it's ok if we only test numdiff in CG since we want to use symdiff anyway. Opinions? - Instationary matrix free needs some changes in PDELab. Should be postponed until it is supported there. Closes #26 . See merge request !29
-
René Heß authored
Feature/stokes symmetrization This fixes #10 See merge request !25
-
René Heß authored
Make dune-perftool python3-compatible See merge request !28
-
René Heß authored
-
Dominic Kempf authored
-
René Heß authored
-
- Sep 23, 2016
-
-
Dominic Kempf authored
-
- Sep 22, 2016
- Sep 21, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
and an example with stokes stress
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Update to comply with refactoring of dune-python Only merge once the upstream branch is merged. See merge request !26
-
- Sep 20, 2016
-
-
Dominic Kempf authored
-
- Sep 19, 2016
-
-
René Heß authored
Feature/pandas integration Add a script that allows to calculates performance regressions See merge request !24
-
René Heß authored
-
Dominic Kempf authored
-
Dominic Kempf authored
That allows us to load that file as a pandas frame.
-
René Heß authored
Full test suite passes. This fixes #29 To achieve this goal, I did: * switch to l2error comparison for all manufactured solution examples * implement mixed expressions to allow that for systems * fix `stokes_stress_symdiff` The following issues remain, but the tests are deactivated until an upstream problem is fixed: * `heatquation{_dg}_explicit` fails, new issue is #30. * `poisson_dg_matrix_free` needs a suiting solver, depends on #31 kind of. I also improved error handling: No more exceptions, instead non-zero error code. That way you get vtk output for failing tests (the previous behaviour was potentially harmful, as you could look at old solutions in debugging!!!). See merge request !23
-