def __init__(self): """__init__(mfem::Rebalancer self) -> Rebalancer""" this = _mesh_operators.new_Rebalancer() try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self): r"""__init__(Rebalancer self) -> Rebalancer""" _mesh_operators.Rebalancer_swiginit(self, _mesh_operators.new_Rebalancer())
def __init__(self): this = _mesh_operators.new_Rebalancer() try: self.this.append(this) except __builtin__.Exception: self.this = this