Boris Martin
Boris Martin
Do you want to make the adapter able to *write* stress ? Because reading Pressure is already possible since https://github.com/precice/calculix-adapter/pull/91 But AFAIK solids write displacements and read stresses/pressure, so this...
Yes. So no tangential traction is possible here. I don't know if it's a CalculiX limitation or something else. Maybe it's useful to have a wrapper that reads a vector...
> > Maybe it's useful to have a wrapper that reads a vector input and takes the normal part ? > > What do you mean by "wrapper"? This already...
Turns out adapting the buffer code is trickier than anticipated. I'm undrafting and I suggest staying on the current partial fix: correct results, but with one output every N time...
> I tried running the perpendicular flap, but it looks like we need to consider updates based for v2.20: > > * With v2.19 and this PR, the tutorial was...
I've been toying around to fix this, but this opens new questions. Roughly speaking, in terms of data, it should be sufficient to have checkpoints "go back deep enough". I...
> > Roughly speaking, in terms of data, it should be sufficient to have checkpoints "go back deep enough". > > Important to ensure here, is that checkpoints should only...
The CI script has always been reliant on libyaml-cpp-0.7.0, so I guess we should update the documentation to recommend building that one from source. Now there are quite a few...
Can't we just enable the flag in all cases, to be safe ?
My bad, never read that part of the documentation. Replacing the call to ldconfig by something like `export LD_LIBRARY_PATH=/usr/local/lib/` does work as intended. My bad ! However the documentation for...