29 else if (elem.level() != neighbor->level())
30 return neighbor->level() < elem.level();
31 else if (!neighbor->active())
34 return elem.id() < neighbor->id();
bool elemHasFaceInfo(const Elem &elem, const Elem *const neighbor)
This function infers based on elements if the faceinfo between them belongs to the element or not...
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...