Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.5.0 protected
    189297f5 · New release tag ·
    Version 0.5.0
    
    Lots of changes, here we mainly change release tag to mark the
    important change in mesh handling (using variant instead of interface)
  • v0.4.1 protected
    025627e6 · Create release 0.4.1 ·
    Revise clang-format choices
  • v0.4.0 protected
    e7ae3c8f · Change version to 0.4.0 ·
    New version (pastis is now pugs)
  • v0.3.0 protected
    cc4e19d5 · Release 0.3.0 ·
    Release: v0.3.0
    Release 0.3.0
    
    - add ItemValue and SubItemValuePerItem
    - add Array<T> to embed Kokkos::View
    - Kokkos mechanisms are now encapsulated
  • v0.2.0 protected
    a0d1c80f · Release 0.2.0 ·
    Release: v0.2.0
    Improved connectivity management
    
    - Connectivity uses a CRS approach
    - Definition of sub item values per items is generically available
  • v0.1.0 protected
    e74c3b64 · Releasing v0.1.0 ·
    Release: v0.1.0
    Glace scheme is functional for 1d, 2d and 3d calculations
  • Kidder
    Test avec Kidder pour etude convergence et erreur
  • v0.0.4 protected
    a90bed1f · Revision 0.0.4 ·
    Release: v0.0.4
    - clean-up in progress
    - trying to converge to a simple model
    - reorganized source tree
  • v0.0.3 protected
    6707abab · Revision 0.0.3 ·
    Release: v0.0.3
    First test using Kokkos and code improvements
    
    - Fixed git revision info
    - Removed cmake-modules (not used and potentially confusing)
    - Implemented 4 versions of the Acoustic solver -> learning Kokkos behavior
    - Added Backtrace infos (demangling C++ functions)
  • v0.0.2 protected
    840758fb · Rename cmake file ·
    Release: v0.0.2
    Git revision info, CLI11 and Rang
    
    CMake allows now to compute correctly pastis git revision info
    
    New subrepos
    - CLI11: command line interpreter
             (https://github.com/CLIUtils/CLI11)
    - Rang: colors in terminals
             (https://github.com/agauniyal/rang)
    - cmake-modules: bunch of cmake utilities
             (https://github.com/rpavlik/cmake-modules)
  • v0 protected
    83543336 · Let's start! ·
    Release: v0
    A beginning is a very delicate time...
  • v0.0.1 protected
    77fcd70d · Initial Kokkos usage. ·
    Release: v0.0.1
    Simplest kokkos plugging