Go to the source code of this file.
Classes | |
| class | TriToQuadConverter |
| This TriToQuadConverter object converts a mesh made of TRI3 elements into a mesh made of QUAD4 elements, either by splitting every triangle into three quadrilaterals or by merging pairs of adjacent triangles into quadrilaterals. More... | |
| struct | TriToQuadConverter::RecombineCandidate |
| A pair of adjacent triangles that the recombination algorithm can merge into one quadrilateral. More... | |