- Feb 20, 2013
-
-
Markus Blatt authored
Revision r1577 .---------------------- - dune-istl is DuneIstl to CMAKE (e.g. during the find_package call). Mimic this in the variable names used in the package configuration files. (They were wrong anyway!) - provide optional dependency to create_doc_install. This is needed as add_latex_document with the safepdf option creates a target <basename>_safepdf for building <basename>.pdf. Without specifying <basename>_safepdf as the dependency, <basename>.pdf would be build in non-safe mode before install leading to errors with eps figures. .---------------------- [[Imported from SVN: r1804]]
-
Markus Blatt authored
Revision r1576 .---------------------- Introduced dune-istl macros to find boost and fusion. example compiles with fusion. .---------------------- [[Imported from SVN: r1803]]
-
Markus Blatt authored
Revision r1575 .---------------------- Build istl.pdf .---------------------- [[Imported from SVN: r1802]]
-
Markus Blatt authored
Revision r1574 .---------------------- Check whether latex is usable. If not, do not try to build the latex documents. .---------------------- [[Imported from SVN: r1801]]
-
Markus Blatt authored
Revision r1571 .---------------------- Finally cmake to build the test during make test, that is on demand. Now make test works in all directories. .---------------------- [[Imported from SVN: r1800]]
-
Markus Blatt authored
Revision r1564 .---------------------- Added test. Make test works now. .---------------------- [[Imported from SVN: r1799]]
-
Markus Blatt authored
Revision r1563 .---------------------- make build_tests runs smoothly now. [[Imported from SVN: r1798]]
-
Markus Blatt authored
Revision r1559 .---------------------- Fixed filename. .---------------------- [[Imported from SVN: r1797]]
-
Markus Blatt authored
Revision r1558 .---------------------- No need to install Doxyfile. make install runs through. .---------------------- [[Imported from SVN: r1796]]
-
Markus Blatt authored
Revision r1557 .---------------------- make all works. make doc works. .---------------------- [[Imported from SVN: r1795]]
-
Markus Blatt authored
Revision r1556 .---------------------- Rudimentary configure with cmake works. (No tests added yet, make is untested.) .---------------------- [[Imported from SVN: r1794]]
-
Markus Blatt authored
Revision r1555 .---------------------- Create branch for CMake integration .---------------------- [[Imported from SVN: r1793]]
-
- Feb 15, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1789]]
-
- Feb 02, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r1779]]
-
- Jan 31, 2013
-
-
Christoph Grüninger authored
Thanks for the patch to Bård Skaflestad. [[Imported from SVN: r1778]]
-
- Jan 28, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1777]]
-
- Jan 27, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r1776]]
-
- Jan 25, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1775]]
-
Markus Blatt authored
[[Imported from SVN: r1774]]
-
- Jan 23, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1773]]
-
Markus Blatt authored
Merge of 1768 from trunk. [[Imported from SVN: r1772]]
-
Markus Blatt authored
Merged 1767 from trunk [[Imported from SVN: r1771]]
-
- Jan 22, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r1770]]
-
Oliver Sander authored
Because it does not currently have any measurable benefits. [[Imported from SVN: r1769]]
-
Christoph Grüninger authored
[[Imported from SVN: r1768]]
-
Markus Blatt authored
[[Imported from SVN: r1767]]
-
Markus Blatt authored
This is patch 1765 from the trunk [[Imported from SVN: r1766]]
-
- Jan 21, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r1765]]
-
Markus Blatt authored
Fixes FS#1232 Patch provided by Andreas Lauser. [[Imported from SVN: r1764]]
-
Markus Blatt authored
Fixes FS#1232 Patch provided by Andreas Lauser. [[Imported from SVN: r1763]]
-
- Jan 19, 2013
-
-
Markus Blatt authored
1609,1631,1635,1642,1645,1646,1650,1651,1656,1658,1666,1667,1668,1681,1685,1688,1689,1690,1701,1709,1711,1717,1723,1729,1732,1733,1734,1736,1737 Commit messages of the applied patches read: > ------------------------------------------------------------------------ > r1609 | sander | 2012-05-29 17:58:14 +0200 (Di, 29. Mai 2012) | 1 Zeile > > fix warning about unused variable > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1631 | sander | 2012-07-04 22:54:17 +0200 (Mi, 04. Jul 2012) | 1 Zeile > > fix spelling. Patch by Uli Sack > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1635 | sander | 2012-07-04 23:07:47 +0200 (Mi, 04. Jul 2012) | 1 Zeile > > fix wrong comment. Patch by Uli Sack > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1642 | christi | 2012-07-09 00:00:01 +0200 (Mo, 09. Jul 2012) | 1 Zeile > > buildsystem cleanup > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1645 | christi | 2012-07-11 18:07:36 +0200 (Mi, 11. Jul 2012) | 1 Zeile > > cleanup buildsystem > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1646 | christi | 2012-07-11 18:07:40 +0200 (Mi, 11. Jul 2012) | 2 Zeilen > > update documentation of dot product > (thanks to Matthias Wohlmuth) > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1650 | christi | 2012-07-11 18:07:57 +0200 (Mi, 11. Jul 2012) | 4 Zeilen > > [solvers] > - fix some real_type vs field_type issues > - make more solvers work with complex > (thanks to Matthias Wohlmuth) > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1651 | gruenich | 2012-07-16 11:15:25 +0200 (Mo, 16. Jul 2012) | 3 Zeilen > > Removed a superfluous semicolon after a method. > Changed return type of a void function to void. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1656 | gruenich | 2012-07-18 14:43:52 +0200 (Mi, 18. Jul 2012) | 2 Zeilen > > SeqOverlappingSchwarzAssembler is a struct, not a class. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1658 | gruenich | 2012-07-27 16:26:49 +0200 (Fr, 27. Jul 2012) | 4 Zeilen > > [pinfo.hh] > Removed two spurious semicolons. > (thanks to Andreas Lauser for the patch) > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1666 | christi | 2012-08-20 10:55:13 +0200 (Mo, 20. Aug 2012) | 1 Zeile > > remove executable flag from source file > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1667 | christi | 2012-08-20 11:11:08 +0200 (Mo, 20. Aug 2012) | 3 Zeilen > > [iterative kernels] > make sure 1 is casted to the correct type (fix complex) > (patch by Matthias Wohlmuth) > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1668 | christi | 2012-08-20 11:11:11 +0200 (Mo, 20. Aug 2012) | 1 Zeile > > fix documentation > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1681 | gruenich | 2012-08-31 13:30:17 +0200 (Fr, 31. Aug 2012) | 4 Zeilen > > [doc/comm] > Check all programs even if MPI was not found. (similar to dune/common/test) > Fix poosc08_test to compile without MPI. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1685 | sander | 2012-09-01 18:09:36 +0200 (Sa, 01. Sep 2012) | 6 Zeilen > > Bugfix in method dbgs > > Patch by Matthias Wohlmuth > > FS 1170 > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1688 | sander | 2012-09-01 18:19:42 +0200 (Sa, 01. Sep 2012) | 6 Zeilen > > Add some documentation to the dbgs method > > Patch by Matthias Wohlmuth > > FS 1170 > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1689 | mblatt | 2012-09-01 19:14:04 +0200 (Sa, 01. Sep 2012) | 5 Zeilen > > Fixes Bug #1171 in matMultTransposeMult. > > Kudos go to Andreas Nüßling, for providing the patch > > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1690 | mblatt | 2012-09-01 19:30:12 +0200 (Sa, 01. Sep 2012) | 2 Zeilen > > Activate mmtest > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1701 | sander | 2012-09-10 11:01:21 +0200 (Mo, 10. Sep 2012) | 1 Zeile > > Fix construction of FieldMatrix from DiagonalMatrix > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1709 | mblatt | 2012-09-21 12:55:20 +0200 (Fr, 21. Sep 2012) | 3 Zeilen > > Detect matrix rows where all offdiagonal entries are zero (such as Dirichlet > values) and update the left hand side x during pre such that A_dd*x_d=b_d. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1711 | mblatt | 2012-09-24 16:58:15 +0200 (Mo, 24. Sep 2012) | 3 Zeilen > > Moved diagonal variable into loop. Prevent using a diagonal that was > not there. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1717 | gruenich | 2012-09-27 14:48:09 +0200 (Do, 27. Sep 2012) | 8 Zeilen > > [matrix test] > avoid "variable unused" warning > in this case using DUNE_UNUSED is okay, since we just want to test the > existence of the copy constructor... > > This is FS#1165 patch 2. > (thanks to Andreas Lauser for the patch) > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1723 | mblatt | 2012-10-02 13:54:25 +0200 (Di, 02. Okt 2012) | 2 Zeilen > > Remove bogus throw clause. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1729 | gruenich | 2012-11-12 13:00:28 +0100 (Mo, 12. Nov 2012) | 5 Zeilen > > [solvers.hh] > Removed superfluous Preconditioner.apply in GMRes, see FS#1201. > > (thanks to Uli Sack for the patch) > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1732 | mblatt | 2012-11-21 15:54:34 +0100 (Mi, 21. Nov 2012) | 4 Zeilen > > Bugfix: tpwgts specifies the requested load per partition and must not be NULL > > Patch by Olaf Ippisch > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1733 | mblatt | 2012-11-22 17:10:21 +0100 (Do, 22. Nov 2012) | 1 Zeile > > Release memory allocated with last patch > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1734 | mblatt | 2012-11-22 17:12:02 +0100 (Do, 22. Nov 2012) | 1 Zeile > > Updated list of contributors > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1736 | sander | 2012-11-28 13:42:38 +0100 (Mi, 28. Nov 2012) | 1 Zeile > > bugfix: a wrong index was used in precondition check of the 'exists' method > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > r1737 | sander | 2012-11-28 13:43:03 +0100 (Mi, 28. Nov 2012) | 1 Zeile > > slightly more informative error message > ------------------------------------------------------------------------ [[Imported from SVN: r1762]]
-
- Jan 18, 2013
-
-
Oliver Sander authored
Patch by Andreas Lauser. Thanks! [[Imported from SVN: r1760]]
-
- Jan 11, 2013
-
-
Robert Klöfkorn authored
[[Imported from SVN: r1759]]
-
- Jan 10, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1758]]
-
- Jan 09, 2013
-
-
Markus Blatt authored
Improved it such that placement new is only called when necessary. [[Imported from SVN: r1757]]
-
Markus Blatt authored
[[Imported from SVN: r1756]]
-
Markus Blatt authored
[[Imported from SVN: r1755]]
-
Markus Blatt authored
Previously the two vectors are allocated in the first call to apply. These got resused in subsequent calls to apply and are deallocated in the destructor. Using the new mode these vectors are allocated at the beginning and deallocated at the end of each apply method. This allows using the same instance of superlu from different threads. Patch provided by Arne Morten Kvarving. I just added some more documemtation and a missing initialization. [[Imported from SVN: r1754]]
-
- Jan 01, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r1753]]
-
- Dec 18, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1749]]
-