def __init__(self, dim): """__init__(mfem::MatrixArrayCoefficient self, int dim) -> MatrixArrayCoefficient""" this = _coefficient.new_MatrixArrayCoefficient(dim) try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self, dim): this = _coefficient.new_MatrixArrayCoefficient(dim) try: self.this.append(this) except __builtin__.Exception: self.this = this