https://mooseframework.inl.gov
Public Attributes | List of all members
MortarSegmentHelper::ReferenceMappingData Struct Reference

Output containers and filtering data used while generating reference-coordinate mappings. More...

Public Attributes

const std::vector< Point > & primary_reference_points
 
std::vector< std::array< Point, 3 > > & elem_to_secondary_reference_points
 
std::vector< std::array< Point, 3 > > & elem_to_primary_reference_points
 
Real minimum_segment_area
 

Detailed Description

Output containers and filtering data used while generating reference-coordinate mappings.

Definition at line 154 of file MortarSegmentHelper.h.

Member Data Documentation

◆ elem_to_primary_reference_points

std::vector<std::array<Point, 3> >& MortarSegmentHelper::ReferenceMappingData::elem_to_primary_reference_points

Definition at line 158 of file MortarSegmentHelper.h.

Referenced by MortarSegmentHelper::getMortarSegmentsImpl().

◆ elem_to_secondary_reference_points

std::vector<std::array<Point, 3> >& MortarSegmentHelper::ReferenceMappingData::elem_to_secondary_reference_points

Definition at line 157 of file MortarSegmentHelper.h.

Referenced by MortarSegmentHelper::getMortarSegmentsImpl().

◆ minimum_segment_area

Real MortarSegmentHelper::ReferenceMappingData::minimum_segment_area

Definition at line 159 of file MortarSegmentHelper.h.

Referenced by MortarSegmentHelper::getMortarSegmentsImpl().

◆ primary_reference_points

const std::vector<Point>& MortarSegmentHelper::ReferenceMappingData::primary_reference_points

Definition at line 156 of file MortarSegmentHelper.h.

Referenced by MortarSegmentHelper::getMortarSegmentsImpl().


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