예제 #1
0
 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
예제 #2
0
 def __init__(self, f):
     r"""__init__(NonlinearForm self, FiniteElementSpace f) -> NonlinearForm"""
     _nonlinearform.NonlinearForm_swiginit(
         self, _nonlinearform.new_NonlinearForm(f))
예제 #3
0
 def __init__(self, f):
     this = _nonlinearform.new_NonlinearForm(f)
     try:
         self.this.append(this)
     except Exception:
         self.this = this