https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Attributes | List of all members
TriToQuadConverter::RecombineCandidate Struct Reference

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.
 

Detailed Description

A pair of adjacent triangles that the recombination algorithm can merge into one quadrilateral.

Definition at line 39 of file TriToQuadConverter.h.

Member Data Documentation

◆ eta

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().

◆ first_elem_id

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().

◆ quad_node_ids

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().

◆ second_elem_id

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().


The documentation for this struct was generated from the following file: