Functions | |
void | checkNonConformalMesh (const std::unique_ptr< libMesh::MeshBase > &mesh, const ConsoleStream &console, const unsigned int num_outputs, const Real conformality_tol, unsigned int &num_nonconformal_nodes) |
bool | checkFirstOrderEdgeOverlap (const Elem &edge1, const Elem &edge2, Point &intersection_point, const Real intersection_tol) |
void | checkNonConformalMesh (const std::unique_ptr< MeshBase > &mesh, const ConsoleStream &console, const unsigned int num_outputs, const Real conformality_tol, unsigned int &num_nonconformal_nodes) |
bool MeshBaseDiagnosticsUtils::checkFirstOrderEdgeOverlap | ( | const Elem & | edge1, |
const Elem & | edge2, | ||
Point & | intersection_point, | ||
const Real | intersection_tol | ||
) |
Definition at line 72 of file MeshBaseDiagnosticsUtils.C.
Referenced by MeshDiagnosticsGenerator::checkNonMatchingEdges().
void MeshBaseDiagnosticsUtils::checkNonConformalMesh | ( | const std::unique_ptr< libMesh::MeshBase > & | mesh, |
const ConsoleStream & | console, | ||
const unsigned int | num_outputs, | ||
const Real | conformality_tol, | ||
unsigned int & | num_nonconformal_nodes | ||
) |
Referenced by MeshDiagnosticsGenerator::checkNonConformalMesh(), and CoarsenBlockGenerator::generate().
void MeshBaseDiagnosticsUtils::checkNonConformalMesh | ( | const std::unique_ptr< MeshBase > & | mesh, |
const ConsoleStream & | console, | ||
const unsigned int | num_outputs, | ||
const Real | conformality_tol, | ||
unsigned int & | num_nonconformal_nodes | ||
) |
Definition at line 23 of file MeshBaseDiagnosticsUtils.C.