예제 #1
0
 def __init__(self, *args):
     """
     __init__(mfem::TransformedCoefficient self, Coefficient q, double (*)(double) F) -> TransformedCoefficient
     __init__(mfem::TransformedCoefficient self, Coefficient q1, Coefficient q2, double (*)(double,double) F) -> TransformedCoefficient
     """
     this = _coefficient.new_TransformedCoefficient(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
 def __init__(self, *args):
     this = _coefficient.new_TransformedCoefficient(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this