|
DOLFIN-X
DOLFIN-X C++ interface
|
This class implements geometric predicates, i.e. function that return either true or false. More...
#include <GeometryPredicates.h>
Static Public Member Functions | |
| static bool | is_degenerate (const std::vector< Eigen::Vector3d > &simplex, std::size_t gdim) |
| Check whether simplex is degenerate. | |
| static bool | is_degenerate_2d (const std::vector< Eigen::Vector3d > &simplex) |
| Check whether simplex is degenerate (2D version) | |
| static bool | is_degenerate_3d (const std::vector< Eigen::Vector3d > &simplex) |
| Check whether simplex is degenerate (3D version) | |
| static bool | is_finite (const std::vector< Eigen::Vector3d > &simplex) |
| Check whether simplex is finite (not Inf or NaN) | |
| static bool | is_finite (const std::vector< double > &simplex) |
| Check whether simplex is finite (not Inf or NaN) | |
| static bool | convex_hull_is_degenerate (const std::vector< Eigen::Vector3d > &p, std::size_t gdim) |
| Check whether the convex hull is degenerate. | |
This class implements geometric predicates, i.e. function that return either true or false.
1.8.17