Skip to content
Snippets Groups Projects
  1. Jan 20, 2019
    • Oliver Sander's avatar
      Move code into the generic template class SuperLU<M> · 96542556
      Oliver Sander authored
      Previously, all code was in the specialization of that class
      for BCRSMatrix<FieldMatrix>.  That was overly restrictive:
      most of the code does not actually rely on the precise type
      of the matrix.  As a first step towards allowing more general
      matrix type we move all the code into the general class.
      96542556
  2. 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
  3. Jan 15, 2019
  4. Dec 30, 2018
  5. Dec 29, 2018
  6. Dec 28, 2018
  7. 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
  8. Dec 17, 2018
  9. Dec 14, 2018
  10. Dec 12, 2018
  11. Dec 11, 2018
  12. Dec 10, 2018
Loading