Skip to content
Snippets Groups Projects
  1. Jul 06, 2021
  2. Sep 11, 2020
  3. Mar 11, 2019
  4. Mar 01, 2019
  5. Jan 09, 2019
  6. Jan 03, 2019
  7. Dec 08, 2018
  8. Dec 07, 2018
  9. Dec 06, 2018
  10. Nov 27, 2018
    • Ansgar Burchardt's avatar
      FindAdolc.cmake: add ADOLC_ROOT variable · b1d25f07
      Ansgar Burchardt authored
      This matches how to specify search directories for optional
      dependencies in DUNE's core modules.
      b1d25f07
    • Ansgar Burchardt's avatar
      do not catch polymorphic type by value · f5b054a4
      Ansgar Burchardt authored
      This addresses the following compiler warnings from GCC:
      
      ```
      ../dune/fufem/test/refinedsimplexgeometrytest.cc:74:37: warning:
      catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=]
      
      ../dune/fufem/test/refinedsimplexgeometrytest.cc:103:37: warning:
      catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=]
      
      ../dune/fufem/test/refinedsimplexgeometrytest.cc:136:37: warning:
      catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=]
      
      ../dune/fufem/test/refinedsimplexgeometrytest.cc:151:37: warning:
      catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=]
      
      ../dune/fufem/test/dunepythontest.cc:183:32: warning:
      catching polymorphic type ‘class Dune::Exception’ by value [-Wcatch-value=]
      ```
      f5b054a4
  11. Nov 14, 2018
  12. Oct 23, 2018
  13. Oct 19, 2018
    • Patrick Jaap's avatar
      Assembler for global basis transfer matrices · 66a8b073
      Patrick Jaap authored
      The method assembles the transfer matrx between fine and coarse grids.
      Assumptions are
       - the grids are related but not necessarily direct descendants
       - the global dune-functions basis are scalar, i.e., leaf nodes in the basis tree
      
      For evaluating local functions on other geometries a small wrapper is written.
      For chaining sequencial father geometries another small wrapper is written.
      
      Two unit tests:
      - first, test wether the transfermatrix interpolates coefficients from corase to fine
        for lagrange basis
      - second, test wether a jump over two grid levels can be reproduced by two simple transfers
      66a8b073
  14. Oct 10, 2018
  15. Oct 08, 2018
  16. Oct 01, 2018
  17. Sep 28, 2018
  18. Sep 13, 2018
  19. Sep 06, 2018
  20. Sep 05, 2018
Loading