Skip to content

Commit a320cec

Browse files
feat: Adding a paraview plugin configuration file (#230)
1 parent 86d2f72 commit a320cec

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

geos-pv/paraview.plugins.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<Plugins>
3+
<!-- 0- Generic Processing -->
4+
<Plugin name="PVAttributeMapping" filename="src/geos/pv/plugins/generic_processing/PVAttributeMapping.py"/>
5+
<Plugin name="PVClipToMainFrame" filename="src/geos/pv/plugins/generic_processing/PVClipToMainFrame.py"/>
6+
<Plugin name="PVCreateConstantAttributePerRegion" filename="src/geos/pv/plugins/generic_processing/PVCreateConstantAttributePerRegion.py"/>
7+
<Plugin name="PVFillPartialArrays" filename="src/geos/pv/plugins/generic_processing/PVFillPartialArrays.py"/>
8+
<Plugin name="PVMergeBlocksEnhanced" filename="src/geos/pv/plugins/generic_processing/PVMergeBlocksEnhanced.py"/>
9+
<Plugin name="PVSplitMesh" filename="src/geos/pv/plugins/generic_processing/PVSplitMesh.py"/>
10+
<!-- 1- Pre Processing -->
11+
<!-- 2- Post Processing -->
12+
<Plugin name="PVGeomechanicsCalculator" filename="src/geos/pv/plugins/post_processing/PVGeomechanicsCalculator.py"/>
13+
<Plugin name="PVGeomechanicsWorkflow" filename="src/geos/pv/plugins/post_processing/PVGeomechanicsWorkflow.py"/>
14+
<Plugin name="PVGeosBlockExtractAndMerge" filename="src/geos/pv/plugins/post_processing/PVGeosBlockExtractAndMerge.py"/>
15+
<Plugin name="PVGeosLogReader" filename="src/geos/pv/plugins/post_processing/PVGeosLogReader.py"/>
16+
<Plugin name="PVMohrCirclePlot" filename="src/geos/pv/plugins/post_processing/PVMohrCirclePlot.py"/>
17+
<Plugin name="PVSurfaceGeomechanics" filename="src/geos/pv/plugins/post_processing/PVSurfaceGeomechanics.py"/>
18+
<!-- 3- QC -->
19+
<Plugin name="PVCellTypeCounterEnhanced" filename="src/geos/pv/plugins/qc/PVCellTypeCounterEnhanced.py"/>
20+
<Plugin name="PVMeshQualityEnhanced" filename="src/geos/pv/plugins/qc/PVMeshQualityEnhanced.py"/>
21+
<Plugin name="PVPythonViewConfigurator" filename="src/geos/pv/plugins/qc/PVPythonViewConfigurator.py"/>
22+
<Plugin name="PVTetQualityAnalysis" filename="src/geos/pv/plugins/qc/PVTetQualityAnalysis.py"/>
23+
</Plugins>

0 commit comments

Comments
 (0)