copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
field-compare:
|
||||
build: https://github.com/dglaeser/fieldcompare-action.git # use the docker container provided by fieldcompare
|
||||
volumes:
|
||||
- {{ run_directory }}:/runs
|
||||
command:
|
||||
- /runs/{{ tutorial_folder }}/{{ precice_output_folder }}
|
||||
- /runs/{{ tutorial_folder }}/{{ reference_output_folder }}
|
||||
- "-rtol 3e-7"
|
||||
|
||||
# Currently its really hard to estimate the impact of compiling and executing in a different platform (like github actions)
|
||||
# 3e-7 might not be the thightest we can afford and we want to have but its an okayish guestimation for now.
|
||||
Loading…
Add table
Add a link
Reference in a new issue