Hi! I'm trying to use the getfem++ data structures, but for something other than to solve PDEs with getfem.
My current program uses getfem to generate a 3d tetrahedron mesh. In addition I have created a FEM_NEDELEC(3) FEM method on this mesh since my DOFs (degrees of freedom) are situated on the edges. I see that convexes and and vertices of the mesh are accessible through global indices. Since the DOFs of the FEM_NEDELEC(3) method are located on the edges of each tetrahedron, these are also accessible through a global index. But, can I also have the set of faces accessible through a global index? I want to calculate a sum over all faces. Best regards Torquil Sørensen _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
