AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
Tetrahedron.hpp File Reference
#include "axom/core.hpp"
#include "axom/primal/constants.hpp"
#include "axom/primal/geometry/NumericArray.hpp"
#include "axom/primal/geometry/Point.hpp"
#include "axom/primal/geometry/Vector.hpp"
#include "axom/primal/geometry/Sphere.hpp"
#include "axom/slic/interface/slic.hpp"
#include "axom/fmt.hpp"
#include <ostream>

Classes

class  axom::primal::Tetrahedron< T, NDIMS >
 Represents a tetrahedral geometric shape defined by four points. More...
 
struct  axom::fmt::formatter< axom::primal::Tetrahedron< T, NDIMS > >
 Overload to format a primal::Tetrahedron using fmt. More...
 

Namespaces

 axom
 
 axom::primal
 

Functions

template<typename T , int NDIMS>
std::ostream & axom::primal::operator<< (std::ostream &os, const Tetrahedron< T, NDIMS > &tet)
 Free functions implementing Tetrahedron's operators. More...