Exemplo n.º 1
0
 def SetCurvature(self, order, discont=False, space_dim=-1, ordering=1):
     """
     SetCurvature(Mesh self, int order, bool discont=False, int space_dim=-1, int ordering=1)
     SetCurvature(Mesh self, int order, bool discont=False, int space_dim=-1)
     SetCurvature(Mesh self, int order, bool discont=False)
     SetCurvature(Mesh self, int order)
     """
     return _mesh.Mesh_SetCurvature(self, order, discont, space_dim,
                                    ordering)
Exemplo n.º 2
0
 def SetCurvature(self, order, discont=False, space_dim=-1, ordering=1):
     return _mesh.Mesh_SetCurvature(self, order, discont, space_dim,
                                    ordering)