Hi Everyone, I'm trying to do adaptive refinement for an elliptic equation where the coefficients are Functions rather than Expressions. This works fine in serial but in parallel I get the error below.
Is this something that can be put on a list of features to implement?
Thanks,
Dave
RuntimeError:
*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
*** fenics@fenicsproject.org
*** Remember to include the error message listed below and, if possible,
*** include a minimal running example to reproduce the error.
*** -------------------------------------------------------------------------
*** Error: Unable to perform operation in parallel.
*** Reason: Extrapolation of functions is not yet working in parallel.
*** Consider filing a bug report at https://bitbucket.org/fenics-project/dolfin/issues.
*** Where: This error was encountered inside log.cpp.
*** Process: 1
*** DOLFIN version: 1.6.0dev
*** Git changeset: 823502fdf5bf550d5515e595a661a241596fff1e
*** ------------------------------