-
- Downloads
Make a bunch of clean-up
- SubItemArrayPerItem now uses Table instead of SubView - Table's row views can be accessed only through operator[] - Removed Table::row() and Table::column(). To implement the later one require a bunch of rework since the Kokkos::View layout changes for this subview (which is not supported in pugs' Array's - Add tests for Table
parent
1a0c91f6
No related branches found
No related tags found
This commit is part of merge request !85. Comments created here will be created in the context of that merge request.
Showing
- src/mesh/ItemArray.hpp 1 addition, 1 deletionsrc/mesh/ItemArray.hpp
- src/mesh/SubItemArrayPerItem.hpp 33 additions, 76 deletionssrc/mesh/SubItemArrayPerItem.hpp
- src/utils/Table.hpp 30 additions, 12 deletionssrc/utils/Table.hpp
- tests/CMakeLists.txt 1 addition, 1 deletiontests/CMakeLists.txt
- tests/test_SubItemArrayPerItem.cpp 159 additions, 115 deletionstests/test_SubItemArrayPerItem.cpp
- tests/test_Table.cpp 171 additions, 0 deletionstests/test_Table.cpp
Loading
Please register or sign in to comment