DOLFIN-X
DOLFIN-X C++ interface
|
40 static std::pair<std::vector<double>, std::vector<std::int64_t>>
Mesh data structures.
Definition: assemble_matrix_impl.h:29
The class provides functions to quantify mesh quality.
Definition: MeshQuality.h:20
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 )
A MeshEntity represents a mesh entity associated with a specific topological dimension of some Mesh....
Definition: MeshEntity.h:21
A Mesh consists of a set of connected and numbered mesh topological entities, and geometry data.
Definition: Mesh.h:46
static std::array< double, 6 > dihedral_angles(const mesh::MeshEntity &cell)
Get internal dihedral angles of a tetrahedral cell.
Definition: MeshQuality.cpp:19
static std::array< double, 2 > dihedral_angles_min_max(const Mesh &mesh)
Get internal minimum and maximum dihedral angles of a 3D mesh.
Definition: MeshQuality.cpp:58
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.
Definition: MeshQuality.cpp:83