예제 #1
0
파일: ncmesh.py 프로젝트: totorosw/PyMFEM
 def GetFaceVerticesEdges(self, face_id, vert_index, edge_index,
                          edge_orientation):
     r"""GetFaceVerticesEdges(NCMesh self, mfem::NCMesh::MeshId const & face_id, int [4] vert_index, int [4] edge_index, int [4] edge_orientation)"""
     return _ncmesh.NCMesh_GetFaceVerticesEdges(self, face_id, vert_index,
                                                edge_index,
                                                edge_orientation)
예제 #2
0
 def GetFaceVerticesEdges(self, face_id, vert_index, edge_index,
                          edge_orientation):
     return _ncmesh.NCMesh_GetFaceVerticesEdges(self, face_id, vert_index,
                                                edge_index,
                                                edge_orientation)