Ejemplo n.º 1
0
def  g(x=None):
  return petsc_solver.create_matrix()
Ejemplo n.º 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()
Ejemplo n.º 3
0
def g(x=None):
    return petsc_solver.create_matrix()
Ejemplo n.º 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()