Intrepid2
|
Implementation of support for traversing component views alongside a view that represents a combination of those views; support is provided for rank-preserving, rank-increasing, and rank-reducing operations. More...
#include "Intrepid2_DeviceAssert.hpp"
#include "Intrepid2_ViewIterator.hpp"
#include "Kokkos_Vector.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | Intrepid2::TensorViewIterator< TensorViewType, ViewType1, ViewType2, ScalarType > |
A helper class that allows iteration over three Kokkos Views simultaneously, according to tensor combination rules: More... | |
Implementation of support for traversing component views alongside a view that represents a combination of those views; support is provided for rank-preserving, rank-increasing, and rank-reducing operations.
Definition in file Intrepid2_TensorViewIterator.hpp.