예제 #1
0
 def EliminateRowCol(self, *args):
     """
     EliminateRowCol(BlockMatrix self, int rc, mfem::Matrix::DiagonalPolicy dpolicy)
     EliminateRowCol(BlockMatrix self, int rc)
     EliminateRowCol(BlockMatrix self, intArray ess_bc_dofs, Vector sol, Vector rhs)
     """
     return _blockmatrix.BlockMatrix_EliminateRowCol(self, *args)
예제 #2
0
파일: blockmatrix.py 프로젝트: mfem/PyMFEM
 def EliminateRowCol(self, *args):
     r"""
     EliminateRowCol(BlockMatrix self, int rc, mfem::Operator::DiagonalPolicy dpolicy=DIAG_ONE)
     EliminateRowCol(BlockMatrix self, intArray ess_bc_dofs, Vector sol, Vector rhs)
     """
     return _blockmatrix.BlockMatrix_EliminateRowCol(self, *args)
예제 #3
0
 def EliminateRowCol(self, *args):
     return _blockmatrix.BlockMatrix_EliminateRowCol(self, *args)
예제 #4
0
 def EliminateRowCol(self, ess_bc_dofs, sol, rhs):
     return _blockmatrix.BlockMatrix_EliminateRowCol(
         self, ess_bc_dofs, sol, rhs)