Python doc : Add modules GridCaseGroup and View

This commit is contained in:
Magne Sjaastad
2019-08-08 11:38:01 +02:00
parent 54ed32e474
commit 136251c4b1

View File

@@ -71,6 +71,13 @@ Example
print(dimensions.j) print(dimensions.j)
print(dimensions.k) print(dimensions.k)
GridCaseGroup Module
===========
.. autoclass:: rips.GridCaseGroup
:members:
Project Module Project Module
============== ==============
@@ -83,7 +90,13 @@ Properties Module
.. autoclass:: rips.Properties .. autoclass:: rips.Properties
:members: :members:
Synchronous Example View Module
=================
.. autoclass:: rips.View
:members:
Synchronous Example
-------------------- --------------------
Read two properties, multiply them together and push the results back to ResInsight in a naïve way, by reading PORO into a list, then reading PERMX into a list, then multiplying them both in a resulting list and finally transferring back the list. Read two properties, multiply them together and push the results back to ResInsight in a naïve way, by reading PORO into a list, then reading PERMX into a list, then multiplying them both in a resulting list and finally transferring back the list.