def __init__(self, *args): r""" __init__(GSSmoother self, int t=0, int it=1) -> GSSmoother __init__(GSSmoother self, SparseMatrix a, int t=0, int it=1) -> GSSmoother """ _sparsesmoothers.GSSmoother_swiginit( self, _sparsesmoothers.new_GSSmoother(*args))
def __init__(self, *args): """ __init__(mfem::GSSmoother self, int t=0, int it=1) -> GSSmoother __init__(mfem::GSSmoother self, int t=0) -> GSSmoother __init__(mfem::GSSmoother self) -> GSSmoother __init__(mfem::GSSmoother self, SparseMatrix a, int t=0, int it=1) -> GSSmoother __init__(mfem::GSSmoother self, SparseMatrix a, int t=0) -> GSSmoother __init__(mfem::GSSmoother self, SparseMatrix a) -> GSSmoother """ this = _sparsesmoothers.new_GSSmoother(*args) try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self, *args): this = _sparsesmoothers.new_GSSmoother(*args) try: self.this.append(this) except Exception: self.this = this