Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
underworldcode
/
underworld3
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
26
Code
Issues
90
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Eulerian SUPG advection-diffusion with symbolic BDF and Adams-Moulton orders (#657 follow-on)
- #673
#673
Closed
lmoresi
wants to merge 14 commits into
development
underworldcode/underworld3:development
from
feature/eulerian-supg-transport
underworldcode/underworld3:feature/eulerian-supg-transport
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
Eulerian SUPG advection-diffusion with symbolic BDF and Adams-Moulton orders (#657 follow-on)
#673
lmoresi
wants to merge 14 commits into
development
underworldcode/underworld3:development
from
feature/eulerian-supg-transport
underworldcode/underworld3:feature/eulerian-supg-transport
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
Expose the BDF and Adams-Moulton coefficient symbols on the DDt managers
Show description for f7d1a21
lmoresi
and
claude
committed
f7d1a21
View commit details
Copy full SHA for f7d1a21
Browse repository at this point
Pack and index auxiliary fields by DM field, not by position in mesh.vars
Show description for e84dea9
lmoresi
and
claude
committed
e84dea9
View commit details
Copy full SHA for e84dea9
Browse repository at this point
Add the RotatingGaussian transport oracle; fix the integral-norm error for scalar variables
Show description for ccfc23b
lmoresi
and
claude
committed
ccfc23b
View commit details
Copy full SHA for ccfc23b
Browse repository at this point
Extract the per-element timestep estimate shared by the advection-diffusion solvers
Show description for 6d8e2b7
lmoresi
and
claude
committed
6d8e2b7
View commit details
Copy full SHA for 6d8e2b7
Browse repository at this point
Skip the mesh-owned multigrid pickup for a solver that owns its preconditioner
Show description for 9c8a125
lmoresi
and
claude
committed
9c8a125
View commit details
Copy full SHA for 9c8a125
Browse repository at this point
Eulerian advection-diffusion with SUPG: BDF and Adams-Moulton orders from the symbolic history
Show description for b686530
lmoresi
and
claude
committed
b686530
View commit details
Copy full SHA for b686530
Browse repository at this point
Design note for the Eulerian SUPG solver; BDF2 becomes the default from the integrator study
Show description for 451efe3
lmoresi
and
claude
committed
451efe3
View commit details
Copy full SHA for 451efe3
Browse repository at this point
Integrator study, res 64: BDF3 grows slowly on pure advection at any Courant number
Show description for f076781
lmoresi
and
claude
committed
f076781
View commit details
Copy full SHA for f076781
Browse repository at this point
AdvDiffusionSUPG takes the semi-Lagrangian solver's interface: a drop-in replacement
Show description for 2b9941c
lmoresi
and
claude
committed
2b9941c
View commit details
Copy full SHA for 2b9941c
Browse repository at this point
Drop the integrator argument: order and theta already reach every safe scheme
Show description for 252165e
lmoresi
and
claude
committed
252165e
View commit details
Copy full SHA for 252165e
Browse repository at this point
An accuracy-based timestep for the Eulerian solver; credit NengLu in the module and note
Show description for 417f7b8
lmoresi
and
claude
committed
417f7b8
View commit details
Copy full SHA for 417f7b8
Browse repository at this point
Commits on Sep 4, 2026
Match the Krylov tolerance to the SNES tolerance, and make preconditioner="fmg" a real switch on the SUPG solver
Show description for bd0b1a5
lmoresi
and
claude
committed
bd0b1a5
View commit details
Copy full SHA for bd0b1a5
Browse repository at this point
Design note: the 512^2 rows at matched tolerance
lmoresi
committed
ce783b1
View commit details
Copy full SHA for ce783b1
Browse repository at this point
Let theta be set after construction, as the semi-Lagrangian solver allows
Show description for 4295af7
lmoresi
and
claude
committed
4295af7
View commit details
Copy full SHA for 4295af7
Browse repository at this point
You can’t perform that action at this time.