Esempio n. 1
0
 def RefineInterior(self, Geom, Times):
     r"""RefineInterior(GeometryRefiner self, mfem::Geometry::Type Geom, int Times) -> IntegrationRule"""
     return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)
Esempio n. 2
0
 def RefineInterior(self, Geom, Times):
     """RefineInterior(GeometryRefiner self, int Geom, int Times) -> IntegrationRule"""
     return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)
Esempio n. 3
0
 def RefineInterior(self, Geom, Times):
     return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)