DOLFIN-X
DOLFIN-X C++ interface
|
The class provides functions to quantify mesh quality. More...
#include <MeshQuality.h>
Static Public Member Functions | |
static std::array< double, 2 > | radius_ratio_min_max (const Mesh &mesh) |
Compute the minimum and maximum radius ratio of cells (for local rank only ) More... | |
static std::array< double, 6 > | dihedral_angles (const mesh::MeshEntity &cell) |
Get internal dihedral angles of a tetrahedral cell. | |
static std::array< double, 2 > | dihedral_angles_min_max (const Mesh &mesh) |
Get internal minimum and maximum dihedral angles of a 3D mesh. | |
static std::pair< std::vector< double >, std::vector< std::int64_t > > | dihedral_angle_histogram_data (const Mesh &mesh, int num_bins) |
Create (dihedral angles, number of cells) data for creating a histogram of dihedral. | |
The class provides functions to quantify mesh quality.
|
static |
Compute the minimum and maximum radius ratio of cells (for local rank only )
[in] | mesh | The mesh |