We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f001428 commit 0df3015Copy full SHA for 0df3015
1 file changed
devito-plan.md
@@ -37,8 +37,11 @@
37
- `tests/test_wave_devito.py` - Devito wave solver tests (skipped if Devito not installed)
38
- `.github/workflows/ci.yml` - GitHub Actions CI with Codecov integration
39
40
-**Phase 2 - Wave Equations (Started):**
+**Phase 2 - Wave Equations (In Progress):**
41
- `src/wave/wave1D_devito.py` - 1D wave equation solver using Devito DSL
42
+- `src/wave/wave2D_devito.py` - 2D wave equation solver using `.laplace`
43
+- `src/wave/sources.py` - Source wavelets (Ricker, Gaussian, spectrum analysis)
44
+- 29 wave solver tests (1D, 2D, sources)
45
46
---
47
0 commit comments