Skip to content
Snippets Groups Projects

Feature/algebra coverage

  1. Nov 04, 2020
  2. Nov 03, 2020
    • Stéphane Del Pino's avatar
      Add missing tests for CRSMatrix · 6b19154e
      Stéphane Del Pino authored
      Change a bit the interface to ensure that matrix structure cannot be
      modified once the matrix is built.
      
      Actually the interface of the underlying `Kokkos::StaticCrsGraph` is
      quite crappy, especially to prevent matrix changes.
      
      Replacing `Kokkos::StaticCrsGraph` class by an appropriate builtin one
      should be considered: one could then provide a better interface, and
      offer a better coupling with external linear algebra.  Also, this
      would reduce the direct dependency on Kokkos.
      6b19154e
Loading