コード例 #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
ファイル: coefficient.py プロジェクト: badashangou/PyMFEM
 def __init__(self, v):
     this = _coefficient.new_VectorConstantCoefficient(v)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this