Apart from installing code_aster and the adapter, it also prepares the solid.export and the precice-config.xml so that ./run.sh works out-of-the-box, without going through ASTK to prepare them. We could also extract this part and add such a script in the tutorials to prepare the case.
Be warned: building code_aster takes a lot of time and storage:
This adds an
install-code_aster.sh
script. It is based to a large extend to our adapter documentation and our systemtests Dockerfile and the respective test files.Apart from installing code_aster and the adapter, it also prepares the
solid.export
and theprecice-config.xml
so that./run.sh
works out-of-the-box, without going through ASTK to prepare them. We could also extract this part and add such a script in the tutorials to prepare the case.Be warned: building code_aster takes a lot of time and storage:
Closes #10.