Added a comprehensive technical implementation report for the Multiscale Anisotropic Field Deformation framework. Describes methodology, GPU-accelerated execution via PyKeOps, and dual-criteria octree subdivision for efficient and precise geological model - #95
Conversation
…ale Anisotropic Field Deformation framework. Describes methodology, GPU-accelerated execution via PyKeOps, and dual-criteria octree subdivision for efficient and precise geological modeling.
…ogic to support 2D anisotropy matrices.
…l handling, and performance checks.
…onstraints and residual checks.
…ment, refine kernel range, and add anisotropy visualization.
…est, including scalar fields, isosurfaces, and contact points.
…t, simplify constraints handling, and enhance 3D anis
…options for integration test correction
This was referenced Sep 4, 2026
[FIX] Ensure tensors consistently move to backend device and add tests for GPU-specific behavior
#90
Merged
Merged
Merged
Member
Author
This was referenced Sep 4, 2026
Leguark
marked this pull request as ready for review
September 4, 2026 13:19
Member
Author
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.

Added a comprehensive technical implementation report for the Multiscale Anisotropic Field Deformation framework. Describes methodology, GPU-accelerated execution via PyKeOps, and dual-criteria octree subdivision for efficient and precise geological modeling.
Add micro-anisotropic correction support with evaluator, options, and tests
Add unit test for micro-anisotropic correction and extend evaluator logic to support 2D anisotropy matrices.
Refactor micro-anisotropic test to include macro constraints, residual handling, and performance checks.
Add 3D integration test for micro-anisotropic correction with macro constraints and residual checks.
Refactor 3D micro-anisotropic integration test: enhance contact placement, refine kernel range, and add anisotropy visualization.
Add PyVista-based 3D visualization to micro-anisotropic integration test, including scalar fields, isosurfaces, and contact points.
Refactor micro-anisotropic evaluator pipeline: add kernel type support, simplify constraints handling, and enhance 3D anis
Set
preserve_macro_pointsto False in micro-anisotropic evaluation options for integration test correction