16 mooseAssert(
elem->type() ==
EDGE2,
"Element must be of type EDGE2");
17 mooseAssert(MooseUtils::absoluteFuzzyEqual(
elem->point(0)(2),
elem->point(1)(2)),
18 "Currently SBMBndEdge2 must be parallel to the x-y plane, i.e., z-coordinates of " 19 "points must be equal");
const Elem & elem() const
Getter for the underlying element.
SBMBndEdge2(const Elem *elem)
Constructor.
Base class for SBM boundary elements.