Skip to content
Snippets Groups Projects
Commit a40ef353 authored by Lars Hubatsch's avatar Lars Hubatsch
Browse files

Parallel works for mpirun -n 6 python test_par.py

parent c8a14d64
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ parameters["form_compiler"]["optimize"] = True
parameters["form_compiler"]["cpp_optimize"] = True
# mesh = Mesh('Meshes/te.xdmf')
mesh = Mesh()
with XDMFFile("/Users/hubatsch/ownCloud/Dropbox_Lars_Christoph/frap_theory/mesh.xdmf") as infile:
with XDMFFile("/Users/hubatsch/Desktop/frap_theory/Meshes/box_with_sphere.xdmf") as infile:
infile.read(mesh)
# domain = ms.Sphere(Point(0, 0, 0), 1.0)
# mesh = ms.generate_mesh(domain, 100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment