Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
  2. Feb 26, 2020
  3. Feb 10, 2020
  4. Jan 29, 2020
  5. Jan 26, 2020
    • Markus Blatt's avatar
      [!350] Solver factory: correct naming scheme and typos · b7234114
      Markus Blatt authored
      Merge branch 'feature/solver-factory-naming-schemes' into 'master'
      
      ref:core/dune-istl Apply naming schemes to solver factory function, improve
      some internal variable names and correct some spelling and grammar mistakes.
      
      The most severe issue fixed:
      
      -   the functions default_preconditoner_BL_creator and
          default_preconditoner_creator didn't comply with the naming scheme and
          also had a spelling mistake: missing i in preconditoner.
      -   in the usage of registry_put the name didn't make it clear that it is a
          macro. Also the macro should definitely be prefixed with DUNE to avoid
          conflicts with other libraries -\> changed to DUNE_REGISTRY_PUT.
      
      @gruenich Should probably be fixed before the release 2.7 so we don't need to
      deprecate the names.
      
      See merge request [core/dune-istl!350]
      
        [core/dune-istl!350]: gitlab.dune-project.org/core/dune-istl/merge_requests/350
      b7234114
    • Markus Blatt's avatar
      [!357] [solver factory] configure coarsen criterion from the parameter tree · 9e71807e
      Markus Blatt authored
      Merge branch 'feature/factory-determine-amg-criterion' into 'master'
      
      ref:core/dune-istl Note that this changes the default criterion to the
      symmetric one that uses FirstDiagonal for computing strength of connection.
      Previously it was the unsymmetric one with rowSum.
      
      Note also that the new default will not work for complex.
      
      Closes [#85]
      
      See merge request [core/dune-istl!357]
      
        [#85]: gitlab.dune-project.org/NoneNone/issues/85
        [core/dune-istl!357]: gitlab.dune-project.org/core/dune-istl/merge_requests/357
      
      
      Closes #85
      9e71807e
    • Markus Blatt's avatar
      [solver factory] configure coarsen criterion from the parameter tree · 4612afd0
      Markus Blatt authored
      Note that this changes the default criterion to the symmetric one that
      uses FirstDiagonal for computing strength of connection. Previously it
      was the unsymmetric one with rowSum.
      
      Note also that the new default will not work for complex.
      4612afd0
  6. Jan 23, 2020
  7. Jan 21, 2020
  8. Jan 20, 2020
  9. Jan 19, 2020
  10. Jan 11, 2020
  11. Jan 10, 2020
  12. Dec 24, 2019
  13. Dec 20, 2019
Loading