- 17 Jan, 2018 2 commits
-
-
Daniel Kienle authored
4633571a does not change loopsolver constructor for gausseidel
-
Daniel Kienle authored
-
- 20 Dec, 2017 2 commits
-
-
Daniel Kienle authored
multigridStep uses std::shared_ptr block size in template of Leaf backend for Gridfunctionspace
-
Daniel Kienle authored
-
- 08 Sep, 2017 1 commit
-
-
Daniel Kienle authored
-
- 07 Sep, 2017 1 commit
-
-
Daniel Kienle authored
-
- 18 Aug, 2017 2 commits
-
-
Daniel Kienle authored
input file modSneddon.py for problem taken from Wick [2017]
-
Daniel Kienle authored
-
- 24 Jul, 2017 1 commit
-
-
Daniel Kienle authored
-
- 18 Jul, 2017 1 commit
-
-
Daniel Kienle authored
- make eigenvector computation work for 1D and 3D (damagedelasticenergydensity_decomposed.hh) use lapack to compute eigenvectors for all dim, see https://gitlab.dune-project.org/core/dune-common/merge_requests/278 - make damagedelasticenergydensitytest.cc work for 1D and 3D - add eigenvaluetest.cc (now its separated from damagedelasticenergydensitytest)
-
- 12 Jul, 2017 1 commit
-
-
Daniel Kienle authored
-
- 11 Jul, 2017 1 commit
-
-
Daniel Kienle authored
-
- 04 Jul, 2017 1 commit
-
-
Daniel Kienle authored
template parameters have to be reordered with commit 'b93c3ada72875f2b22ec75083b662477bfa3afc2' in dune-solvers modul
-
- 30 Jun, 2017 1 commit
-
-
Daniel Kienle authored
-
- 04 May, 2017 1 commit
-
-
Daniel Kienle authored
-
- 03 May, 2017 3 commits
-
-
Daniel Kienle authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- 02 May, 2017 2 commits
-
-
Daniel Kienle authored
-
Daniel Kienle authored
-
- 26 Apr, 2017 1 commit
-
-
Daniel Kienle authored
-
- 07 Apr, 2017 2 commits
-
-
Daniel Kienle authored
Both decomposed and nondecomposed energy implementations can be used. Can be specified in the input file (decomposition) which implementation should be used.
-
Daniel Kienle authored
remove brittle-fracture-memcheck.py
-
- 06 Apr, 2017 1 commit
-
-
Daniel Kienle authored
Remove call of python function inside timestep loop in brittle-frcture.cc line 694, 695 and 913 and put it before timestep loop to overcome memory leakage. But we loose the ability to specify the time dependency of non-homogeneous Dirichlet conditions, now it is assumed to have linear time dependency.
-
- 04 Apr, 2017 2 commits
-
-
Daniel Kienle authored
-
Daniel Kienle authored
-
- 27 Jan, 2017 1 commit
-
-
Daniel Kienle authored
In LOP we calculate 2*psi, the factor 2 was missing for the damage part. When calculating the reaction forces we only need the mechanical DOFs (damage=0).
-
- 23 Jan, 2017 1 commit
-
-
Daniel Kienle authored
-
- 17 Jan, 2017 1 commit
-
-
Daniel Kienle authored
Test for hessian seems to be invalid because FD-approximation of hessian is not defined due to non continuous gradient.
-
- 16 Jan, 2017 1 commit
-
-
Daniel Kienle authored
add simpler output to damagedelasticenergydensitytest
-
- 13 Jan, 2017 1 commit
-
-
Sander, Oliver authored
After recent work on dune-tnnmg, the TNNMGStep class does now accept LinearIterationSteps directly. The need to insert a FixedStepLinearSolver is not needed anymore. Removing it does not really make the code much shorter, but a bit simpler nevertheless.
-
- 20 Dec, 2016 1 commit
-
-
Sander, Oliver authored
The construction of the dune-pdelab GridFunctionSpaces was more complicated than necessary, to work around https://gitlab.dune-project.org/pdelab/dune-pdelab/issues/62 This bug has been fixed now, so the brittle-fracture code can be update accordingly.
-
- 19 Dec, 2016 1 commit
-
-
Gräser, Carsten authored
-
- 24 Nov, 2016 2 commits
-
-
Daniel Kienle authored
-
Daniel Kienle authored
not sure if the coupling term is necessary
-
- 23 Nov, 2016 5 commits
-
-
Gräser, Carsten authored
-
Gräser, Carsten authored
This avoids messing around with the details of the Python->C++ conversion. Notice that this requires you to update dune-fufem because make_function is new.
-
Gräser, Carsten authored
We now provide a single vector-valued function in python. Splitting into the components is done in c++.
-
Gräser, Carsten authored
-
Gräser, Carsten authored
-