Skip to content
Snippets Groups Projects
  1. Dec 28, 2018
    • Oliver Sander's avatar
      writeMatrixToMatlabHelper: end recursion at number types · 94964977
      Oliver Sander authored
      Previously, there was a list of special matrix types that ended
      the recursion (FieldMatrix, DiagonalMatrix, etc.).  Simply
      ending the recursion at number types simplifies the code
      considerably, and allows to write matrices like BCRSMatrix<double>
      and such.
      94964977
    • Oliver Sander's avatar
      Use 'auto' type deduction for matrix rows · 4bb33591
      Oliver Sander authored
      This allows to call writeMatrixToMatlabHelper for matrix types
      that do not actually implement true matrix rows, such as
      DiagonalMatrix and ScaledIdentityMatrix.
      4bb33591
  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
Loading