예제 #1
0
 def FormLinearSystem(self, ess_tdof_list, x, b, A, X, B, copy_interior=0):
     """
     FormLinearSystem(BilinearForm self, intArray ess_tdof_list, Vector x, Vector b, SparseMatrix A, Vector X, Vector B, int copy_interior=0)
     FormLinearSystem(BilinearForm self, intArray ess_tdof_list, Vector x, Vector b, SparseMatrix A, Vector X, Vector B)
     """
     return _bilinearform.BilinearForm_FormLinearSystem(
         self, ess_tdof_list, x, b, A, X, B, copy_interior)
예제 #2
0
 def FormLinearSystem(self, *args):
     r"""
     FormLinearSystem(BilinearForm self, intArray ess_tdof_list, Vector x, Vector b, OperatorHandle A, Vector X, Vector B, int copy_interior=0)
     FormLinearSystem(BilinearForm self, intArray ess_tdof_list, Vector x, Vector b, SparseMatrix A, Vector X, Vector B, int copy_interior=0)
     FormLinearSystem(BilinearForm self, intArray ess_tdof_list, Vector x, Vector b, HypreParMatrix A, Vector X, Vector B, int copy_interior=0)
     """
     return _bilinearform.BilinearForm_FormLinearSystem(self, *args)
예제 #3
0
 def FormLinearSystem(self, ess_tdof_list, x, b, A, X, B, copy_interior=0):
     return _bilinearform.BilinearForm_FormLinearSystem(
         self, ess_tdof_list, x, b, A, X, B, copy_interior)