Example #1
0
 def ComputeElementMatrix(self, i, elmat):
     r"""ComputeElementMatrix(BilinearForm self, int i, DenseMatrix elmat)"""
     return _bilinearform.BilinearForm_ComputeElementMatrix(self, i, elmat)
Example #2
0
 def ComputeElementMatrix(self, i, elmat):
     return _bilinearform.BilinearForm_ComputeElementMatrix(self, i, elmat)