1. 15 May, 2015 1 commit
    • Steffen Müthing's avatar
      Merge branch 'feature/using-structured-grid-factory' into 'master' · 4bd02e32
      Steffen Müthing authored
      Major cleanup
      
      Originally this branch was intended to only integrate dune-alugrid
      support, but it ended up in major cleanup. It now features:
      
      * dune-alugrid is used everywhere
      * StructuredGridFactory is used instead of
        src/utility/gridexamples.hh
      * Some tabs in the white space disappeared
      * All changes are compliant with cmake, esp. those that require
        files in the build directory
      * The mimetic code has been removed
      * All applications have been successfully run with all grid
        managers
      
      This branch is only intended to make everything work with cmake and
      dune-alugrid. I have seen hundreds of things which could be
      changed/improved while working on it...
      
      Fixes #1.
      
      See merge request !1
      4bd02e32
  2. 14 May, 2015 1 commit
  3. 12 May, 2015 3 commits
  4. 11 May, 2015 2 commits
  5. 08 May, 2015 1 commit
  6. 03 May, 2015 1 commit
  7. 22 Mar, 2015 1 commit
  8. 20 Mar, 2015 1 commit
  9. 23 Feb, 2015 1 commit
    • Jö Fahlke's avatar
      [dune-course-2015] Work around a weird problem when compiling with · 15e411d8
      Jö Fahlke authored
      latex-beamer for the Heidelberg Dune Course 2015:
      
      ERROR: Undefined control sequence.
      
      --- TeX said ---
      l.983 \paragraph
                      {Vertex-centered Finite Volumes}
      --- HELP ---
      TeX encountered an unknown command name. You probably misspelled the
      name. If this message occurs when a LaTeX command is being processed,
      the command is probably in the wrong place---for example, the error
      can be produced by an \item command that's not inside a list-making
      environment. The error can also be caused by a missing \documentclass
      command.
      15e411d8
  10. 11 Feb, 2015 4 commits
  11. 23 Jan, 2015 3 commits
  12. 12 Sep, 2014 1 commit
    • Markus Blatt's avatar
      [bugfix] Added missing header for cgstokes. · d440c5f8
      Markus Blatt authored
      When compiling the pdelab-howto, I got the error:
      
      /home/mblatt/src/dune/current/dune-pdelab-howto/src/navier-stokes/cgstokes.cc: In function ‘void navierstokes(const GV&, std::string, const PRM&, V_FEM&, P_FEM&, IF&)’:
      /home/mblatt/src/dune/current/dune-pdelab-howto/src/navier-stokes/cgstokes.cc:149:3: error: ‘Newton’ is not a member of ‘Dune::PDELab’
      
      The header newton.hh was never included which is fixed with this
      commit. Seems kind of weired that nobody has noticed this. Must be my
      aura ;)
      d440c5f8
  13. 23 Jul, 2014 4 commits
  14. 18 Jul, 2014 3 commits
  15. 30 Jun, 2014 1 commit
  16. 25 Jun, 2014 3 commits
    • Steffen Müthing's avatar
      Merge branch 'releases/2.0' · 0eadb071
      Steffen Müthing authored
      Pull in fixes from release branch
      
      * releases/2.0:
        [Release] Update version information and release notes for 2.0.0
        [Documentation] Mention dune-typetree source package download location
        [Buildsystem] Clean up build in boilerplateturial
        [Boilerplate] Make sure to use correct geometry type for all grids
        [Git] Add build-cmake to .gitignore.
        [Documentation] Remove unecessary LaTeX packages.
        [Documentation] Fix introduction of 2.0 release in RELEASE_NOTES
        [Documentation] Update release notes and bump version to 2.0.0-rc2
        [Dependencies] Bump version requirements of the core modules to 2.3.1
        [Documentation] Remove notice to use the release branch of the core modules - 2.3.1 has been released
        [Cleanup] Fix trailing whitespace in Howto TeX files
        [Howto] Fix compilation problem in beamer mode
        [Bugfix][Howto] Work around abug in the interaction between KOMAScript and headings
        [Howto] Fix warnings about deprecated LaTeX macros
        [Release] Update version information for dune-pdelab-howto 2.0.0-rc1
      
      Conflicts:
      	README
      	dune.module
      0eadb071
    • Steffen Müthing's avatar
    • Steffen Müthing's avatar
  17. 24 Jun, 2014 2 commits
  18. 22 Jun, 2014 2 commits
  19. 20 Jun, 2014 1 commit
  20. 19 Jun, 2014 3 commits
  21. 06 Jun, 2014 1 commit