Merge branch 'python-simulation-testing' into 'develop'
Adds a convergence analysis test case that runs on Phoenix See merge request irmb/VirtualFluids_dev!48
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 66 additions, 24 deletions.gitlab-ci.yml
- Containers/VirtualFluidsPython.def 33 additions, 0 deletionsContainers/VirtualFluidsPython.def
- Python/SlurmTests/poiseuille/PoiseuilleTestContainer.def 42 additions, 0 deletionsPython/SlurmTests/poiseuille/PoiseuilleTestContainer.def
- Python/SlurmTests/poiseuille/evaluator.py 20 additions, 0 deletionsPython/SlurmTests/poiseuille/evaluator.py
- Python/SlurmTests/poiseuille/result_collector.py 73 additions, 0 deletionsPython/SlurmTests/poiseuille/result_collector.py
- Python/SlurmTests/poiseuille/settings.py 26 additions, 0 deletionsPython/SlurmTests/poiseuille/settings.py
- Python/SlurmTests/poiseuille/simulation_runner.py 19 additions, 0 deletionsPython/SlurmTests/poiseuille/simulation_runner.py
- Python/SlurmTests/poiseuille/slurm.job 26 additions, 0 deletionsPython/SlurmTests/poiseuille/slurm.job
- Python/acousticscaling.py 85 additions, 0 deletionsPython/acousticscaling.py
- Python/errors.py 2 additions, 2 deletionsPython/errors.py
- Python/poiseuille/analytical.py 34 additions, 21 deletionsPython/poiseuille/analytical.py
- Python/poiseuille/simulation.py 29 additions, 22 deletionsPython/poiseuille/simulation.py
- Python/poiseuille/test_poiseuille_l2.py 65 additions, 56 deletionsPython/poiseuille/test_poiseuille_l2.py
- Python/requirements.txt 3 additions, 1 deletionPython/requirements.txt
- Python/tests/test_acousticscaling.py 115 additions, 0 deletionsPython/tests/test_acousticscaling.py
- Python/tests/test_boundaryconditions.py 61 additions, 0 deletionsPython/tests/test_boundaryconditions.py
- Python/tests/test_geometry.py 0 additions, 0 deletionsPython/tests/test_geometry.py
- Python/tests/test_kernel.py 7 additions, 0 deletionsPython/tests/test_kernel.py
- Python/vtk_utilities.py 11 additions, 2 deletionsPython/vtk_utilities.py
- setup.py 1 addition, 0 deletionssetup.py
Containers/VirtualFluidsPython.def
0 → 100644
Python/SlurmTests/poiseuille/evaluator.py
0 → 100644
Python/SlurmTests/poiseuille/settings.py
0 → 100644
Python/SlurmTests/poiseuille/slurm.job
0 → 100644
Python/acousticscaling.py
0 → 100644
Python/tests/test_acousticscaling.py
0 → 100644
Python/tests/test_boundaryconditions.py
0 → 100644
File moved
Please register or sign in to comment