https://mooseframework.inl.gov
Namespaces | Typedefs | Functions
MortarUtils.C File Reference

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

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

Typedef Documentation

◆ Dual2

typedef DualNumber<Real, NumberArray<2, Real> > Dual2

Definition at line 19 of file MortarUtils.C.