예제 #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
예제 #2
0
 def __init__(self, v):
     this = _coefficient.new_VectorConstantCoefficient(v)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this