www.mooseframework.org
Classes | Namespaces | Functions
FindContactPoint.h File Reference

Go to the source code of this file.

Classes

class  libMesh::FEGenericBase< OutputType >
 

Namespaces

 libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 
 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.
 

Functions

void Moose::findContactPoint (PenetrationInfo &p_info, FEBase *fe_elem, FEBase *fe_side, FEType &fe_side_type, const Point &secondary_point, bool start_with_centroid, const Real tangential_tolerance, bool &contact_point_on_side)
 Finds the closest point (called the contact point) on the primary_elem on side "side" to the secondary_point. More...
 
void Moose::restrictPointToFace (Point &p, const Elem *side, std::vector< const Node *> &off_edge_nodes)