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

Classes

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

Namespaces

 axom
 
 axom::primal
 

Functions

template<typename T , int NDIMS>
std::ostream & axom::primal::operator<< (std::ostream &os, const Quadrilateral< T, NDIMS > &quad)
 Overloaded output operator for quadrilaterals. More...