Skip to content

Add example case for convergence test in 1D #1995

Add example case for convergence test in 1D

Add example case for convergence test in 1D #1995

Workflow file for this run

name: Pretty
on: [push, pull_request, workflow_dispatch]
jobs:
docs:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: MFC Python setup
run: ./mfc.sh init
- name: Check formatting
run: |
./mfc.sh format -j $(nproc)
git diff --exit-code