- 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.
-
- May 05, 2020
-
-
Timo Koch authored
The parallel scalar product is useless without the communication. This makes it possible to construct a scalar product that manages the lifetime of it's communication.
-
- Jul 11, 2019
-
-
Oliver Sander authored
-
Oliver Sander authored
Semantically they are const, and the current implementations really are const too, so let's mark them in the interface as such.
-
Oliver Sander authored
-
- Jan 09, 2018
-
-
Christian Engwer authored
- the base class ScalarProduct is now by default sequential - unified overlapping and non-overlapping SP
-
- May 30, 2017
-
-
Robert K authored
-
- May 09, 2017
-
-
Christian Engwer authored
we add a compatibility layer, when DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE is enabled. We now ise #if instead of #ifdef to check for the flag and add the switch to scalar-product interface class.
-
- Apr 10, 2017
-
-
Christian Engwer authored
-
Christian Engwer authored
- we add helper code to extract the solver category from the enum or the virtual function - we update the base classes to actually use this code to perform consistency checks
-
Christian Engwer authored
We introduce a new method category to check for the same SolverCategory of different components at run time. This is a drawback compared to compile time checks, but it adds a lot of flexibility as we will be able to write factory classes for solvers and compose/exchange solvers at runtime. Besides this we added the following changes: - an additional intermediate class IterativeSolver encapsulates the data of almost all solvers - the solvers now inherit from IterativeSolver and can usually reuse its constructor - the solvers now only have to implement _one_ apply method, the other is implemented generically State: - currently the example compiles - none of the AMG headers has been updated yet
-
- Dec 14, 2015
-
-
Christoph Grüninger authored
-
- Nov 13, 2015
-
-
Dominic Kempf authored
Bug introduced in the fix of flyspray/FS#1331 and !2 revealed my `make build_tests`.
-
- Nov 02, 2015
-
-
Christian Engwer authored
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Dec 15, 2014
-
-
Steffen Müthing authored
This patch removes the assumption that the field_type and / or real_type can always be implicitly converted to double and can be implicitly constructed from an int (in constructs like field_type d = 0;). This patch is required for compatibility with the FLOP counter in PDELab.
-
- Jul 11, 2012
-
-
Christian Engwer authored
(thanks to Matthias Wohlmuth) [[Imported from SVN: r1646]]
-
- Nov 30, 2010
-
-
Markus Blatt authored
*sigh* [[Imported from SVN: r1410]]
-
- Nov 26, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1404]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update configure and Makefiles [[Imported from SVN: r1100]]
-
- Aug 03, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r783]]
-
- Apr 20, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r751]]
-
- Jan 13, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r472]]
-
- Oct 10, 2005
-
-
Christian Engwer authored
[[Imported from SVN: r347]]
-
- Jun 20, 2005
-
-
Peter Bastian authored
[[Imported from SVN: r264]]
-
- Jun 17, 2005
-
-
Peter Bastian authored
[[Imported from SVN: r261]]
-