[ENH] Wire finite-fault definitions into fault stack interpolation - #93
Merged
Conversation
Member
Author
This was referenced Jul 27, 2026
Merged
Merged
Leguark
force-pushed
the
finite_faults/projection_correctness
branch
from
September 4, 2026 13:17
f229d8c to
3bbbb63
Compare
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 4, 2026 13:17
c37df97 to
30790fb
Compare
This was referenced Sep 4, 2026
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 4, 2026 13:29
30790fb to
b582ed4
Compare
Leguark
marked this pull request as ready for review
September 4, 2026 13:34
Member
Author
Merge activity
|
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 5, 2026 09:43
b582ed4 to
ec5a4fa
Compare
Leguark
force-pushed
the
finite_faults/projection_correctness
branch
from
September 5, 2026 09:43
3280ecb to
535b51d
Compare
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 5, 2026 09:44
ec5a4fa to
19eb035
Compare
Leguark
force-pushed
the
finite_faults/projection_correctness
branch
from
September 5, 2026 09:44
535b51d to
0561736
Compare
Integrates finite-fault support into fault stack interpolation paths, ensuring scalar gradients are enabled for finite faults and isolated stack handling for sequential and flat-stack modes. Adds validation for finite-fault definitions, scalar gradient dependencies, and fault-stack constraints. Updates tests, stack operations, and documentation for finite-fault wiring.
Leguark
changed the base branch from
finite_faults/projection_correctness
to
graphite-base/93
September 5, 2026 09:45
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 5, 2026 09:45
19eb035 to
aa5edaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Integrates finite-fault support into fault stack interpolation paths, ensuring scalar gradients are enabled for finite faults and isolated stack handling for sequential and flat-stack modes. Adds validation for finite-fault definitions, scalar gradient dependencies, and fault-stack constraints. Updates tests, stack operations, and documentation for finite-fault wiring.