Skip to content
Snippets Groups Projects
Commit 8e168460 authored by hubatsch's avatar hubatsch
Browse files

Parallel test on Ubuntu works with mshr, not with xml.

mpi_test.py doesn't run, fenics_mpi_example runs with mpirun -n 4 python3 fenics_mpi_example.py
and scales well with number of cores. mpi_test.py gives error point outside domain when run in
parallel, but works well single core.
parent 98416a14
No related branches found
No related tags found
No related merge requests found
from fem_sol import frap_solver
f_0 = frap_solver([4, 4, 0.5], 'Meshes/single_drop_coverslip.xml',
name='FRAP_coverslip', T=300, phi_tot_ext=0.001)
f_0.solve_frap()
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