- Nov 27, 2015
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
this feature is necessary to keep readable output if we use funny value types, like Vc::double_v
-
Christian Engwer authored
This patch fixes the errornous commits e8d16384 1a2f4d0f The introduced range checks were plain wring, as they neglected the nested structure of the BlockVector. We now use `b.dim()` to get the flat size. This fixes flyspray/FS#1724.
-
- Nov 25, 2015
-
-
Christian Engwer authored
Test complex<T> for floating point T only The issue that I originally filed for dune-common as flyspray/FS#1726 affects dune-istl, too. See merge request !11
-
Elias Pipping authored
The standard leaves (the effect of instantiating) complex<T> for more general T unspecified.
-
Christian Engwer authored
flyspray/FS#1147: Fix NaN behaviour of infinity_norm() for istl classes This is an extension of the work related to flyspray/FS#1147 to dune-istl. See merge request !10
-
Elias Pipping authored
-
Elias Pipping authored
This includes the behaviour of its rows, thus the CompressedBlockVectorWindow class
-
Elias Pipping authored
-
- Nov 24, 2015
-
-
Dominic Kempf authored
[bugfix] Produce a linker error when pardiso lib is not found If somebody tries to use pardiso despite it not being found, he should ge t a linker error instead of an exception. All other bindings handle it that way. Fixes flyspray/FS#351 See merge request !4
-
Christian Engwer authored
[cleanup] Use template aliases where they beautify code. I already wanted to use those when implementing the UMFPack integration into the overlapping schwarz, but our compiler requirements were not sufficient at the time. See merge request !9
-
- Nov 23, 2015
-
-
Dominic Kempf authored
I already wanted to use those when implementing the UMFPack integration into the overlapping schwarz, but our compiler requirements were not sufficient at the time.
-
Christoph Grüninger authored
-
- Nov 20, 2015
-
-
Elias Pipping authored
-
Christian Engwer authored
Feature/fix deprecation warnings amgtest please see flyspray/FS#1526 @markus.blatt can you have a look (somehow I can't assign this request to you) See merge request !7
-
- Nov 18, 2015
-
-
Christian Engwer authored
-
- Nov 17, 2015
-
-
Bernd Flemisch authored
Apparently, this has been rotting away for quite some time. Adapt the calls to the Pardiso library. Use the C instead of the Fortran interface. Use correct method for determining the block size of the matrix.
-
- Nov 15, 2015
-
-
Christian Engwer authored
-
- Nov 13, 2015
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Dominic Kempf authored
Fixup for !2 Bug introduced in the fix of flyspray/FS#1331 and !2 revealed by simply building dune-istl. See merge request !6
-
Christian Engwer authored
-
Tobias Malkmus authored
-
Dominic Kempf authored
Bug introduced in the fix of flyspray/FS#1331 and !2 revealed my `make build_tests`.
-
Christian Engwer authored
[real_type] use real_type for all norm computations, fix flyspray/FS#1331 I think these are the last places where double has to be replaced. The only remaining places are superlu and umfpack which are not templated and thus are hardcoded to use double. This patch fixes flyspray/FS#1331 See merge request !2
-
- Nov 11, 2015
-
-
Christoph Grüninger authored
Some exceptions were caught and did not fail the test.
-
- Nov 09, 2015
-
-
Dominic Kempf authored
needed for webpage.
-
- Nov 03, 2015
-
-
Dominic Kempf authored
-
- Nov 02, 2015
-
-
Dominic Kempf authored
If somebody tries to use pardiso despite it not being found, he should ge t a linker error instead of an exception. All other bindings handle it that way. Fixed flyspray/FS#351
-
Christian Engwer authored
-
Christian Engwer authored
Feature/fs1659 matlab output of dynamic matrix fixed flyspray/FS#1659 See merge request !3
-
Andreas Nüßing authored
-
Christoph Grüninger authored
This enables users to have several build directories like build-clang, build-gcc5, build-debug, and still get all of them ignored.
-
Dominic Kempf authored
There are some tests, which are hard to port in the paamg directory. They want to explicitly test _without_ direct solver. Previously, you simply did not add the flags for the direct solver packages. add_dune_test relies on all flags, so we need a way to disable components again. That will be implemented as part of dune_add_executable. For now, we build the targets ourselves and hand them to dune_add_test.
-
- Oct 29, 2015
-
-
Christoph Grüninger authored
This enables users to have several build directories like build-clang, build-gcc5, build-debug, and still get all of them ignored.
-
- Oct 23, 2015
-
-
Dominic Kempf authored
-
- Oct 21, 2015
-
-
Christoph Grüninger authored
This partially fixes FS#1724.
-
Christoph Grüninger authored
Similar to commit e8d16384 which added the same for UMFPack. This avoids strange bugs when using the setSubMatrix method: that method automatically removes rows and columns from the matrix, and expects _the user_ to do the same for the x and b vectors.
-