

On 16-Dec-2021, at 5:43 PM, Masoud Ahmadi <masou...@gmail.com> wrote:for (const auto &cell : dof_handler.active_cell_iterators()){for (const auto &face : cell->face_iterators()){if (face->at_boundary()){for (const auto v : face->vertex_indices())cout<<cell->vertex(v)<<" ";cout<<endl;}}}
cout<<cell->vertex(v)<<" “;
cout<<face->vertex(v)<<" “;