Skip to content

Commit 9aedd49

Browse files
docs: Fix doc typo and missing features (#242)
1 parent 3e69915 commit 9aedd49

8 files changed

Lines changed: 52 additions & 35 deletions

File tree

docs/geos_processing_docs/generic_processing_tools.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,37 @@ AttributeMapping
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
geos.processing.generic_processing_tools.AttributesDiff filter
16-
----------------------------------------------------------------
15+
AttributesDiff
16+
--------------------------------
1717

1818
.. automodule:: geos.processing.generic_processing_tools.AttributesDiff
1919
:members:
2020
:undoc-members:
2121
:show-inheritance:
2222

23-
CreateConstantAttributePerRegion
24-
--------------------------------------
2523

26-
.. automodule:: geos.processing.generic_processing_tools.CreateConstantAttributePerRegion
24+
ClipToMainFrame
25+
------------------------------
26+
27+
.. automodule:: geos.processing.generic_processing_tools.ClipToMainFrame
2728
:members:
2829
:undoc-members:
2930
:show-inheritance:
3031

3132

32-
FillPartialArrays
33-
------------------------
33+
CreateConstantAttributePerRegion
34+
--------------------------------------
3435

35-
.. automodule:: geos.processing.generic_processing_tools.FillPartialArrays
36+
.. automodule:: geos.processing.generic_processing_tools.CreateConstantAttributePerRegion
3637
:members:
3738
:undoc-members:
3839
:show-inheritance:
3940

4041

41-
SplitMesh
42-
-------------------------
42+
FillPartialArrays
43+
------------------------
4344

44-
.. automodule:: geos.processing.generic_processing_tools.SplitMesh
45+
.. automodule:: geos.processing.generic_processing_tools.FillPartialArrays
4546
:members:
4647
:undoc-members:
4748
:show-inheritance:
@@ -56,10 +57,10 @@ MergeBlockEnhanced
5657
:show-inheritance:
5758

5859

59-
ClipToMainFrame
60-
------------------------------
60+
SplitMesh
61+
-------------------------
6162

62-
.. automodule:: geos.processing.generic_processing_tools.ClipToMainFrame
63+
.. automodule:: geos.processing.generic_processing_tools.SplitMesh
6364
:members:
6465
:undoc-members:
6566
:show-inheritance:

docs/geos_processing_docs/post_processing.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,13 @@ GEOS computes many outputs including flow and geomechanic properties if coupled
1313
Several processing filters require the definition of physical parameters. The following list is non-exhaustive. See :ref:`output-constant`.
1414

1515
Default values:
16+
1617
- grainBulkModulus = 38e9 Pa ( quartz value )
1718
- specificDensity = 1000.0 kg/m³ ( water value )
18-
- rock cohesion: 0.0 Pa $( fractured case )
19+
- rock cohesion: 0.0 Pa ( fractured case )
1920
- friction angle: 10°
2021

2122

22-
SurfaceGeomechanics
23-
-----------------------------
24-
25-
.. automodule:: geos.processing.post_processing.SurfaceGeomechanics
26-
:members:
27-
:undoc-members:
28-
:show-inheritance:
29-
3023

3124
GeomechanicsCalculator
3225
--------------------------------
@@ -53,3 +46,12 @@ GeosBlockMerge
5346
:members:
5447
:undoc-members:
5548
:show-inheritance:
49+
50+
51+
SurfaceGeomechanics
52+
-----------------------------
53+
54+
.. automodule:: geos.processing.post_processing.SurfaceGeomechanics
55+
:members:
56+
:undoc-members:
57+
:show-inheritance:

docs/geos_processing_docs/pre_processing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ MeshQualityEnhanced filter
1818
:members:
1919
:undoc-members:
2020
:show-inheritance:
21+
22+
TetQualityAnalysis filter
23+
---------------------------------------------------------
24+
25+
.. automodule:: geos.processing.pre_processing.TetQualityAnalysis
26+
:members:
27+
:undoc-members:
28+
:show-inheritance:

docs/geos_pv_docs/pv_generic.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,25 @@ Create Constant Attribute Per Region
1313

1414
.. automodule:: geos.pv.plugins.generic_processing.PVCreateConstantAttributePerRegion
1515

16+
Clip to the main frame
17+
-----------------------------
18+
19+
.. automodule:: geos.pv.plugins.generic_processing.PVClipToMainFrame
20+
1621

1722
Fill Partial Arrays
1823
-----------------------
1924

2025
.. automodule:: geos.pv.plugins.generic_processing.PVFillPartialArrays
2126

2227

23-
Split Mesh
24-
-----------------
25-
26-
.. automodule:: geos.pv.plugins.generic_processing.PVSplitMesh
27-
28-
2928
Merge Blocks Keeping Partial Attributes
3029
---------------------------------------------
3130

3231
.. automodule:: geos.pv.plugins.generic_processing.PVMergeBlocksEnhanced
3332

3433

35-
Clip to the main frame
36-
-----------------------------
34+
Split Mesh
35+
-----------------
3736

38-
.. automodule:: geos.pv.plugins.generic_processing.PVClipToMainFrame
37+
.. automodule:: geos.pv.plugins.generic_processing.PVSplitMesh

docs/geos_pv_docs/pv_qc.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Mesh Quality Enhanced
1313
.. automodule:: geos.pv.plugins.qc.PVMeshQualityEnhanced
1414

1515

16+
Tetrahedra QC
17+
---------------------------
18+
19+
.. automodule:: geos.pv.plugins.qc.PVTetQualityAnalysis
20+
21+
1622
Python View Configurator
1723
------------------------------
1824

geos-processing/src/geos/processing/pre_processing/TetQualityAnalysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
To use the filter:
2828
2929
.. code-block:: python
30+
3031
from geos.processing.pre_processing.TetQualityAnalysis import TetQualityAnalysis
3132
3233
# Filter inputs

geos-pv/src/geos/pv/plugins/post_processing/PVGeomechanicsWorkflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* Convert volume meshes to surface if needed
4949
* Copy "geomechanics" attributes from the initial timestep to the current one if they exist
5050
51-
PVGeomechanicsCalculator is a paraview plugin that allows to compute basic and advanced geomechanics properties from existing ones in the mesh. This is donne on each block of the volume mesh.
51+
PVGeomechanicsCalculator is a paraview plugin that allows to compute basic and advanced geomechanics properties from existing ones in the mesh. This is done on each block of the volume mesh.
5252
5353
The basic geomechanics properties computed on the mesh are:
5454
- The elastic moduli not present on the mesh
@@ -64,7 +64,7 @@
6464
- Fracture index and threshold
6565
- Critical pore pressure and pressure index
6666
67-
PVSurfaceGeomechanics is a Paraview plugin that allows to compute additional geomechanical attributes from the input surfaces, such as shear capacity utilization (SCU). This is donne on each block of the fault mesh.
67+
PVSurfaceGeomechanics is a Paraview plugin that allows to compute additional geomechanical attributes from the input surfaces, such as shear capacity utilization (SCU). This is done on each block of the fault mesh.
6868
6969
This filter results in 3 output pipelines with the vtkMultiBlockDataSet:
7070
- "Volume" contains the volume domain

geos-pv/src/geos/pv/plugins/qc/PVTetQualityAnalysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from geos.utils.Logger import isHandlerInLogger
2929

3030
__doc__ = f"""
31-
Tetrahedra QC is a ParaView plugin filter that analyze and compare the tetrahedras of two given vtkUnstructured grid datasets.
31+
Tetrahedra QC is a ParaView plugin filter that analyzes and compares the tetrahedras of two given vtkUnstructured grid datasets.
3232
3333
A figure with relevant quality metrics is saved at the end of the process for a visual comparison.
3434

0 commit comments

Comments
 (0)