示例#1
0
def  g(x=None):
  return petsc_solver.create_matrix()
示例#2
0
def  g(x=None):
  print "started PETSc, process", rank
  sys.stdout.flush()
  petsc_solver.create_matrix()
  print "finished PETSc, process", rank
  sys.stdout.flush()
示例#3
0
def g(x=None):
    return petsc_solver.create_matrix()
示例#4
0
def g(x=None):
    print "started PETSc, process", rank
    sys.stdout.flush()
    petsc_solver.create_matrix()
    print "finished PETSc, process", rank
    sys.stdout.flush()