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

This file contains the class definition of Inlet's InletVector class, which wraps Primal's Vector class. More...

Classes

struct  axom::inlet::InletVector
 A wrapper over Primal's Vector3D that also includes dimension information. More...
 

Namespaces

 axom
 
 axom::inlet
 

Functions

bool axom::inlet::operator== (const InletVector &u, const InletVector &v)
 Compares two InletVectors. More...
 
std::ostream & axom::inlet::operator<< (std::ostream &os, const InletVector &v)
 "Prints" the vector to a stream More...
 

Detailed Description

This file contains the class definition of Inlet's InletVector class, which wraps Primal's Vector class.