def __init__(self, f): """__init__(mfem::NonlinearForm self, FiniteElementSpace f) -> NonlinearForm""" this = _nonlinearform.new_NonlinearForm(f) try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self, f): r"""__init__(NonlinearForm self, FiniteElementSpace f) -> NonlinearForm""" _nonlinearform.NonlinearForm_swiginit( self, _nonlinearform.new_NonlinearForm(f))
def __init__(self, f): this = _nonlinearform.new_NonlinearForm(f) try: self.this.append(this) except Exception: self.this = this