<div dir="ltr">Hi. I am doing a custom made FEM solver in one of my studies.<br>I have a 3D geometry that I save as a VTU file and do my computation on.<br>To impose boundary conditions I would like to be able to select the edge faces of cells on the boundary of a geometry in ParaView. Then I would like to save the selection as a sort of "list of edges" inside the VTU file i export.<br><br>I know how to select points, and cells, but how would i easiest select cell faces?<br>When I have selected the cell faces, how do i export them so that my FEM program can read it?<br></div>