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
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))
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