Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
bb2911e
Move SurfaceGeomechanicsFilter and refactor functions
paloma-martinez Sep 9, 2025
391aeea
Move and refactor plugin
paloma-martinez Sep 9, 2025
176b508
add geos-processing to install script
paloma-martinez Sep 10, 2025
cd83faf
Merge branch 'main' into pmartinez/refactor/moveSurfaceGeomechanics
paloma-martinez Sep 10, 2025
8b72f3f
Add more log
paloma-martinez Sep 12, 2025
5bd267c
Add documentation
paloma-martinez Sep 18, 2025
4277ebb
Filter cleaning
paloma-martinez Oct 3, 2025
2e71538
Documentation
paloma-martinez Oct 3, 2025
4bdc33c
Merge branch 'main' into pmartinez/refactor/moveSurfaceGeomechanics
paloma-martinez Oct 3, 2025
b6f9d85
Refactor the basis change computation
paloma-martinez Oct 15, 2025
37e3fd6
Merge branch 'main' into pmartinez/refactor/moveSurfaceGeomechanics
paloma-martinez Oct 15, 2025
9c10aea
Refactor of normal and tangential vectors computation
paloma-martinez Oct 21, 2025
b2d6447
Merge branch 'main' into pmartinez/refactor/moveSurfaceGeomechanics
paloma-martinez Oct 21, 2025
4643add
Replace and add tests for attribute to vector functions
paloma-martinez Oct 29, 2025
64494c8
Add tests and better error handling
paloma-martinez Oct 29, 2025
98a825b
Adding tests for SurfaceGeomechanics filter
paloma-martinez Oct 29, 2025
c87b243
Merge branch 'main' into pmartinez/refactor/moveSurfaceGeomechanics
paloma-martinez Oct 29, 2025
52bcd56
Fix
paloma-martinez Oct 29, 2025
d3e4fc6
typo
paloma-martinez Oct 29, 2025
badc7cd
Small modifications from Romain review
paloma-martinez Oct 30, 2025
335782c
Fix typing and error in getTangents function
paloma-martinez Oct 31, 2025
359ceb0
Fix tests following previous commit modifs
paloma-martinez Oct 31, 2025
27ae09d
SISO filter
paloma-martinez Oct 31, 2025
58e30e3
fix docstring
paloma-martinez Oct 31, 2025
c56b2de
fix the fix
paloma-martinez Oct 31, 2025
cdd923c
typing
paloma-martinez Oct 31, 2025
24e4c5b
typing
paloma-martinez Oct 31, 2025
a7f17e0
Merge branch 'main' into pmartinez/refactor/moveSurfaceGeomechanics
paloma-martinez Oct 31, 2025
7e7eca1
.
paloma-martinez Oct 31, 2025
9df9481
Merge branch 'pmartinez/refactor/moveSurfaceGeomechanics' of https://…
paloma-martinez Oct 31, 2025
dab09d0
Move GeosBlockMerge from geos-posp to geos-processing
RomainBaville Oct 31, 2025
7677e88
Remove PVPythonAlgorythmBase
RomainBaville Oct 31, 2025
a59d804
Update to the last version of the main
RomainBaville Oct 31, 2025
95072db
clean & refactor the code
RomainBaville Nov 3, 2025
7b94f10
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockMerge
RomainBaville Nov 3, 2025
c2ab8fb
Update import
RomainBaville Nov 3, 2025
c2df04e
Fix density name for fluid phase
RomainBaville Nov 4, 2025
eabc058
harmonized the code (logger, varriable name ...)
RomainBaville Nov 4, 2025
ab7bfcb
Clean the doc
RomainBaville Nov 4, 2025
789cd31
Update GeosBlockMerge calling
RomainBaville Nov 4, 2025
8f08be8
fix computePhaseNames
RomainBaville Nov 4, 2025
13ea5b5
fix convertBlockToSurface
RomainBaville Nov 4, 2025
7755639
fix ci
RomainBaville Nov 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/geos_posp_docs/filters.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/geos_posp_docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ Processing
.. toctree::
:maxdepth: 5

filters

pyvistaTools
9 changes: 9 additions & 0 deletions docs/geos_processing_docs/post_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ geos.processing.post_processing.GeosBlockExtractor module
:members:
:undoc-members:
:show-inheritance:


geos.processing.post_processing.GeosBlockMerge module
-----------------------------------------------------

.. automodule:: geos.processing.post_processing.GeosBlockMerge
:members:
:undoc-members:
:show-inheritance:
Loading