AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
RangeSet.hpp File Reference

Basic API for an ordered set of entities in a simulation. More...

Classes

class  axom::slam::PositionSet< P, E >
 Alias template for an OrderedSet whose elements belong to a contiguous range \( \in [0,size) \). More...
 
class  axom::slam::GenericRangeSet< P, E, StridingPolicy, IndirectionPolicy, SubsettingPolicy >
 Models a set whose elements belong to a contiguous range \( \in [lowerIndex,upperIndex) \). More...
 
class  axom::slam::RangeSet< P, E >
 A specialization of GenericRangeSet with stride 1 and no indirection. More...
 

Namespaces

 axom
 
 axom::slam
 

Detailed Description

Basic API for an ordered set of entities in a simulation.