Esempio n. 1
0
 def EliminateVDofsInRHS(self, vdofs, x, b):
     r"""EliminateVDofsInRHS(BilinearForm self, intArray vdofs, Vector x, Vector b)"""
     return _bilinearform.BilinearForm_EliminateVDofsInRHS(
         self, vdofs, x, b)
Esempio n. 2
0
 def EliminateVDofsInRHS(self, vdofs, x, b):
     return _bilinearform.BilinearForm_EliminateVDofsInRHS(
         self, vdofs, x, b)