A pair of adjacent triangles that the recombination algorithm can merge into one quadrilateral. More...
#include <TriToQuadConverter.h>
Public Attributes | |
| Real | eta |
| Quality score of the quadrilateral that the two triangles would form. | |
| dof_id_type | first_elem_id |
| Id of the lower numbered triangle of the pair. | |
| dof_id_type | second_elem_id |
| Id of the higher numbered triangle of the pair. | |
| std::array< dof_id_type, 4 > | quad_node_ids |
| Node ids of the quadrilateral, in counter-clockwise order. | |
A pair of adjacent triangles that the recombination algorithm can merge into one quadrilateral.
Definition at line 39 of file TriToQuadConverter.h.
| Real TriToQuadConverter::RecombineCandidate::eta |
Quality score of the quadrilateral that the two triangles would form.
Definition at line 42 of file TriToQuadConverter.h.
Referenced by TriToQuadConverter::buildCandidate().
| dof_id_type TriToQuadConverter::RecombineCandidate::first_elem_id |
Id of the lower numbered triangle of the pair.
Definition at line 44 of file TriToQuadConverter.h.
Referenced by TriToQuadConverter::buildCandidate().
| std::array<dof_id_type, 4> TriToQuadConverter::RecombineCandidate::quad_node_ids |
Node ids of the quadrilateral, in counter-clockwise order.
Definition at line 48 of file TriToQuadConverter.h.
Referenced by TriToQuadConverter::buildCandidate().
| dof_id_type TriToQuadConverter::RecombineCandidate::second_elem_id |
Id of the higher numbered triangle of the pair.
Definition at line 46 of file TriToQuadConverter.h.
Referenced by TriToQuadConverter::buildCandidate().