Go to the source code of this file.
|
| 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.
|
|
|
void | Moose::findContactPoint (PenetrationInfo &p_info, FEBase *fe_elem, FEBase *fe_side, FEType &, const libMesh::Point &secondary_point, bool start_with_centroid, const Real tangential_tolerance, bool &contact_point_on_side, bool &search_succeeded) |
| Finds the closest point (called the contact point) on the primary_elem on side "side" to the secondary_point. More...
|
|
void | Moose::restrictPointToFace (libMesh::Point &p, const libMesh::Elem *side, std::vector< const libMesh::Node *> &off_edge_nodes) |
|