- Apr 17, 2023
-
-
Lisa Julia Nebel authored
Correct the stopping criterion in the Riemannian-TR-Solver, Riemannian-PN-Solver and MixedRiemannian-TR-Solver Do not stop if the correction gets small because the trust region radius gets small or the regularization parameter gets large
-
- Mar 27, 2023
-
-
Lisa Julia Nebel authored
-
- Dec 21, 2022
-
-
Sander, Oliver authored
They are getting removed now for good after the release of dune-fufem 2.9. The code that replaces them has been there for quite a while, and therefore we can simply use it without having to worry about compatibility with older dune-fufem versions.
-
- Aug 19, 2022
-
-
Ansgar Burchardt authored
-
- Aug 11, 2022
-
-
Ansgar Burchardt authored
-
- Jul 12, 2022
-
-
Sander, Oliver authored
-
- Nov 30, 2020
-
-
AlexanderMüller authored
-
- Nov 13, 2020
-
-
Müller, Alexander authored
-
- Sep 18, 2020
-
-
Lisa Julia Nebel authored
-
- Sep 09, 2020
-
-
Lisa Julia Nebel authored
WHITESPACES: Wrap energy calculation and solve-call in the Mixed-Riemannian-TR solver in a try-catch statement
-
Lisa Julia Nebel authored
In case an error occurs while solving or calculating the energy, the program does not stop but the error is handled in the Mixed-Riemannian-Trust-Region solver and the program continues with a smaller trustregion-radius.
-
- Sep 05, 2020
-
-
Sander, Oliver authored
Apparently it is not used.
-
- Feb 18, 2020
-
-
Sander, Oliver authored
Up until dune-common 2.7, the Dune namespace contained shared_ptr: First as an actual implementation, later simply as a namespace import. Dune-common post-2.7 has removed that import, and users of shared_ptr really have to explicitly specify the std:: namespace prefix.
-
- May 04, 2019
-
-
Sander, Oliver authored
This makes mixed-cosserat-continuum compile again.
-
- Sep 06, 2018
-
-
Sander, Oliver authored
The latter is deprecated as of dune-functions 2.6.
-
- Apr 16, 2018
-
-
Sander, Oliver authored
In particular, MonotoneMultiGridStep use shared_ptr much more frequently now. Also, various of its data members are now protected, and getters/setters have to be used.
-
- Dec 26, 2015
-
-
Sander, Oliver authored
This leads to some simplification
-
Sander, Oliver authored
This is an important step towards making the 'mixed' Cosserat code more like the regular one. The mid-term goal is to merge the two implementations, because there is way too much code duplication here.
-
- Dec 09, 2015
-
-
Sander, Oliver authored
This makes 2nd-order orientation functions work again.
-
Sander, Oliver authored
-
- Dec 06, 2015
-
-
Sander, Oliver authored
-
- Dec 03, 2015
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Nov 14, 2015
-
-
Sander, Oliver authored
-
- Mar 23, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10101]]
-
- Aug 28, 2014
-
-
Oliver Sander authored
It appears that there may be very small energy increases due to rounding errors. [[Imported from SVN: r9867]]
-
- Aug 22, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9860]]
-
Oliver Sander authored
[[Imported from SVN: r9858]]
-
Oliver Sander authored
[[Imported from SVN: r9857]]
-
Oliver Sander authored
[[Imported from SVN: r9856]]
-
Oliver Sander authored
'Mixed' means that the spaces for deformations and microrotations can be chosen separately. At this point there hasn't been a lot of testing yet. In particular, parallelizing the assembly is currently not supported. [[Imported from SVN: r9852]]
-