コード例 #1
0
ファイル: lininteg.py プロジェクト: mortezah/PyMFEM
 def __init__(self, QG, a=1, b=1):
     """
     __init__(mfem::BoundaryTangentialLFIntegrator self, VectorCoefficient QG, int a=1, int b=1) -> BoundaryTangentialLFIntegrator
     __init__(mfem::BoundaryTangentialLFIntegrator self, VectorCoefficient QG, int a=1) -> BoundaryTangentialLFIntegrator
     __init__(mfem::BoundaryTangentialLFIntegrator self, VectorCoefficient QG) -> BoundaryTangentialLFIntegrator
     """
     this = _lininteg.new_BoundaryTangentialLFIntegrator(QG, a, b)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
コード例 #2
0
 def __init__(self, QG, a=1, b=1):
     r"""__init__(BoundaryTangentialLFIntegrator self, VectorCoefficient QG, int a=1, int b=1) -> BoundaryTangentialLFIntegrator"""
     _lininteg.BoundaryTangentialLFIntegrator_swiginit(
         self, _lininteg.new_BoundaryTangentialLFIntegrator(QG, a, b))
コード例 #3
0
 def __init__(self, QG, a=1, b=1):
     this = _lininteg.new_BoundaryTangentialLFIntegrator(QG, a, b)
     try:
         self.this.append(this)
     except Exception:
         self.this = this