def RefineInterior(self, Geom, Times): r"""RefineInterior(GeometryRefiner self, mfem::Geometry::Type Geom, int Times) -> IntegrationRule""" return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)
def RefineInterior(self, Geom, Times): """RefineInterior(GeometryRefiner self, int Geom, int Times) -> IntegrationRule""" return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)
def RefineInterior(self, Geom, Times): return _geom.GeometryRefiner_RefineInterior(self, Geom, Times)