Go to the source code of this file.
Namespaces | |
| Moose | |
| MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found. | |
| Moose::Mortar | |
Typedefs | |
| typedef DualNumber< Real, NumberArray< 2, Real > > | Dual2 |
Functions | |
| std::vector< unsigned int > | Moose::Mortar::getMortarSubElementNodeIndices (const Elem &parent_elem, unsigned int sub_elem) |
| Return the node indices for a first-order sub-element of a parent face. More... | |
| void | Moose::Mortar::mapQPoints3dFromReference (const Elem &mortar_segment_elem, const MortarSegmentReferencePoints &reference_points, const QBase &qrule_msm, std::vector< Point > &secondary_q_pts, std::vector< Point > &primary_q_pts) |
| 3D mapping operator that interpolates stored parent reference points on each triangular mortar segment. More... | |
| void | Moose::Mortar::projectQPoints3d (const Elem *msm_elem, const Elem *primal_elem, unsigned int sub_elem_index, const QBase &qrule_msm, std::vector< Point > &q_pts) |
| 3D projection operator for mapping qpoints on mortar segments to secondary or primary elements More... | |
Definition at line 20 of file MortarUtils.C.
1.8.14