예제 #1
0
파일: mesh.py 프로젝트: badashangou/PyMFEM
 def RandomRefinement(self,
                      prob,
                      aniso=False,
                      nonconforming=-1,
                      nc_limit=0):
     return _mesh.Mesh_RandomRefinement(self, prob, aniso, nonconforming,
                                        nc_limit)
예제 #2
0
 def RandomRefinement(self,
                      prob,
                      aniso=False,
                      nonconforming=-1,
                      nc_limit=0):
     r"""RandomRefinement(Mesh self, double prob, bool aniso=False, int nonconforming=-1, int nc_limit=0)"""
     return _mesh.Mesh_RandomRefinement(self, prob, aniso, nonconforming,
                                        nc_limit)