-
- Downloads
Merge branch 'feature/mdspan' into 'master'
Add implementation of span, mdspan and mdarray See merge request !1334
No related branches found
No related tags found
Pipeline #70700 waiting for manual action
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Showing
- CHANGELOG.md 3 additions, 0 deletionsCHANGELOG.md
- dune/common/std/CMakeLists.txt 13 additions, 2 deletionsdune/common/std/CMakeLists.txt
- dune/common/std/default_accessor.hh 56 additions, 0 deletionsdune/common/std/default_accessor.hh
- dune/common/std/extents.hh 263 additions, 0 deletionsdune/common/std/extents.hh
- dune/common/std/impl/CMakeLists.txt 7 additions, 0 deletionsdune/common/std/impl/CMakeLists.txt
- dune/common/std/impl/containerconstructiontraits.hh 62 additions, 0 deletionsdune/common/std/impl/containerconstructiontraits.hh
- dune/common/std/impl/fwd_layouts.hh 47 additions, 0 deletionsdune/common/std/impl/fwd_layouts.hh
- dune/common/std/layout_left.hh 143 additions, 0 deletionsdune/common/std/layout_left.hh
- dune/common/std/layout_right.hh 141 additions, 0 deletionsdune/common/std/layout_right.hh
- dune/common/std/layout_stride.hh 193 additions, 0 deletionsdune/common/std/layout_stride.hh
- dune/common/std/mdarray.hh 665 additions, 0 deletionsdune/common/std/mdarray.hh
- dune/common/std/mdspan.hh 385 additions, 0 deletionsdune/common/std/mdspan.hh
- dune/common/std/memory.hh 56 additions, 0 deletionsdune/common/std/memory.hh
- dune/common/std/span.hh 453 additions, 0 deletionsdune/common/std/span.hh
- dune/common/std/test/CMakeLists.txt 26 additions, 0 deletionsdune/common/std/test/CMakeLists.txt
- dune/common/std/test/accessorstest.cc 47 additions, 0 deletionsdune/common/std/test/accessorstest.cc
- dune/common/std/test/extentstest.cc 100 additions, 0 deletionsdune/common/std/test/extentstest.cc
- dune/common/std/test/mappingtest.cc 141 additions, 0 deletionsdune/common/std/test/mappingtest.cc
- dune/common/std/test/mdarraytest.cc 143 additions, 0 deletionsdune/common/std/test/mdarraytest.cc
- dune/common/std/test/mdspantest.cc 130 additions, 0 deletionsdune/common/std/test/mdspantest.cc
Loading
Please register or sign in to comment