Skip to content
Snippets Groups Projects
  1. Feb 20, 2013
    • Markus Blatt's avatar
      [Merge][CMake] Block revision r1587 · 3be41b28
      Markus Blatt authored
      Initial message was : Merged bugfix 1585 from trunk.
      
      [[Imported from SVN: r1809]]
      3be41b28
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1586 · 60875fe3
      Markus Blatt authored
      Revision  r1586
      .----------------------
      Use ParMETIS test.
      
      .----------------------
      
      
      [[Imported from SVN: r1808]]
      60875fe3
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1584 · bade75d9
      Markus Blatt authored
      Revision  r1584
      .----------------------
      Package configuration files and find_package use the regular dune
      modul name (lower case with dashes).
      
      These leads to kind of weired variabable names (dune-common_DIR,
      dune-common_LIBRARIES, etc.) but finds non-installes modules
      easier. You just sets CMAKE_PREFIX_PATH to the directory containing
      the modules.
      
      .----------------------
      
      
      [[Imported from SVN: r1807]]
      bade75d9
    • Markus Blatt's avatar
      [Merge][CMake] Block revision r1583 · ab7d062a
      Markus Blatt authored
      Initial message was : Merged revisions r1563 to r1582 from trunk to sync the branch.
      
      [[Imported from SVN: r1806]]
      ab7d062a
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1578 · 3391819c
      Markus Blatt authored
      Revision  r1578
      .----------------------
      Support using build trees in addition to installation trees. No need
      to install modules anymore.
      
      .----------------------
      
      
      [[Imported from SVN: r1805]]
      3391819c
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1577 · 510dca1d
      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]]
      510dca1d
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1576 · 71518914
      Markus Blatt authored
      Revision  r1576
      .----------------------
      Introduced dune-istl macros to find boost and fusion.
      example compiles with fusion.
      
      .----------------------
      
      
      [[Imported from SVN: r1803]]
      71518914
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1575 · 47e6a4b6
      Markus Blatt authored
      Revision  r1575
      .----------------------
      Build istl.pdf
      
      .----------------------
      
      
      [[Imported from SVN: r1802]]
      47e6a4b6
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1574 · 80d69208
      Markus Blatt authored
      Revision  r1574
      .----------------------
      Check whether latex is usable. If not, do not try to build the latex documents.
      
      .----------------------
      
      
      [[Imported from SVN: r1801]]
      80d69208
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1571 · e4a56e16
      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]]
      e4a56e16
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1564 · adf4f428
      Markus Blatt authored
      Revision  r1564
      .----------------------
      Added test. 
      Make test works now.
      
      .----------------------
      
      
      [[Imported from SVN: r1799]]
      adf4f428
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1563 · d0b60024
      Markus Blatt authored
      Revision  r1563
      .----------------------
      make build_tests runs smoothly now.
      
      [[Imported from SVN: r1798]]
      d0b60024
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1559 · 8a8dc297
      Markus Blatt authored
      Revision  r1559
      .----------------------
      Fixed filename.
      
      .----------------------
      
      
      [[Imported from SVN: r1797]]
      8a8dc297
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1558 · 260bc7b2
      Markus Blatt authored
      Revision  r1558
      .----------------------
      No need to install Doxyfile.
      make install runs through.
      
      .----------------------
      
      
      [[Imported from SVN: r1796]]
      260bc7b2
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1557 · de1b7c57
      Markus Blatt authored
      Revision  r1557
      .----------------------
      make all works.
      make doc works.
      
      .----------------------
      
      
      [[Imported from SVN: r1795]]
      de1b7c57
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1556 · 78a8306b
      Markus Blatt authored
      Revision  r1556
      .----------------------
      Rudimentary configure with cmake works. (No tests added yet, make is untested.)
      
      .----------------------
      
      
      [[Imported from SVN: r1794]]
      78a8306b
    • Markus Blatt's avatar
      [Merge][CMake] Merged revisions : 1555 · dea91d9b
      Markus Blatt authored
      Revision  r1555
      .----------------------
      Create branch for CMake integration
      .----------------------
      
      
      [[Imported from SVN: r1793]]
      dea91d9b
  2. Feb 15, 2013
  3. Feb 02, 2013
  4. Jan 31, 2013
  5. Jan 28, 2013
  6. Jan 27, 2013
  7. Jan 25, 2013
  8. Jan 23, 2013
  9. Jan 22, 2013
  10. Jan 21, 2013
  11. Jan 19, 2013
    • Markus Blatt's avatar
      Applied the following bugfix related patches from the trunk: · 93f2cf21
      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]]
      93f2cf21
  12. Jan 18, 2013
  13. Jan 11, 2013
  14. Jan 10, 2013
  15. Jan 09, 2013
Loading