示例#1
0
文件: geom.py 项目: tomstitt/PyMFEM
 def RefineInterior(self, Geom, Times):
     r"""RefineInterior(GeometryRefiner self, mfem::Geometry::Type Geom, int Times) -> IntegrationRule"""
     return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)
示例#2
0
 def RefineInterior(self, Geom, Times):
     """RefineInterior(GeometryRefiner self, int Geom, int Times) -> IntegrationRule"""
     return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)
示例#3
0
 def RefineInterior(self, Geom, Times):
     return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)