- Dec 24, 2019
-
-
Christoph Grüninger authored
* setSolverCategory is not allowed to alter a const value * Adjust type of setSolverCategory's set * Properly document deprecation of get/setSolverCategory
-
- Dec 14, 2019
-
-
Christoph Grüninger authored
-
- Jul 11, 2019
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jan 09, 2018
-
-
Christian Engwer authored
-
- Oct 21, 2016
-
-
Ansgar Burchardt authored
-
- Nov 13, 2015
-
-
Tobias Malkmus authored
-
- Nov 02, 2015
-
-
Christian Engwer authored
-
- Jun 17, 2015
-
-
Andreas Nüßing authored
The standard states (8.3.6/4) that adding default arguments in later function declarations are only valid for non-template functions. In matrixmarket.hh, the function template loadMatrixMarket is declared and a default argument for the last parameter is provided. In owneroverlapcopy.hh, OwnerOverlapCopyCommunication contains a friend declaration of loadMatrixMarket without the default parameter. If now owneroverlapcopy.hh is included before matrixmarket.hh, the friend declaration is the first declaration and the default parameter in matrixmarket.hh is invalid. By including matrixmarket.hh in owneroverlapcopy.hh, we make sure that the declaration which provides the default argument is always the first one.
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Mar 10, 2015
-
-
- 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.
-
- Feb 14, 2014
-
-
Christoph Grüninger authored
-
- Jun 10, 2013
-
-
Markus Blatt authored
With OpenMPI there appeared cases where MPI_Comm_free was called after MPI_Finalize. This was caused by the destructor of OwnerOverlapCopyCommunication being called after MPI_Finalize. This patch moves the destruction out of the main method. If MPI 2 functionality is available we also check whether MPI_Finalize was called before freeing the communicator and only call free if not.
-
Markus Blatt authored
With OpenMPI there appeared cases where MPI_Comm_free was called after MPI_Finalize. This was caused by the destructor of OwnerOverlapCopyCommunication being called after MPI_Finalize. This patch moves the destruction out of the main method. If MPI 2 functionality is available we also check whether MPI_Finalize was called before freeing the communicator and only call free if not.
-
- Nov 06, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r1728]]
-
- Aug 24, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r1675]]
-
- Oct 31, 2011
-
-
Rebecca Neumann authored
Free MPI communicators resulting from the AMG accumulation process when they are not needed anymore. [[Imported from SVN: r1504]]
-
- May 18, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r1482]]
-
- May 17, 2011
-
-
Markus Blatt authored
Competed check in. [[Imported from SVN: r1479]]
-
- May 13, 2011
-
-
Rebecca Neumann authored
[[Imported from SVN: r1475]]
-
- Jan 24, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r1447]]
-
Markus Blatt authored
[[Imported from SVN: r1445]]
-
- Dec 06, 2010
-
-
Rebecca Neumann authored
[[Imported from SVN: r1423]]
-
Rebecca Neumann authored
[[Imported from SVN: r1422]]
-
Rebecca Neumann authored
[[Imported from SVN: r1421]]
-
- Nov 24, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r1399]]
-
- Nov 18, 2010
-
-
Rebecca Neumann authored
[[Imported from SVN: r1374]]
-
- Nov 15, 2010
-
-
Rebecca Neumann authored
[[Imported from SVN: r1360]]
-
- Nov 03, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1347]]
-
- Oct 28, 2010
-
-
Rebecca Neumann authored
[[Imported from SVN: r1330]]
-
Rebecca Neumann authored
[[Imported from SVN: r1327]]
-
- Oct 13, 2010
-
-
Markus Blatt authored
nonoverlapping grids. [[Imported from SVN: r1314]]
-
- Aug 15, 2010
-
-
Markus Blatt authored
multiple index pair with the same global index in IndexSet::merge. Further more we need to order the pairs according to the global index AND the attribute of the local indes. Therefore we change the numbers of the attributes such that owner indices are before the ones with other attributes. [[Imported from SVN: r1268]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update configure and Makefiles [[Imported from SVN: r1100]]
-
- Sep 29, 2009
-
-
Markus Blatt authored
communication. Both Interface and BufferedCommunicator loose their template parameter. It was not needed and hindered the new implementation. Sorry for the inconvenience. Please change your code: Interface<IndexSet> -> Interface BufferedCommunicator<IndexSet> -> BufferedCommunicator [[Imported from SVN: r1084]]
-
- Sep 17, 2009
-
-
Markus Blatt authored
ParMETIS. (The additive version is not yet debugged!!!) Graph::maxVertex does what it says now Made index sets accessible in RemoteIndices class. Fixed some typos. [[Imported from SVN: r1072]]
-
- Sep 15, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1069]]
-
- Sep 13, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1066]]
-