def EliminateVDofsInRHS(self, vdofs, x, b): r"""EliminateVDofsInRHS(BilinearForm self, intArray vdofs, Vector x, Vector b)""" return _bilinearform.BilinearForm_EliminateVDofsInRHS( self, vdofs, x, b)
def EliminateVDofsInRHS(self, vdofs, x, b): return _bilinearform.BilinearForm_EliminateVDofsInRHS( self, vdofs, x, b)