Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 0 additions & 14 deletions docs/geos_posp_docs/PVplugins.rst

This file was deleted.

37 changes: 0 additions & 37 deletions docs/geos_posp_docs/visu.PVUtils.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/geos_posp_docs/visualization.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Mohr's Circle Package

This package includes utilities to compute and plot Mohr's Circles using the Python View from Paraview.

geos_posp.visu.mohrCircles.functionsMohrCircle module
geos.pv.utils.mohrCircles.functionsMohrCircle module
--------------------------------------------------------

.. automodule:: geos_posp.visu.mohrCircles.functionsMohrCircle
.. automodule:: geos.pv.utils.mohrCircles.functionsMohrCircle
:members:
:undoc-members:
:show-inheritance:

geos_posp.visu.mohrCircles.plotMohrCircles module
geos.pv.utils.mohrCircles.plotMohrCircles module
--------------------------------------------------

.. automodule:: geos_posp.visu.mohrCircles.plotMohrCircles
.. automodule:: geos.pv.utils.mohrCircles.plotMohrCircles
:members:
:undoc-members:
:show-inheritance:
10 changes: 8 additions & 2 deletions docs/geos_pv_docs/processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The plugins include:
* A reader that parse GEOS output log file;
* 3D mesh cleanning plugins;
* Processing plugins to compute additional geomechanical properties;
* Visualization plugins to plot Mohr's circles (currently in `geos_posp`) and cross plots using Paraview Python View.
* Visualization plugins to plot Mohr's circles and cross plots using Paraview Python View.


PVAttributeMapping
Expand Down Expand Up @@ -103,4 +103,10 @@ PVGeomechanicsWorkflowVolumeWell plugin
PVGeomechanicsCalculator plugin
---------------------------------------

.. automodule:: geos.pv.plugins.PVGeomechanicsCalculator
.. automodule:: geos.pv.plugins.PVGeomechanicsCalculator


PVMohrCirclePlot plugin
---------------------------------

.. automodule:: geos.pv.plugins.PVMohrCirclePlot
2 changes: 1 addition & 1 deletion docs/geos_pv_docs/pyplotUtils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ geos.pv.pyplotUtils.matplotlibOptions module
.. automodule:: geos.pv.pyplotUtils.matplotlibOptions
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/geos_pv_docs/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Utilities
pythonViewUtils

utils

mohrCircles
3 changes: 1 addition & 2 deletions geos-posp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include-package-data = true

[tool.setuptools.packages.find]
where = ["src"]
include = ["geos_posp*", "PVplugins*"]
include = ["geos_posp*"]
exclude = ['tests*']

[project]
Expand Down Expand Up @@ -90,5 +90,4 @@ source = ["geos-posp"]
omit = [
"*/pyvistaUtils/*",
"*/visu/*",
"*/PVplugins/*",
]
13 changes: 0 additions & 13 deletions geos-posp/src/PVplugins/__init__.py

This file was deleted.

Empty file removed geos-posp/src/PVplugins/py.typed
Empty file.
192 changes: 0 additions & 192 deletions geos-posp/src/geos_posp/visu/PVUtils/DisplayOrganizationParaview.py

This file was deleted.

22 changes: 0 additions & 22 deletions geos-posp/src/geos_posp/visu/PVUtils/checkboxFunction.py

This file was deleted.

Loading
Loading