Intrepid2
Classes
Intrepid2_ViewIterator.hpp File Reference

Iterator allows linear traversal of (part of) a Kokkos View in a manner that is agnostic to its rank. More...

Go to the source code of this file.

Classes

class  Intrepid2::ViewIterator< ViewType, ScalarType >
 A helper class that allows iteration over some part of a Kokkos View, while allowing the calling code to remain agnostic as to the rank of the view. More...
 

Detailed Description

Iterator allows linear traversal of (part of) a Kokkos View in a manner that is agnostic to its rank.

Author
Created by N.V. Roberts.

Definition in file Intrepid2_ViewIterator.hpp.