magnesj
0258874e17
Fixes by clang-format
2020-11-09 08:31:57 -05:00
Kristian Bendiksen
9f92f15279
#6495 Update python api to changes in fracture model + template.
2020-09-28 12:02:45 +02:00
Ruben Manuel Thoms
d1b3e0781e
Changed hard coded temp directory pathes to built-in tempfile gettempdir().
2020-09-25 17:13:48 +02:00
Gaute Lindkvist
2741b24e27
Add the rips.Project.summary_cases() method and an example
2020-09-23 18:02:30 +02:00
Gaute Lindkvist
df51c9becb
Added Python example for replace case
...
(and replaced tabs with spaces in CMake file for GRPCinterface)
2020-09-23 18:02:30 +02:00
Kristian Bendiksen
724131d310
#1061 Add missing override keyword in ApplicationCode.
2020-09-15 11:04:39 +02:00
Gaute Lindkvist
63803eeebd
Make modeled well paths scriptable
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
2e1bf89bff
#6417 Fix update of cvf::Vec3d from Python
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
66c57cfae8
Add test_summary_cases.py to project tree
2020-09-08 13:44:55 +02:00
Kristian Bendiksen
a2f6a28248
#6423 Use directory instead of file path for FRK export.
2020-09-07 13:47:18 +02:00
Kristian Bendiksen
30b06eb3e0
#6363 Export fracture model plot as png in example.
2020-09-02 16:33:47 +02:00
jonjenssen
cfe64f5706
Surface python interface ( #6370 )
...
* Add python interface for importing surfaces with example.
2020-08-26 12:31:23 +02:00
github-actions[bot]
c4d2488d31
Fixes by clang-format ( #6362 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-25 08:44:08 +02:00
Gaute Lindkvist
f82b2f73ec
#6320 Refactor of PdmScripting
...
* Make base class abstract
* Implement support for IOHandling for PdmChild and PdmChildArray fields
2020-08-25 08:33:47 +02:00
Kristian Bendiksen
a659d065ad
#6322 Fix stringification of pointers to objects on python side.
2020-08-24 09:41:06 +02:00
Gaute Lindkvist
4a8c4fd68f
Revert docs/rips/project.py and fix uncommented code
2020-08-24 09:40:36 +02:00
Gaute Lindkvist
30fa232c25
#6320 Rename generated/pdm_objects.py to generated/resinsight_classes.py
...
* This is to avoid confusion with pdmobject.py
2020-08-24 09:40:36 +02:00
Gaute Lindkvist
454e7f17a0
#6322 Fix Python 3.8 problems
...
* Change base PdmObject class name to PdmObjectBase to avoid name conflicts
* Make all import paths relative
2020-08-24 09:40:36 +02:00
Kristian Bendiksen
307639a7d1
#6232 Add python api for exporting fracture model plot to frk file.
2020-08-18 10:12:10 +02:00
Kristian Bendiksen
22759b201d
#6232 Simplify importing elastic properties for fracture model.
2020-08-18 10:12:10 +02:00
Kristian Bendiksen
8dfe9bd4b5
#6232 Add python api for creating fracture model plot.
2020-08-18 10:12:10 +02:00
Kristian Bendiksen
ef36bbd04a
#6232 Add example for creating a fracture model from python
2020-08-18 10:12:10 +02:00
github-actions[bot]
6b5f4dddc9
Fixes by clang-format
2020-06-08 11:09:51 +02:00
Magne Sjaastad
91dd3e6d3e
NNC : Fix pytest
2020-05-18 15:22:08 +02:00
Gaute Lindkvist
ab0b05b31c
Improve NNC memory use
2020-05-15 12:55:25 +02:00
Magne Sjaastad
928acfdf9b
Allan : Do not test for cached data in pytest
2020-05-13 17:56:32 +02:00
Gaute Lindkvist
f199297f12
#5915 improve performance of NNC computation and limit to active cells
2020-05-13 12:19:03 +02:00
Magne Sjaastad
3d2ac4b573
Fix misspelled Allan diagram ( #5906 )
...
Closes #5816
2020-05-12 15:14:42 +02:00
Kristian Bendiksen
c016c02e40
Replace RiaApplication::instance()->project() with RimProject::current().
...
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Magne Sjaastad
83914006fd
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
3f88fe197a
Convert to enum class
2020-04-24 11:40:22 +02:00
Gaute Lindkvist
9fcfe4fa84
Merge branch 'dev' into feature-analysis-plots-initial
2020-04-22 16:17:09 +02:00
Magne Sjaastad
2461716909
Python setup file : Add missing comma
2020-04-19 21:37:09 +02:00
Magne Sjaastad
bf044d52b3
Python : Config and description of autopep8
2020-04-17 13:54:20 +02:00
Magne Sjaastad
8662ff90d2
#5792 Python : Add import_summary_case and find summary case from ID
...
Add example of use and updated documentation
2020-04-17 13:54:19 +02:00
Magne Sjaastad
8e8d1d7fe3
Summary Data : Update example
2020-04-17 13:54:14 +02:00
Magne Sjaastad
1849c9cc76
#5757 Python : Report error message if no result is created
2020-04-17 13:54:13 +02:00
Magne Sjaastad
6adffe5050
#5757 Python : Add access to summary values
2020-04-17 13:54:11 +02:00
Magne Sjaastad
d6ec1a53fb
#5749 Python : Add missing conversion from Grpc object to PdmObject
2020-04-17 13:54:10 +02:00
Magne Sjaastad
d675db98f6
Update python doc ( #5803 )
...
Several improvement and adjustments to the Python documentation
- applied autopep8
- add summary example
- use references to reference other classes and methods
2020-04-16 16:06:18 +02:00
Magne Sjaastad
9e48d7ba7e
Python : Config and description of autopep8
2020-04-16 07:22:17 +02:00
Magne Sjaastad
185e4c15ef
#5792 Python : Add import_summary_case and find summary case from ID
...
Add example of use and updated documentation
2020-04-15 21:58:18 +02:00
Magne Sjaastad
60caae37e7
Summary Data : Update example
2020-04-07 10:16:27 +02:00
Magne Sjaastad
3b8cdaa5e0
#5757 Python : Report error message if no result is created
2020-04-07 10:16:04 +02:00
Magne Sjaastad
903c6ba94b
#5757 Python : Add access to summary values
2020-04-01 13:32:27 +02:00
Magne Sjaastad
c4a3418d68
#5749 Python : Add missing conversion from Grpc object to PdmObject
2020-03-31 14:03:25 +02:00
Magne Sjaastad
ead29ef70f
Python Doc : Improve formatting of tables
2020-03-30 14:07:22 +02:00
Magne Sjaastad
0bdfd319c3
Update list of examples
2020-03-14 10:13:34 +01:00
Magne Sjaastad
db052ec3d4
Python Doc : Add well log plot
2020-03-14 10:13:34 +01:00
Gaute Lindkvist
2853308a4a
Python: Create summary plot from string
2020-03-13 14:18:41 +01:00