32 for (
auto ele_id : ele_ids_near_sfc)
36 if (!e->isBoundaryElement())
41 for (
unsigned i = 0; i < e->getNumberOfFaces(); i++)
43 auto* face = e->getFace(i);
45 std::size_t cnt_match = 0;
46 for (std::size_t j = 0; j < face->getNumberOfBaseNodes(); j++)
48 if (std::find(node_ids_on_sfc.begin(), node_ids_on_sfc.end(),
49 getNodeIndex(*face, j)) != node_ids_on_sfc.end())
59 if (cnt_match == face->getNumberOfBaseNodes())