Add: include JumpConditionsSolver class to solve the jump conditions across the shock as well as the calculation of the dimensionless RH slopes (Cuadra2024b, Cuadra2025a) #991 #1060 #763
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [pull_request] | |
| jobs: | |
| my-job: | |
| name: Run MATLAB Tests and Generate Artifacts | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Set up MATLAB | |
| uses: matlab-actions/setup-matlab@v2 | |
| - name: Run tests | |
| uses: matlab-actions/run-command@v2 | |
| with: | |
| command: run_test |