Benjamin Uekermann
Benjamin Uekermann
Documentation is always good :+1: But why here and not on the website? Is it to separate dev docs from user docs? I am not sure if the CalculiX docs...
Thanks for the important contribution @numericalfreedom :rocket: Did you run any of the preCICE tutorials as tests or how did you check whether the adapter works correctly? Let's try to...
Did https://github.com/precice/precice.github.io/pull/252 close this issue?
We should check whether the fix is now included in CalculiX and if yes, we could probably close this issue.
Thanks for pointing us to this. I guess that this has simply never been implemented.
I am sorry for the very late reply here. I appreciate the contribution a lot, but I am not 100% happy with the current solution. It was already a bit...
> in implicit coupling, when does `isTimestepComplete` return `true`? Is it **only** at the end of a **converged** coupling time-step, or every time the coupling iteration reaches the end of...
Yes, for explicit coupling, it will always return `false` since you don't need checkpoints. For implicit coupling it returns `true` in the first iteration of a timestep (that's when you...
No, this should not be related to restarts. For explicit coupling, `sim->coupling_init_v` needs to be updated after every timestep.
Great, @3rav! How did you managed to integrate the exodus add-on? Maybe also interesting: @KyleDavisSA recently adapted a `frd2vtk` converter script that he wanted to share with the adapter.