Beispiel #1
0
 def __init__(self, dim):
     """__init__(mfem::VectorArrayCoefficient self, int dim) -> VectorArrayCoefficient"""
     this = _coefficient.new_VectorArrayCoefficient(dim)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #2
0
 def __init__(self, dim):
     this = _coefficient.new_VectorArrayCoefficient(dim)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this