Skip to content
Snippets Groups Projects
  1. Jan 22, 2019
  2. Jan 20, 2019
  3. Jan 19, 2019
    • Oliver Sander's avatar
      [SuperLU] Fix incorrect column size · 883d8a2f
      Oliver Sander authored
      In the debug output, 'n' was used for the number of matrix columns.
      However, 'n' is the number of columns of the FieldMatrix objects
      that serve as matrix entries.
      883d8a2f
  4. Jan 15, 2019
  5. Dec 30, 2018
  6. Dec 29, 2018
  7. Dec 28, 2018
  8. 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
  9. Dec 17, 2018
  10. Dec 14, 2018
  11. Dec 12, 2018
  12. Dec 11, 2018
Loading