Beispiel #1
0
 def __init__(self, v):
     """__init__(mfem::VectorConstantCoefficient self, Vector v) -> VectorConstantCoefficient"""
     this = _coefficient.new_VectorConstantCoefficient(v)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #2
0
 def __init__(self, v):
     this = _coefficient.new_VectorConstantCoefficient(v)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this