Benjamin Rodenberg

Results 92 comments of Benjamin Rodenberg

My use-case is very similar to what @emstoudenmire describes and I also observed this problem with the exported bibtex file. Here are the two alternatives I'm currently considering: 1. [Put...

Be aware that this bug does not matter, if we do not use subcycling!

We should first merge https://github.com/precice/fenics-adapter/pull/34, since this makes handling the solver state much easier.

This issue is still up-to-date. https://github.com/precice/tutorials/blob/0c3407a553c5df6414fe114585db253626128b7b/perpendicular-flap/solid-fenics/perp-flap.py#L185-L186 should be transferred to something like ``` if precice.is_action_required(precice.action_write_iteration_checkpoint()): # write checkpoint state = (u_n,v_n,a_n) precice.store_checkpoint(state, t, n) ``` Same for `precice.retreive_checkpoint`: https://github.com/precice/tutorials/blob/0c3407a553c5df6414fe114585db253626128b7b/perpendicular-flap/solid-fenics/perp-flap.py#L215-L216 The...

Intermediate summary on this issue: We have three PRs that should in the end resolve this issue: 1. https://github.com/precice/fenics-adapter/pull/70 (merged) 2. https://github.com/precice/aste/pull/9 (stalls) 3. https://github.com/precice/tutorials/pull/73 (depends on https://github.com/precice/aste/pull/9)

> Note @richahert: I can take care of applying the changes on my own. I just need some help with the `--vectordata` option. The option seems to have been removed...

I forgot converting the data using `precice_to_aste.py`. After doing this and removing the `--vectordata` option, everything worked perfectly :+1: I will report the issue with the segmentation fault upstream. This...

I moved the files from the old structure to the new structure. This PR is currently not working. It might be helpful to go back to a7a3dd5 to see what...

Since this PR is idle some time, here is a quick status update: * Currently ASTE is under a major revision, therefore this PR is waiting. Replay mode is still...

I would like to review this PR as soon as it is done (just as a note). Especially, since I have my own similar side project here: https://github.com/precice/fenics-adapter/blob/develop/.github/workflows/build-docker.yml. We should...