https://mooseframework.inl.gov
Namespaces | Functions
MeshTraversingUtils.h File Reference

Go to the source code of this file.

Namespaces

 MeshTraversingUtils
 

Functions

bool MeshTraversingUtils::elementSubdomainIdInList (const Elem *const elem, const std::vector< subdomain_id_type > &subdomain_id_list)
 Determines whether the given element's subdomain id is in the given subdomain_id_list. More...
 
bool MeshTraversingUtils::normalsWithinTol (const Point &normal_1, const Point &normal_2, const Real tol)
 Determines whether two normal vectors are within normal_tol of each other. More...