PTEMS  0.1.0-dev+git.81fd0e4
PolyTopic Element Method Solver
ptems::FEFace< DIM > Class Template Reference

Related Functions

(Note that these are not member functions.)

template<std::size_t DIM>
bool operator== (const FEFace< DIM > &lhs, const FEFace< DIM > &rhs)
 Checks if the specified faces are equal (has same vertices), even if vertices are in different order (e.g., Normal() may be different). More...
 
template<std::size_t DIM>
bool operator== (const PFEFace< DIM > &lhs, const PFEFace< DIM > &rhs)
 Checks if the specified faces are equal (has same vertices), even if vertices are in different order (e.g., Normal() may be different). More...
 
template<std::size_t DIM>
bool operator!= (const FEFace< DIM > &lhs, const FEFace< DIM > &rhs)
 Checks if the specified faces are not equal (does not have same vertices) More...
 
template<std::size_t DIM>
bool operator!= (const PFEFace< DIM > &lhs, const PFEFace< DIM > &rhs)
 Checks if the specified faces are not equal (does not have same vertices) More...
 

Friends And Related Function Documentation

◆ operator!=() [1/2]

template<std::size_t DIM>
bool operator!= ( const FEFace< DIM > &  lhs,
const FEFace< DIM > &  rhs 
)
related

Checks if the specified faces are not equal (does not have same vertices)

Template Parameters
DIMThe dimension of the space the finite element mesh is defined on
Parameters
lhsThe left face to compare
rhsThe right face to compare
Returns
false if the faces represent the same face, regardless of orientation; true otherwise

◆ operator!=() [2/2]

template<std::size_t DIM>
bool operator!= ( const PFEFace< DIM > &  lhs,
const PFEFace< DIM > &  rhs 
)
related

Checks if the specified faces are not equal (does not have same vertices)

Template Parameters
DIMThe dimension of the space the finite element mesh is defined on
Parameters
lhsThe left face to compare
rhsThe right face to compare
Returns
false if the faces represent the same face, regardless of orientation; true otherwise

◆ operator==() [1/2]

template<std::size_t DIM>
bool operator== ( const FEFace< DIM > &  lhs,
const FEFace< DIM > &  rhs 
)
related

Checks if the specified faces are equal (has same vertices), even if vertices are in different order (e.g., Normal() may be different).

Template Parameters
DIMThe dimension of the space the finite element mesh is defined on
Parameters
lhsThe left face to compare
rhsThe right face to compare
Returns
true if the faces represent the same face, regardless of orientation; false otherwise

◆ operator==() [2/2]

template<std::size_t DIM>
bool operator== ( const PFEFace< DIM > &  lhs,
const PFEFace< DIM > &  rhs 
)
related

Checks if the specified faces are equal (has same vertices), even if vertices are in different order (e.g., Normal() may be different).

Template Parameters
DIMThe dimension of the space the finite element mesh is defined on
Parameters
lhsThe left face to compare
rhsThe right face to compare
Returns
true if the faces represent the same face, regardless of orientation; false otherwise

The documentation for this class was generated from the following file: