예제 #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()