On 25 Jun 2019, at 14:39, Simone Puel <spuel@utexas.edu> wrote:
Dear Lawrence,
Thank you so much for the quick response. So, the idea is to leave my code as it is and modify the following scripts according with the updates you made in the links:
ufl/algorithms/apply_function_pullbacks.py ufl/finiteelement/mixedelement.py firedrake/functionspace.py
Is it right? Thanks a lot for your help. Have a wonderful day.
Yes. Although the easier thing to do is to just change branches. If you do: cd src/ufl git fetch git checkout wence/pullback-tensor-vector-valued cd ../firedrake git fetch git checkout wence/generalise-tensor-element And confirm that the script then runs. Since we will incorporate these changes in the master branches soon, it is best to switch back (so that further updates will continue to work). You can do that by changing into the relevant directories and doing: git checkout master If you would rather just wait, I can let you know when the changes are merged (at which point a firedrake-update will get them). Thanks, Lawrence