Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.5.2
    3909b19f · Release version 0.5.2. ·
    Version 0.5.2
    
    This release adds some performance improvements that lead to a 30%
    runtime reduction for the example from Felix' dissertation.
  • v0.5.1
    1b51cacb · Release version 0.5.1. ·
    Version 0.5.1
    
    This is a maintenance release to make sure that dune-dpg still builds
    against versions 2.7 to 2.9 of the Dune core modules.
  • v0.5
    9d55d8ee · release version 0.5 ·
    Version 0.5
    
    This is a maintainance release that makes dune-dpg compatible with
    versions 2.7 and 2.8 of the Dune core modules. It also modernizes some
    of our code by using features from C++ 17 like if constexpr and
    structured bindings.
  • v0.4.3
    7b30bc1a · release version 0.4.3 ·
    Version 0.4.3
    
    This is a maintenance release that makes dune-dpg compatible with the
    2.7 release of the Dune core modules. Additionally all Python scripts
    have been ported to Python 3.
    
  • v0.4.2
    a1f2a295 · release version 0.4.2 ·
    Version 0.4.2
    
    This is a bugfix release that fixes some problems with the ASTI plotting
    scripts.
    
  • v0.4
    97f44b08 · release version 0.4 ·
    Version 0.4
    
    The main novelty in this version is the Adaptive Source Term Iteration
    algorithm as described in our paper "An Adaptive Nested Source Term
    Iteration for Radiative Transfer Equations",
    https://arxiv.org/abs/1810.07035v1
    
    This is the version used to generate the numerical results of Felix’
    doctoral thesis.
    
  • v0.3
    Version 0.3
    
  • v0.2.1
    Version 0.2.1
    
    This release lowers the Boost requirements to version 1.56 and
    introduces some more improvements to the INSTALL instructions.
    
  • v0.2
    4887a7a9 · update TODO ·
    Version 0.2
    
    This release drastically reduces the time needed to assemble the DPG
    system by using techniques from Nathan Roberts’ Camellia paper.
    
  • v0.1.1
    Version 0.1.1, compatible with Dune 2.4.1
    
  • v0.1
    Version 0.1, submitted to ANS