Intrepid2
Classes
Intrepid2_TensorViewIterator.hpp File Reference

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...
 

Detailed Description

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.

Author
Created by N.V. Roberts.

Definition in file Intrepid2_TensorViewIterator.hpp.