Пример #1
0
 def __init__(self, gf):
     """__init__(mfem::VectorGridFunctionCoefficient self, mfem::GridFunction * gf) -> VectorGridFunctionCoefficient"""
     this = _coefficient.new_VectorGridFunctionCoefficient(gf)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Пример #2
0
 def __init__(self, gf):
     this = _coefficient.new_VectorGridFunctionCoefficient(gf)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this