Skip to content

Conversation

@ggorman
Copy link
Contributor

@ggorman ggorman commented Feb 1, 2026

No description provided.

- Change author from Langtangen & Linge to Gerard J. Gorman
- Add personal acknowledgment of Langtangen's influence
- Add Use of Generative AI section for transparency
- Update "About this Edition" to reflect authorship
New chapters and sections:
- Chapter 6: Elliptic PDEs and Iterative Solvers (Laplace, Poisson)
- Chapter 7: Systems of PDEs (Shallow Water Equations)
- New section in Chapter 5: Burgers Equation

Key Devito patterns introduced:
- Dual-buffer Function pattern for steady-state problems
- Buffer swapping via argument substitution
- TimeFunction pseudo-timestepping for elliptic PDEs
- first_derivative() with explicit fd_order and side parameters
- Multiple coupled TimeFunction objects for PDE systems
- ConditionalDimension for efficient snapshot saving
- Function for static fields (bathymetry)

New solvers: laplace_devito.py, poisson_devito.py, burgers_devito.py, swe_devito.py
New tests: 62 tests (18 elliptic, 21 burgers, 23 swe)
Added Makefile for common build commands
@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.18%. Comparing base (baf2253) to head (ab9b38c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   48.18%   48.18%           
=======================================
  Files           4        4           
  Lines         330      330           
  Branches       48       48           
=======================================
  Hits          159      159           
  Misses        158      158           
  Partials       13       13           
Flag Coverage Δ
derivations 48.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants