Parent-face reference coordinates associated with the vertices of one triangular mortar segment. More...
#include <AutomaticMortarGeneration.h>
Public Attributes | |
| std::array< Point, 3 > | secondary_reference_points |
| std::array< Point, 3 > | primary_reference_points |
Parent-face reference coordinates associated with the vertices of one triangular mortar segment.
Definition at line 58 of file AutomaticMortarGeneration.h.
| std::array<Point, 3> MortarSegmentReferencePoints::primary_reference_points |
Definition at line 61 of file AutomaticMortarGeneration.h.
Referenced by Moose::Mortar::mapQPoints3dFromReference().
| std::array<Point, 3> MortarSegmentReferencePoints::secondary_reference_points |
Definition at line 60 of file AutomaticMortarGeneration.h.
Referenced by Moose::Mortar::mapQPoints3dFromReference().
1.8.14