- Jun 03, 2024
-
-
- Jan 08, 2023
-
-
Oliver Sander authored
And fix all spelling errors that codespell currently finds.
-
- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Dec 06, 2018
-
-
Lasse Hinrichsen-Bischoff authored
-
Steffen Müthing authored
std::fill() requires a forward iterator, so don't use that algorithm.
-
- Dec 03, 2018
-
-
Oliver Sander authored
-
- Aug 08, 2018
-
-
Oliver Sander authored
The class VariableBlockVector::CreateIterator behaves basically like an STL output iterator, but it didn't quite implement the required interface. This patch adds the missing methods and extends the unit test. The main benefit of this (besides interface beauty) is that you can now use std::fill etc. to set the block sizes of a VariableBlockVector.
-
- Jun 08, 2018
-
-
Lasse Hinrichsen-Bischoff authored
-
Lasse Hinrichsen-Bischoff authored
Formerly, this would throw an exception if DUNE_ISTL_WITH_CHECKING is enabled since you must not call a create iterator on an initialized VariableBlockVector.
-
- Feb 20, 2016
-
-
Oliver Sander authored
-
- Jul 30, 2010
-
-
Markus Blatt authored
Got rid off unused variable warning [[Imported from SVN: r1248]]
-
- Apr 01, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r1191]]
-