Gerasimos Chourdakis
Gerasimos Chourdakis
Why not change the naming in the deal.II adapter? https://github.com/precice/dealii-adapter/blob/c332050b5770bf99459b8be596fd6e41f3401a26/linear_elasticity/linear_elasticity.cc#L706-L710 Then we don't need the user to do anything and the OpenFOAM part remains consistent with the rest of the...
But in any case, ParaView currently does not have any information about the time of the results. Can't we add this information inside the vtk files? As I wrote above,...
I don't really have much experience with writing VTK files, but maybe I can prepare some dummy files and see afterwards how we can produce them from deal.II. This is...
Even though this does modify the VTK files: ``` # vtk DataFile Version 3.0 #This file was generated by the deal.II library on 2020/7/29 at 12:59:18 ASCII DATASET UNSTRUCTURED_GRID FIELD...
Then let's leave this open for now. `foamToVTK` also did not improve the situation in my case.
> @MakisH How to proceed here? Do you expect any change in the deal.II codes? If we have a post-processing solution that works (just `foamToVTK` did not work for me,...
## What the actual error is Triggered from a push to the `master` branch, the [`build-and-release-docker-image` workflow](https://github.com/precice/python-bindings/blob/c0288c880e64a20848d2275c2b057e5041ee057e/.github/workflows/build-docker.yml#L23) is attempting to install the bindings as a user (`precice`), but the user...
> * `precice/precice:latest` and version tags are based on a clean ubuntu and are for user-customisation. Do we know of any users that use these, what they do with them,...
> Maybe we need some kind of tooling or develop image which installs precice in an ubuntu ci image for all versions. So, something like the current `precice:develop`, but better...
Transferring some points from the discussion in the dev channel. @IshaanDesai is wondering what is wrong with `precice:develop`. The problem is that `precice:latest` and `precice:develop` are completely unrelated images. Tags...