Exemple #1
0
 def __init__(self, A, B, C, ownA, ownB, ownC):
     """__init__(mfem::TripleProductOperator self, Operator A, Operator B, Operator C, bool ownA, bool ownB, bool ownC) -> TripleProductOperator"""
     this = _operators.new_TripleProductOperator(A, B, C, ownA, ownB, ownC)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemple #2
0
 def __init__(self, A, B, C, ownA, ownB, ownC):
     r"""__init__(TripleProductOperator self, Operator A, Operator B, Operator C, bool ownA, bool ownB, bool ownC) -> TripleProductOperator"""
     _operators.TripleProductOperator_swiginit(
         self,
         _operators.new_TripleProductOperator(A, B, C, ownA, ownB, ownC))
Exemple #3
0
 def __init__(self, A, B, C, ownA, ownB, ownC):
     this = _operators.new_TripleProductOperator(A, B, C, ownA, ownB, ownC)
     try:
         self.this.append(this)
     except Exception:
         self.this = this