Skip to content
Snippets Groups Projects
  1. Dec 28, 2018
  2. Dec 19, 2018
    • Oliver Sander's avatar
      [!264] Implement ILU and ILDL preconditioners for scalar matrix entries · ab28696c
      Oliver Sander authored
      Merge branch 'implement-ilu-double' into 'master'
      
      ref:core/dune-istl This merge request shifts to a new implementation strategy:
      There are methods toVector and toMatrix now that interpret scalars as
      FieldVector or FieldMatrix objects, respectively. That allows to get rid of
      the Hybrid::ifElse pattern, which is legible but longer.
      
      See merge request [!264]
      
        [!264]: gitlab.dune-project.org/core/dune-istl/merge_requests/264
      ab28696c
  3. Dec 17, 2018
  4. Dec 14, 2018
  5. Dec 12, 2018
  6. Dec 11, 2018
  7. Dec 10, 2018
  8. Dec 06, 2018
    • Steffen Müthing's avatar
      [!250] Fix VariableBlockVector's CreateIterator · a7db0489
      Steffen Müthing authored
      Merge branch 'bugfix/fix-vbv-create-iterator' into 'master'
      
      ref:core/dune-istl When the postfix increment operator is used, block sizes
      will not be set properly, see [#56].
      
      This implementation places the allocation into the destructor of the iterator.
      
      It does not need additional structures.
      
      This MR also fixes the test for interoperability with STL algorithms: As the
      CreateIterator is only an output iterator, use std::fill_n() instead of
      std::fill().
      
      See [!249]. Fixes [#56].
      
      See merge request [!250]
      
        [#56]: gitlab.dune-project.org/NoneNone/issues/56
        [!249]: gitlab.dune-project.org/NoneNone/merge_requests/249
        [!250]: gitlab.dune-project.org/core/dune-istl/merge_requests/250
      
      
      Closes #56
      a7db0489
    • Steffen Müthing's avatar
      Revert changes to block vector window · 142e570a
      Steffen Müthing authored
      142e570a
Loading