Example #1
0
    def __init__(self, offsets):
        r"""__init__(BlockLowerTriangularPreconditioner self, intArray offsets) -> BlockLowerTriangularPreconditioner"""
        _blockoperator.BlockLowerTriangularPreconditioner_swiginit(
            self,
            _blockoperator.new_BlockLowerTriangularPreconditioner(offsets))

        self._offsets = offsets
Example #2
0
    def __init__(self, offsets):
        this = _blockoperator.new_BlockLowerTriangularPreconditioner(offsets)
        try:
            self.this.append(this)
        except __builtin__.Exception:
            self.this = this

        self._offsets = offsets
Example #3
0
    def __init__(self, offsets):
        """__init__(mfem::BlockLowerTriangularPreconditioner self, intArray offsets) -> BlockLowerTriangularPreconditioner"""
        this = _blockoperator.new_BlockLowerTriangularPreconditioner(offsets)
        try:
            self.this.append(this)
        except __builtin__.Exception:
            self.this = this

        self._offsets = offsets