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

Contains the BivariateMap class, a map for a BivariateSet. More...

#include "axom/slam/Map.hpp"
#include "axom/slam/Relation.hpp"
#include "axom/slam/BivariateSet.hpp"
#include "axom/slam/SubMap.hpp"
#include "axom/slam/Set.hpp"
#include "axom/slam/policies/StridePolicies.hpp"
#include "axom/slam/policies/PolicyTraits.hpp"
#include <cassert>
#include <typeinfo>

Classes

class  axom::slam::BivariateMap< T, BSet, IndPol, StrPol, IfacePol >
 A Map for BivariateSet. It associates a constant number of values to every element in a BivariateSet (as determined by StridePolicy). More...
 
class  axom::slam::BivariateMap< T, BSet, IndPol, StrPol, IfacePol >::FlatIterator< Const >
 
class  axom::slam::BivariateMap< T, BSet, IndPol, StrPol, IfacePol >::RangeIterator< Const >
 An iterator type for a BivariateMap, iterating over elements in an associated BivariateSet. More...
 

Namespaces

 axom
 
 axom::slam
 

Detailed Description

Contains the BivariateMap class, a map for a BivariateSet.