- 20 Oct, 2021 1 commit
-
-
Carsten Gräser authored
This adds support for regularization of truncated diagonal entries in `BoxConstrainedQuadraticFunctionalConstrainedLinearization` If this is enabled, diagonal entries of truncated rows are set to 1. In case of nested matrices this is applied recusively, such that only the truncated scalar diagonal entries of nontrivial diagonal blocks are modified. This can be handy if the truncated linearized problem should be treated by a linear solver. By default this is disabled, such that linear solvers for the linearized problem have to be robust with respect to singular problems due to truncation.
-
- 15 Oct, 2021 1 commit
-
-
Carsten Gräser authored
-
- 26 May, 2020 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
-
- 24 Nov, 2017 1 commit
-
-
Patrick Jaap authored
The extended TNNMG step requires these typenames for the LinearSolver constructor. For the build-in linearizations the contrained types are the same as the unconstrained ones.
-
- 11 Jul, 2017 1 commit
-
-
Carsten Gräser authored
-
- 06 Sep, 2016 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
This is not true anymore: support for more general problems has been added.
-
- 22 Aug, 2016 4 commits
-
-
Carsten Gräser authored
Expressions in the false branch that cannot be instantiated must be guared by the (template) identity. Suprisingly gcc accepted this code (clang did not).
-
Carsten Gräser authored
Make indentation consistent with editor hints
-
Carsten Gräser authored
-
Carsten Gräser authored
Now BoxConstrainedQuadraticFunctionalConstrainedLinearization can be used with nested problems with block size >1.
-
- 27 Jun, 2016 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
-
- 14 Mar, 2016 1 commit
-
-
Carsten Gräser authored
-
- 11 Mar, 2016 1 commit
-
-
Carsten Gräser authored
-