|
(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...
|
|
◆ 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
-
DIM | The dimension of the space the finite element mesh is defined on |
- Parameters
-
lhs | The left face to compare |
rhs | The 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
-
DIM | The dimension of the space the finite element mesh is defined on |
- Parameters
-
lhs | The left face to compare |
rhs | The 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
-
DIM | The dimension of the space the finite element mesh is defined on |
- Parameters
-
lhs | The left face to compare |
rhs | The 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
-
DIM | The dimension of the space the finite element mesh is defined on |
- Parameters
-
lhs | The left face to compare |
rhs | The 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: