示例#1
0
 def FormLinearSystem(self, ess_tdof_list, x, b, A, X, B, copy_interior=0):
     """
     FormLinearSystem(Operator self, intArray ess_tdof_list, Vector x, Vector b, mfem::Operator *& A, Vector X, Vector B, int copy_interior=0)
     FormLinearSystem(Operator self, intArray ess_tdof_list, Vector x, Vector b, mfem::Operator *& A, Vector X, Vector B)
     """
     return _operators.Operator_FormLinearSystem(self, ess_tdof_list, x, b,
                                                 A, X, B, copy_interior)
示例#2
0
 def FormLinearSystem(self, ess_tdof_list, x, b, A, X, B, copy_interior=0):
     return _operators.Operator_FormLinearSystem(self, ess_tdof_list, x, b, A, X, B, copy_interior)