Skip to content
Snippets Groups Projects
  1. Oct 30, 2018
  2. Oct 25, 2018
  3. Oct 08, 2018
  4. Oct 01, 2018
  5. Sep 21, 2018
  6. Sep 20, 2018
  7. Sep 19, 2018
    • Stéphane Del Pino's avatar
      Improve code build info · 76999127
      Stéphane Del Pino authored
      Now indicated build options, compiler and enabled Kokkos devices in execution
      preamble
      76999127
    • Stéphane Del Pino's avatar
      Release 0.3.0 · cc4e19d5
      Stéphane Del Pino authored
      - Define ItemValue
        allow to define generic arrays defined on connectivity items
        data is accessible through item identifier (avoids confusion e.g. calling cell
        data using a node index). Cannot use integer indices to access data.
      
      - SubItemValuePerItem is now indexed by item identifier
      
      - Introduce Array<T> which encapsulates Kokkos::View<T*>
        Array replace Kokkos::View when ItemValue cannot be used (not data per item)
        ItemValue internally uses Array
      
      - ReduceMin and ReduceMax are defined as generic class-functions operating on
        arrays (which must honor .size() and ::data_type).
        Casts to the type of the content of the array to obtained reduced value.
      
      - Encapsulate as many Kokkos feature as possible
      
      - Code clean-up
        'typedef' is replaced by the cleaner 'using' type aliasing
  8. Sep 18, 2018
  9. Sep 17, 2018
  10. Sep 12, 2018
  11. Sep 11, 2018
  12. Sep 10, 2018
  13. Sep 07, 2018
  14. Sep 06, 2018
Loading