Add adaptive time stepping parameters to PETSc options. Illustrate adaptive time stepping in examples. #52
Workflow file for this run
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: run-ci | |
| concurrency: | |
| group: ${{ github.actor }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| stage-1: | |
| uses: ./.github/workflows/ci-stage-1.yml | |
| stage-2: | |
| uses: ./.github/workflows/ci-stage-2.yml | |
| needs: [stage-1] |