Beispiel #1
0
 def __init__(self, _f, _u, a, b):
     """__init__(mfem::BoundaryFlowIntegrator self, Coefficient _f, VectorCoefficient _u, double a, double b) -> BoundaryFlowIntegrator"""
     this = _lininteg.new_BoundaryFlowIntegrator(_f, _u, a, b)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #2
0
 def __init__(self, _f, _u, a, b):
     r"""__init__(BoundaryFlowIntegrator self, Coefficient _f, VectorCoefficient _u, double a, double b) -> BoundaryFlowIntegrator"""
     _lininteg.BoundaryFlowIntegrator_swiginit(
         self, _lininteg.new_BoundaryFlowIntegrator(_f, _u, a, b))
Beispiel #3
0
 def __init__(self, _f, _u, a, b):
     this = _lininteg.new_BoundaryFlowIntegrator(_f, _u, a, b)
     try:
         self.this.append(this)
     except Exception:
         self.this = this