Go to the source code of this file.
|
| TEST (NumericsTest, computeOrthogonalDirections_x_aligned) |
|
| TEST (NumericsTest, computeOrthogonalDirections_skew) |
|
◆ TEST() [1/2]
TEST |
( |
NumericsTest |
, |
|
|
computeOrthogonalDirections_x_aligned |
|
|
) |
| |
Definition at line 16 of file TestTHMUtils.C.
auto norm() const -> decltype(std::norm(Real()))
bool absoluteFuzzyEqual(const T &var1, const T2 &var2, const T3 &tol=libMesh::TOLERANCE *libMesh::TOLERANCE)
void computeOrthogonalDirections(const RealVectorValue &n_unnormalized, RealVectorValue &t1, RealVectorValue &t2)
Computes two unit vectors orthogonal to the given vector.
◆ TEST() [2/2]
TEST |
( |
NumericsTest |
, |
|
|
computeOrthogonalDirections_skew |
|
|
) |
| |
Definition at line 29 of file TestTHMUtils.C.
auto norm() const -> decltype(std::norm(Real()))
bool absoluteFuzzyEqual(const T &var1, const T2 &var2, const T3 &tol=libMesh::TOLERANCE *libMesh::TOLERANCE)
void computeOrthogonalDirections(const RealVectorValue &n_unnormalized, RealVectorValue &t1, RealVectorValue &t2)
Computes two unit vectors orthogonal to the given vector.