- install pressio-demoapps
- see this: https://pressio.github.io/pressio-demoapps/installation.html
- use commit:
8eeb77770b882c3caec7a78b134c929a41fb3343
- pick problem and set up your scenario
-
SWE:
-
subdirectory:
py_problems.2d_swe
-
./code/py_problems/2d_swe/final_scenarios.py
: this is meant to contain stable/final/reliable scenarios -
./code/py_problems/2d_swe/wip_scenarios.py
: this is meant to be a playground of scenarios, and if/when ready some need to be moved to the final_scenario.py
-
-
Gray-Scott:
-
subdirectory:
py_problems.2d_gs
-
./code/py_problems/2d_gs/final_scenarios.py
: this is meant to contain stable/final/reliable scenarios -
./code/py_problems/2d_gs/wip_scenarios.py
: this is meant to be a playground of scenarios, and if/when ready some need to be moved to the final_scenario.py
-
- run the batch script:
export WORKDIR=/home/your_test
export PDADIR=<fullpath-to-your-cloned-pressiodemoapps>
cd code
bash run.sh ${PDADIR} ${WORKDIR} 2d_swe <scenario-number>
if you want a different problem, change 2d_swe
accordingly