copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
7
preCICE_tools/tests/paths.py
Normal file
7
preCICE_tools/tests/paths.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from pathlib import Path
|
||||
PRECICE_TUTORIAL_DIR = Path(__file__).parent.parent.parent
|
||||
PRECICE_TESTS_RUN_DIR = Path(__file__).parent.parent.parent / "runs"
|
||||
PRECICE_TOOLS_DIR = Path(__file__).parent.parent
|
||||
PRECICE_TESTS_DIR = Path(__file__).parent
|
||||
PRECICE_REL_OUTPUT_DIR = "precice-exports"
|
||||
PRECICE_REL_REFERENCE_DIR = "reference-results-unpacked"
|
||||
Loading…
Add table
Add a link
Reference in a new issue