Skip to content
Snippets Groups Projects
Commit f5e1bf08 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

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.
parent ddeb1637
Branches
Tags
1 merge request!7Feature/itemvalue
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment