subject: SP_Chap5_x_*
- install stopro package referring to https://github.com/ogaken1104/stopro
- move to "scripts" directory of each simulation
- run command
pjsub run.shto submit the job to the supercomputer (in the case of wisteria). Changepjsubto appropriate command for your supercomputer. run.sh scripts assumes zsh for the shell. Please change the run.sh for your shell.
subject: PINNs_Chap5_2
- run command
pjsub run.sh. This implements training of PINNs.-uoption determines the number of velocity training points. - run command
pjsub pred.sh. This implements prediction of PINNs. Turn on/off the comment out in the pred.sh to choosepred.pyorpred_gov_1d.py.PINN_Chap5_2_long_iteris just for confirming that the prediction result of PINNs doesn't change for longer iterations.