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 }}
underworldcode
/
underworld3
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
26
Code
Issues
101
Pull requests
23
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
The discrete adjoint: built into the solvers, driven from the run transcript
- #744
#744
Open
lmoresi
wants to merge 25 commits into
docs/timestepping-pattern
underworldcode/underworld3:docs/timestepping-pattern
from
feature/discrete-adjoint
underworldcode/underworld3:feature/discrete-adjoint
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
The discrete adjoint: built into the solvers, driven from the run transcript
#744
lmoresi
wants to merge 25 commits into
docs/timestepping-pattern
underworldcode/underworld3:docs/timestepping-pattern
from
feature/discrete-adjoint
underworldcode/underworld3:feature/discrete-adjoint
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
feat: the discrete adjoint — in the solvers, and over the run transcript
Show description for 6c3a976
lmoresi
and
claude
committed
6c3a976
View commit details
Copy full SHA for 6c3a976
Browse repository at this point
feat: a misfit read through a gradient, and the fault-segments example
Show description for e305485
lmoresi
and
claude
committed
e305485
View commit details
Copy full SHA for e305485
Browse repository at this point
The fault-segments example is listric: a flat decollement, a circular ramp, four strengths
Show description for 459856e
lmoresi
and
claude
committed
459856e
View commit details
Copy full SHA for 459856e
Browse repository at this point
Commits on Sep 16, 2026
Friction on the listric fault: a Coulomb yield on the plane, one coefficient per segment
Show description for 5058b57
lmoresi
and
claude
committed
5058b57
View commit details
Copy full SHA for 5058b57
Browse repository at this point
fault_friction: keep the cohesion where the pressure is tensile; a flat colour for the bulk in the figure
Show description for b0be142
lmoresi
and
claude
committed
b0be142
View commit details
Copy full SHA for b0be142
Browse repository at this point
fault_friction: an observations switch — uplift+stress, principal-stress orientation, or orientation along the surface only
Show description for 1f86d01
lmoresi
and
claude
committed
1f86d01
View commit details
Copy full SHA for 1f86d01
Browse repository at this point
fault_friction: convergence of the three observation sets side by side
Show description for bcac5a8
lmoresi
and
claude
committed
bcac5a8
View commit details
Copy full SHA for bcac5a8
Browse repository at this point
Commits on Sep 17, 2026
fault_friction: PyVista renders of the true state on the mesh's own triangulation
Show description for f7d9ccf
lmoresi
and
claude
committed
f7d9ccf
View commit details
Copy full SHA for f7d9ccf
Browse repository at this point
The fault example records itself; adjoint solves are operators in every transcript view
Show description for 077af00
lmoresi
and
claude
committed
077af00
View commit details
Copy full SHA for 077af00
Browse repository at this point
adjoint_solve transposes the matrices and solves forwards with the solver's own KSP
Show description for b1d0682
lmoresi
and
claude
committed
b1d0682
View commit details
Copy full SHA for b1d0682
Browse repository at this point
sensitivity: leave numeric constants as named expressions when peeling, so the kernel is not recompiled per value
Show description for 57fcdf3
lmoresi
and
claude
committed
57fcdf3
View commit details
Copy full SHA for 57fcdf3
Browse repository at this point
plot_convergence: read the per-observation data files
Show description for 4568899
lmoresi
and
claude
committed
4568899
View commit details
Copy full SHA for 4568899
Browse repository at this point
The adjoint operator is assembled from the transposed pointwise kernels
Show description for 52deffe
lmoresi
and
claude
committed
52deffe
View commit details
Copy full SHA for 52deffe
Browse repository at this point
solver.gradient(misfit, parameters, fields): the steady adjoint as one call, and the adjoint problem in writing
Show description for 557417b
lmoresi
and
claude
committed
557417b
View commit details
Copy full SHA for 557417b
Browse repository at this point
A misfit on a boundary, and a parameter that enters through one
Show description for 30b0938
lmoresi
and
claude
committed
30b0938
View commit details
Copy full SHA for 30b0938
Browse repository at this point
A misfit with terms on several domains; the fault example's surface terms are boundary integrals
Show description for 3ccc2b6
lmoresi
and
claude
committed
3ccc2b6
View commit details
Copy full SHA for 3ccc2b6
Browse repository at this point
fault_friction: the optimiser sees the misfit relative to its starting value
Show description for c3adaf8
lmoresi
and
claude
committed
c3adaf8
View commit details
Copy full SHA for c3adaf8
Browse repository at this point
fault_friction: orientation is an interior observable; the surface gives the strain rate
Show description for 503989c
lmoresi
and
claude
committed
503989c
View commit details
Copy full SHA for 503989c
Browse repository at this point
Commits on Sep 18, 2026
uw.adjoint.minimise: PETSc TAO as the inversion driver
Show description for ab4b7b0
lmoresi
and
claude
committed
ab4b7b0
View commit details
Copy full SHA for ab4b7b0
Browse repository at this point
fault_friction: scipy stays the default driver, since the note's figures come from it; tao is the switch
Show description for 53417bb
lmoresi
and
claude
committed
53417bb
View commit details
Copy full SHA for 53417bb
Browse repository at this point
fault_friction: noise on the observations, a Tikhonov term, and bounds for TAO's blmvm
Show description for 183ea41
lmoresi
and
claude
committed
183ea41
View commit details
Copy full SHA for 183ea41
Browse repository at this point
fault_friction: the objective is a negative log posterior, with the prior given by its width
Show description for 3be3f18
lmoresi
and
claude
committed
3be3f18
View commit details
Copy full SHA for 3be3f18
Browse repository at this point
Commits on Sep 19, 2026
fault_friction: the example as a notebook, in kilometres, with the run header in the declared units
Show description for b019c75
lmoresi
and
claude
committed
b019c75
View commit details
Copy full SHA for b019c75
Browse repository at this point
Commits on Sep 20, 2026
adjoint: a parameter in a Dirichlet datum gets its reaction term
Show description for 6fb6055
lmoresi
and
claude
committed
6fb6055
View commit details
Copy full SHA for 6fb6055
Browse repository at this point
adjoint: the datum term through the transcript driver, and a refusal for data on other fields
Show description for e6e4e61
lmoresi
and
claude
committed
e6e4e61
View commit details
Copy full SHA for e6e4e61
Browse repository at this point
You can’t perform that action at this time.