What's Changed
- [FIX] Correct vertex index calculation in meshes_to_subsurface method | GEN-13490 by @Leguark in #32
- [REFACTOR] Optimize dual contouring gradient handling and normal correction | GEN-13490 by @Leguark in #33
- [REFACTOR] Modularize triangulation code with helper functions for improved readability | GEN-13490 by @Leguark in #34
- [ENH] Implement surface-based dual contouring with optimized triangulation by @Leguark in #35
- [REFACTOR] Optimize dual contouring vertex generation and add vertex overlap configuration by @Leguark in #36
- [FIX] Fix tensor concatenation to handle mixed numpy/torch arrays by @Leguark in #37
- [ENH] Add geophysics module with gravity modeling and magnetic implementation plan by @Leguark in #38
- [ENH] Add magnetic forward modeling for Total Magnetic Intensity (TMI) calculation by @Leguark in #39
- [REFACTOR] Restructure geophysics input classes for better magnetics and gravity handling by @Leguark in #41
Full Changelog: v2025.3.0a2...v2025.3.1a0