Ejemplo n.º 1
0
 def __init__(self, *args):
     r"""
     __init__(LinearForm self, FiniteElementSpace f) -> LinearForm
     __init__(LinearForm self, FiniteElementSpace f, LinearForm lf) -> LinearForm
     __init__(LinearForm self) -> LinearForm
     """
     _linearform.LinearForm_swiginit(self, _linearform.new_LinearForm(*args))
Ejemplo n.º 2
0
 def __init__(self, *args):
     """
     __init__(mfem::LinearForm self, FiniteElementSpace f) -> LinearForm
     __init__(mfem::LinearForm self) -> LinearForm
     """
     this = _linearform.new_LinearForm(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 3
0
 def __init__(self, *args):
     this = _linearform.new_LinearForm(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this