-
- Downloads
Replace remaining Kokkos::View<T*> by Array<T>
- Remaining Kokkos::View where not related to item or sub-item values - SubItemValuePerItem now use Array internally - SubItemValuePerItem<const T>(connectivity) is now invalid since allocated data is constant. SubItemValuePerItem<const T> is to be used as a view of SubItemValuePerItem<T>, which can be initialized properly.
Showing
- src/mesh/GmshReader.cpp 23 additions, 29 deletionssrc/mesh/GmshReader.cpp
- src/mesh/GmshReader.hpp 8 additions, 8 deletionssrc/mesh/GmshReader.hpp
- src/mesh/ItemValue.hpp 2 additions, 1 deletionsrc/mesh/ItemValue.hpp
- src/mesh/MeshNodeBoundary.hpp 12 additions, 12 deletionssrc/mesh/MeshNodeBoundary.hpp
- src/mesh/RefFaceList.hpp 4 additions, 4 deletionssrc/mesh/RefFaceList.hpp
- src/mesh/RefNodeList.hpp 4 additions, 4 deletionssrc/mesh/RefNodeList.hpp
- src/mesh/SubItemValuePerItem.hpp 11 additions, 6 deletionssrc/mesh/SubItemValuePerItem.hpp
- src/scheme/BoundaryCondition.hpp 9 additions, 8 deletionssrc/scheme/BoundaryCondition.hpp
- src/utils/Array.hpp 8 additions, 1 deletionsrc/utils/Array.hpp
Loading
Please register or sign in to comment