[ENH] Add support for finite-fault scalar field handling - #97
Merged
Leguark merged 1 commit intoSep 5, 2026
Merged
Conversation
Member
Author
This was referenced Sep 4, 2026
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 4, 2026 13:29
7234a0e to
93e0628
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 4, 2026 13:30
e5b7b30 to
ab5ef6d
Compare
Leguark
marked this pull request as ready for review
September 4, 2026 13:38
Member
Author
Merge activity
|
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 5, 2026 09:43
93e0628 to
fa12ddf
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:43
ab5ef6d to
787e5b0
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:44
787e5b0 to
da4972b
Compare
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 5, 2026 09:44
fa12ddf to
5bb6745
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:45
da4972b to
8e37493
Compare
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
2 times, most recently
from
September 5, 2026 09:46
04e65e1 to
c47961d
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:46
8e37493 to
e43419c
Compare
Introduces finite-fault scalar fields in interpolation workflows with conditional inclusion based on environment variables. Adds new data structures, methods for scalar field computation, and integration with stack outputs and raw arrays. Updates fault stack wiring, test cases for scalar validation, and introduces `finite_fault_scalar` value type. Refactors relevant methods to handle scalar field serialization and dense grid operations. # Conflicts: # tests/test_common/test_api/test_faults/test_finite_fault_stack_wiring.py
Leguark
changed the base branch from
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
to
graphite-base/97
September 5, 2026 09:49
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:49
e43419c to
e8f580c
Compare
Leguark
force-pushed
the
graphite-base/97
branch
from
September 5, 2026 09:49
c47961d to
4f71a7b
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.

Introduces finite-fault scalar fields in interpolation workflows with conditional inclusion based on environment variables. Adds new data structures, methods for scalar field computation, and integration with stack outputs and raw arrays. Updates fault stack wiring, test cases for scalar validation, and introduces
finite_fault_scalarvalue type. Refactors relevant methods to handle scalar field serialization and dense grid operations.