7 lines
344 B
Python
7 lines
344 B
Python
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"
|