26 for (
auto ele_id : ele_ids_near_sfc)
30 if (!e->isBoundaryElement())
35 for (
unsigned i = 0; i < e->getNumberOfFaces(); i++)
37 auto* face = e->getFace(i);
39 std::size_t cnt_match = 0;
40 for (std::size_t j = 0; j < face->getNumberOfBaseNodes(); j++)
42 if (std::find(node_ids_on_sfc.begin(), node_ids_on_sfc.end(),
43 getNodeIndex(*face, j)) != node_ids_on_sfc.end())
53 if (cnt_match == face->getNumberOfBaseNodes())