Gaute Lindkvist
d28a426062
#5867 Fix missing curve legends in plots
2020-05-05 16:05:05 +02:00
Magne Sjaastad
abd4b7c769
Performance : Use map to speed up search
2020-05-05 06:55:03 +02:00
Magne Sjaastad
bb40453ae4
Performance : Return a static QString for string used many times
2020-05-05 06:55:03 +02:00
Magne Sjaastad
b7aeafc4d5
#5865 Fault and NNC performance : Build NNC geometry when needed
2020-05-04 16:09:29 +02:00
Magne Sjaastad
a615cc78dc
#5856 Well Disks : Improve logic to guard when geometry is created
2020-05-04 13:27:09 +02:00
Magne Sjaastad
3ef41345d0
Add missing include
2020-05-04 07:30:49 +02:00
Magne Sjaastad
0eb94ef574
#5379 Surface : Fix slicing in IJ direction
2020-05-04 06:32:37 +02:00
Magne Sjaastad
5d31912971
#5379 Surface : Update name from slice settings
2020-05-04 06:32:37 +02:00
Magne Sjaastad
5fcb42210c
#5379 Surface : Add alias
2020-05-04 06:32:37 +02:00
Magne Sjaastad
c69d857c8f
#5854 Surface : Add export of tsurf
2020-05-04 06:32:37 +02:00
Magne Sjaastad
e0d426df12
#5379 Surface : Add depth offset to base surface class
2020-05-04 06:32:37 +02:00
Magne Sjaastad
7bfe631118
#5379 Surface : Offset coords by a delta to avoid numerical instability
...
When creating a surface from top layer coords, we end up with a lot of geometrical operations in the same geometrical plane. Adjust the location of the surface coords to avoid these issues.
2020-05-04 06:32:37 +02:00
Magne Sjaastad
77734b8b57
#5379 Surface : Add grid case surface
2020-05-04 06:32:37 +02:00
Magne Sjaastad
4d114e36f8
#5379 Surface : Move enum to RiaDefines
2020-05-04 06:32:37 +02:00
Kristian Bendiksen
e66f937c29
Fix assignment instead of comparison bug in RimPlotDataFilterItem::fieldChangedByUi
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
4dfa975836
Fix warnings about "statement without effect" on gcc 7 on linux.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
92f4e6278c
Fix signed/unsigned comparison.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
b93b92cae2
Add parentheses in unclear expressions when suggested by gcc 7.3.1 on linux
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
656010ffb9
Fix incorrect comparison for majorTickMarkCount in RimMultiPlot::fieldChangedByUi.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
b5fe00ec09
Move variable to silence warnings on linux in release mode
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
2791e4954e
Move variable to silence warnings on linux in release mode.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
773ec05f7d
Remove unused variable.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
ad0c02a538
Remove disabling of warning 4503 on msvc.
...
The warning is no longer issued in msvc 2017.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
874cdb15c4
Fix search in RiaFontCache::fontSizeEnumFromPointSize.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
d1da920394
Avoid slashes in comments to not trigger multi-line comment warnings on linux.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
3f4778509d
#5829 Add reader for ROFF files to extract category names and values from file
2020-04-30 12:41:21 +02:00
Magne Sjaastad
58d8b0b753
#5852 3D view: Avoid more work than required
2020-04-30 12:29:58 +02:00
Magne Sjaastad
1630c5651e
#5852 3D view: Avoid creation of viz objects in clearGeometryCache
...
m_geometries[geomType].clearAndSetReservoir( geomType, rimEclipseCase, m_reservoirView ) was causing relative heavy performance issues. This is related to several structures being allocated and initialized in constructor in some visusualization object. Preferred workflow: Mark the geometry for recreation using the flag, and do the actual work when visualization is to be created.
2020-04-30 12:29:58 +02:00
Magne Sjaastad
fbd8fffcca
#5856 Well Disks: Convert to time_t once instead of N times
2020-04-30 12:29:58 +02:00
Magne Sjaastad
accfa47539
#5856 Well Disks : Guard recompute and limit evaluation to visible wells
2020-04-30 12:29:58 +02:00
Magne Sjaastad
bc400af345
#5837 Well Log Curves : Show icons in tree view
2020-04-28 07:31:00 +02:00
Magne Sjaastad
8c64dbeae9
#5837 Well Measurements : Allow paste of curves
2020-04-28 07:31:00 +02:00
Magne Sjaastad
eb46552e60
#5837 Well Measurements : Create new well measurement curves
2020-04-28 07:31:00 +02:00
Magne Sjaastad
34803b76be
#5837 Well Measurements : Allow modification of kind
2020-04-28 07:31:00 +02:00
Magne Sjaastad
264f77f9c9
#5847 Eclipse Ascii Case: Import of properties with comment in header fails
2020-04-27 09:42:15 +02:00
Gaute Lindkvist
2847c46d64
Fix regression crash due to legend issue
2020-04-24 15:12:43 +02:00
Magne Sjaastad
42964c0da4
Add static access function for RiaPreferences
2020-04-24 12:25:15 +02:00
Magne Sjaastad
616af75df3
#4035 System : Remove term souring from cmake and UI
...
Use general term HDF5 when required
2020-04-24 11:40:22 +02:00
Magne Sjaastad
72fefb4db5
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
95fc63fe7c
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
e85c36b4a4
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
f89dcf4e52
Convert to enum class
2020-04-24 11:40:22 +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
Magne Sjaastad
8aa36ee31e
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
4b372b438e
System : Remove support for Qt4
2020-04-24 11:40:22 +02:00
Gaute Lindkvist
0bd477485a
Merge branch 'dev' into feature-analysis-plots-initial
2020-04-23 08:39:27 +02:00
Magne Sjaastad
e8068d7b60
Merge pull request #5822 from OPM/tensor-plot-for-fluxes-5583
...
Tensor plot for fluxes 5583
2020-04-22 22:10:27 +02:00
Magne Sjaastad
12a4419a38
System : Update to match newer RHEL and CentOS versions
2020-04-22 20:19:03 +02:00
Gaute Lindkvist
9fcfe4fa84
Merge branch 'dev' into feature-analysis-plots-initial
2020-04-22 16:17:09 +02:00
Gaute Lindkvist
a85367512a
Remove superfluous line
2020-04-22 16:09:46 +02:00
Gaute Lindkvist
1b2c2b9499
Fix Linux build issue with lambdas
2020-04-22 16:02:41 +02:00
Gaute Lindkvist
f0ecf57a2b
Make decent defaults for correlation plots
2020-04-22 14:36:27 +02:00
Gaute Lindkvist
3133c6fc19
Add RimProject::current() static method
2020-04-22 14:35:25 +02:00
Gaute Lindkvist
87b631a23e
Make GNU GSL optional
2020-04-22 10:52:02 +02:00
Kristian Bendiksen
185046194c
Add RimDepthTrackPlot base class for RimWellLogPlot.
2020-04-22 08:57:25 +02:00
Kristian Bendiksen
afc824dd53
Fix CRLF line endings.
2020-04-22 08:57:25 +02:00
Magne Sjaastad
d5ea72fd8b
Merge pull request #5764 from OPM/biot-5213
...
Closes #5213
2020-04-21 15:50:24 +02:00
Gaute Lindkvist
78015fa19d
Correlation Matrix Plot
2020-04-21 14:00:22 +02:00
Gaute Lindkvist
85851d0794
Moved Box shape creator to QwtPlotTools for use in correlation matrix
2020-04-20 09:35:59 +02:00
Gaute Lindkvist
48c4d81505
Add ABS tag to Correlation plot x-axis when using absolute values
2020-04-20 09:35:35 +02:00
Magne Sjaastad
83d9512901
Adm : Add keywords
2020-04-20 08:31:11 +02:00
Magne Sjaastad
2461716909
Python setup file : Add missing comma
2020-04-19 21:37:09 +02:00
Magne Sjaastad
e3143eb949
Grid cell time history curves : Guard null pointer access
2020-04-18 09:20:04 +02:00
Gaute Lindkvist
7e3fc1c886
Parameter result cross plot
2020-04-17 19:24:12 +02:00
Gaute Lindkvist
494ce6306f
Fix axis range for abs-value Correlation Plots
2020-04-17 14:16:34 +02:00
Magne Sjaastad
3c05fff768
Output field keyword alias names
2020-04-17 13:55:49 +02:00
Gaute Lindkvist
60419f0985
Working Correlation Plot prototype
2020-04-17 13:54:21 +02:00
Magne Sjaastad
82ed7bbc81
#5792 Python : Do not show file selection dialog in console mode
2020-04-17 13:54:20 +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
1a91767219
#5792 Python : Preparations
...
Fix wrong text in date time class
Remove message box, as the function is also intended to be used in a console setting
2020-04-17 13:54:19 +02:00
Magne Sjaastad
a10641cf28
#5800 Delta summary : Fix computations for fixed time step
...
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-17 13:54:18 +02:00
Magne Sjaastad
c6c624a02e
#5801 Icon for delta summary case
2020-04-17 13:54:18 +02:00
Gaute Lindkvist
067fe7f263
#5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
...
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-17 13:54:18 +02:00
Gaute Lindkvist
1d0cd26aff
#5585 Improve the way we decide on autozoom for the X-range in Well Log Tracks
2020-04-17 13:54:17 +02:00
Kristian Bendiksen
6dd4dabc33
#5775 Add ensemble id to RimSummaryCaseCollection.
2020-04-17 13:54:17 +02:00
Kristian Bendiksen
bc08aa1905
#5775 Add case id to summary case.
2020-04-17 13:54:17 +02:00
Magne Sjaastad
0a33cc269a
#5784 Contour Map : Guard null pointer access
2020-04-17 13:54:16 +02:00
Magne Sjaastad
8cdaf098c5
#5777 Well Measurements : Add icons
2020-04-17 13:54:16 +02:00
rebekkasjaastad
00d9dda6c4
Well Measurement Icons ( #5789 )
2020-04-17 13:54:16 +02:00
Magne Sjaastad
19dea15dd0
Fix typo
2020-04-17 13:54:16 +02:00
Magne Sjaastad
5a7129ffdf
#5779 Create Well Path : Add auto generated target at sea level
2020-04-17 13:54:15 +02:00
Magne Sjaastad
5a561054bf
Guard null pointer access
2020-04-17 13:54:15 +02:00
Magne Sjaastad
9041bc80fa
#5779 Add const to access methods
2020-04-17 13:54:15 +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
f076749dab
Adjustments after review
2020-04-17 13:54:13 +02:00
Magne Sjaastad
d895f342e2
Use AppEnum for DateTimePeriod
2020-04-17 13:54:13 +02:00
Magne Sjaastad
54206a42f6
#5757 Python : Add resampling of summary data
2020-04-17 13:54:12 +02:00
Magne Sjaastad
ae15122632
#5757 Python : Add access to time_t values
2020-04-17 13:54:12 +02:00
Magne Sjaastad
27def6c132
#5757 Python : Add access to summary addresses
2020-04-17 13:54:12 +02:00
Magne Sjaastad
6adffe5050
#5757 Python : Add access to summary values
2020-04-17 13:54:11 +02:00
Magne Sjaastad
2dcab9981b
#5538 Show scripts in plot window project tree
2020-04-17 13:54:11 +02:00
Magne Sjaastad
a48524eb42
#5756 Plot Window : Add message window
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
bed3381c4c
#5766 Sim Well Disks : Improve logic related to display of labels
2020-04-17 13:54:09 +02:00
Kristian Bendiksen
3f988f2d79
#5766 Make it possible to change color of well disks.
2020-04-17 13:54:09 +02:00
Kristian Bendiksen
e5eb2063be
#5766 Hide well disk labels when simulation well labels are turned off.
2020-04-17 13:54:08 +02:00
Kristian Bendiksen
5b1e75d259
#5766 Make well disk 4x bigger by default.
2020-04-17 13:54:08 +02:00
Kristian Bendiksen
3931f68c4f
#5656 Fix display of well disks in contour map
...
The summary reader would not be set if the property editor had not been
shown (i.e. defineUiOrdering had not been done) before the first draw.
2020-04-17 13:54:08 +02:00
Kristian Bendiksen
a0014f9d05
#5665 Fix import of element properties in saved projects.
...
The RigFemPartResultsCollection result cache could contain entries without data if
a query for that particular result had been made before the file had been
imported.
2020-04-17 13:54:08 +02:00
Kristian Bendiksen
2a11e8f4a1
#5696 WBS: Fix check for element properties when creating options source list.
...
An off-by-one error in the time step when checking if a element property table
has any values would lead to the "Propery Table" option not being shown in the
UI for the default time step (i.e 0).
This makes it possible to select UCS and POISSON_RATIO as element properties.
2020-04-17 13:54:07 +02:00
Kristian Bendiksen
72d878fb8b
#5695 : Improve pore pressure input options for reservoir/non-reservoir pressure.
...
Current options for reservoir:
1. Grid (POR-Bar)
2. LAS file (PP_INP, PP_RES_INP, POR_RES_INP)
3. Property table (POR_INP, PP_INP)
Current options for non-reservoir:
1. LAS file (PP_NONRES_INP or POR_NONRES_INP)
2. Property Table (POR_NONRES_INP or PP_NONRES_INP)
3. Hydrostatic
2020-04-17 13:54:07 +02:00
Magne Sjaastad
83bdf5f14d
#5769 Well Disk : Show error messages in message window
2020-04-17 13:54:07 +02:00
Magne Sjaastad
1900caba50
Fix compile issues Linux
2020-04-17 13:54:07 +02:00
Magne Sjaastad
d4130b456b
#5768 Info Box : Use space as thousand separator
2020-04-17 13:54:06 +02:00
Magne Sjaastad
42b0c1c357
Incomplete import of Restart data from 6X ( #5767 )
...
* #5763 Incomplete import of Restart data from 6X
6X simulator can report multiple keywords per time step. These additional keywords do not contain any data possible to import into ResInsight, but must be used when accessing the correct result keyword based on index in file.
2020-04-17 13:54:06 +02:00
Magne Sjaastad
d26c736042
Fix out of bounds access
...
Triggered by calculations when data is missing for some time steps
2020-04-17 13:54:06 +02:00
Magne Sjaastad
5f78d5e842
#5747 Completion Export: Include comment for zero transmissibility cells
2020-04-17 13:54:06 +02:00
Magne Sjaastad
efe79aeacf
#5747 Completion Export: Avoid nan values for zero permeability
2020-04-17 13:54:05 +02:00
Magne Sjaastad
66c3587d5b
Remove unused enum values
2020-04-17 13:54:05 +02:00
Magne Sjaastad
1ee2cafdd7
#5758 Create Well Path: Default well name "Well-1"
2020-04-17 13:54:05 +02:00
Magne Sjaastad
8c14dea3a8
#5750 Project File : Export of unused used path in ReferencedExternalFiles
2020-04-17 13:53:13 +02:00
Magne Sjaastad
4fa00a5252
Guard null pointer access
2020-04-17 13:09:28 +02:00
Magne Sjaastad
404a9ec7d9
Add icon to intersection results
2020-04-17 12:49:54 +02:00
Magne Sjaastad
bc4313f489
#5804 Separate Surface Result : Missing update of content in property editor
2020-04-16 16:08:33 +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
7f3bc6533e
#5792 Python : Do not show file selection dialog in console mode
2020-04-16 07:22:17 +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
d255dfb8c4
#5792 Python : Preparations
...
Fix wrong text in date time class
Remove message box, as the function is also intended to be used in a console setting
2020-04-15 21:58:18 +02:00
Magne Sjaastad
4102ba1454
#5800 Delta summary : Fix computations for fixed time step
...
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-15 14:52:11 +02:00
Magne Sjaastad
c9def2063d
#5801 Icon for delta summary case
2020-04-15 14:27:56 +02:00
Gaute Lindkvist
7bbbac8277
#5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
...
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-15 14:20:27 +02:00
Gaute Lindkvist
7b445a7fb7
#5585 Improve the way we decide on autozoom for the X-range in Well Log Tracks
2020-04-15 14:17:10 +02:00
Gaute Lindkvist
7b22bd2ea8
Add guards to analysis plots in case of deleted summary cases
2020-04-15 12:09:40 +02:00
Kristian Bendiksen
0b47e27e89
#5775 Add ensemble id to RimSummaryCaseCollection.
2020-04-14 19:12:05 +02:00
Kristian Bendiksen
a67286d78f
#5775 Add case id to summary case.
2020-04-14 19:12:05 +02:00
Kristian Bendiksen
6756533904
#5213 Use class enum for RimGeoMechCase::BiotCoefficientType
2020-04-14 06:32:00 +02:00
Kristian Bendiksen
d9c01f2486
#5213 Split out calculation of SE for shear components (S12, S13, S23)
...
These results are independent of pore pressure and biot coefficient.
2020-04-14 06:32:00 +02:00
Kristian Bendiksen
f30d16077b
#5213 Update biot type if currently selected biot file is removed.
2020-04-14 06:32:00 +02:00
Kristian Bendiksen
ecf61f9854
#5213 Show file name in biot coefficient from file UI.
2020-04-14 06:32:00 +02:00
Kristian Bendiksen
1fde4a09b5
Add button to import element properties for GeoMechCase.
2020-04-14 06:32:00 +02:00
Kristian Bendiksen
0d0ecf42fa
#5213 Use calculate geo mech stresses with biot coefficient.
2020-04-14 06:32:00 +02:00
Magne Sjaastad
c56385361e
#5784 Contour Map : Guard null pointer access
2020-04-10 08:05:06 +02:00
Magne Sjaastad
d748cfc96f
#5777 Well Measurements : Add icons
2020-04-10 08:01:17 +02:00
rebekkasjaastad
5a46000c3c
Well Measurement Icons ( #5789 )
2020-04-09 13:55:19 +02:00
Magne Sjaastad
0b0a314743
Fix typo
2020-04-07 21:44:43 +02:00
Magne Sjaastad
1c511dbeb3
#5779 Create Well Path : Add auto generated target at sea level
2020-04-07 21:44:43 +02:00
Magne Sjaastad
379276ae06
Guard null pointer access
2020-04-07 21:44:43 +02:00
Magne Sjaastad
15d727aca7
#5779 Add const to access methods
2020-04-07 21:44:43 +02:00
Magne Sjaastad
a99a32e8f3
Merge pull request #5760 from OPM/summary-data-python
...
Python support for summary data
2020-04-07 10:37:53 +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
f16185a652
Adjustments after review
2020-04-07 10:01:03 +02:00
Magne Sjaastad
5453e766d0
#5766 Sim Well Disks : Improve logic related to display of labels
2020-04-07 08:42:29 +02:00
Kristian Bendiksen
eff3c91e4b
#5766 Make it possible to change color of well disks.
2020-04-07 08:42:29 +02:00
Kristian Bendiksen
0be429e0fe
#5766 Hide well disk labels when simulation well labels are turned off.
2020-04-07 08:42:29 +02:00
Kristian Bendiksen
6702f21097
#5766 Make well disk 4x bigger by default.
2020-04-07 08:42:29 +02:00
Kristian Bendiksen
67864399fe
#5656 Fix display of well disks in contour map
...
The summary reader would not be set if the property editor had not been
shown (i.e. defineUiOrdering had not been done) before the first draw.
2020-04-07 08:42:29 +02:00
Kristian Bendiksen
a349232c6c
#5665 Fix import of element properties in saved projects.
...
The RigFemPartResultsCollection result cache could contain entries without data if
a query for that particular result had been made before the file had been
imported.
2020-04-06 13:55:22 +02:00
Kristian Bendiksen
4da969f86b
#5696 WBS: Fix check for element properties when creating options source list.
...
An off-by-one error in the time step when checking if a element property table
has any values would lead to the "Propery Table" option not being shown in the
UI for the default time step (i.e 0).
This makes it possible to select UCS and POISSON_RATIO as element properties.
2020-04-06 13:55:22 +02:00
Kristian Bendiksen
0733c00915
#5695 : Improve pore pressure input options for reservoir/non-reservoir pressure.
...
Current options for reservoir:
1. Grid (POR-Bar)
2. LAS file (PP_INP, PP_RES_INP, POR_RES_INP)
3. Property table (POR_INP, PP_INP)
Current options for non-reservoir:
1. LAS file (PP_NONRES_INP or POR_NONRES_INP)
2. Property Table (POR_NONRES_INP or PP_NONRES_INP)
3. Hydrostatic
2020-04-06 13:55:22 +02:00
Magne Sjaastad
8560d67a66
#5769 Well Disk : Show error messages in message window
2020-04-06 13:04:53 +02:00
Magne Sjaastad
a7ed41a4a5
Fix compile issues Linux
2020-04-06 12:48:43 +02:00
Magne Sjaastad
4eb2163b35
#5768 Info Box : Use space as thousand separator
2020-04-06 12:21:16 +02:00
Magne Sjaastad
99ccec52e3
Incomplete import of Restart data from 6X ( #5767 )
...
* #5763 Incomplete import of Restart data from 6X
6X simulator can report multiple keywords per time step. These additional keywords do not contain any data possible to import into ResInsight, but must be used when accessing the correct result keyword based on index in file.
2020-04-06 12:15:28 +02:00
Magne Sjaastad
46d8fb5e83
Fix out of bounds access
...
Triggered by calculations when data is missing for some time steps
2020-04-03 13:15:45 +02:00
Magne Sjaastad
b315022a2a
#5747 Completion Export: Include comment for zero transmissibility cells
2020-04-03 10:40:39 +02:00
Magne Sjaastad
1272ee92d0
#5747 Completion Export: Avoid nan values for zero permeability
2020-04-03 10:38:10 +02:00
Magne Sjaastad
787999f936
Remove unused enum values
2020-04-03 08:36:11 +02:00
Magne Sjaastad
70850a73d9
#5758 Create Well Path: Default well name "Well-1"
2020-04-03 08:35:45 +02:00
Jacob Støren
b7494500a3
#5559 Add Save to Pdf icon
2020-04-02 10:27:12 +02:00
Magne Sjaastad
4967a8c9b2
Use AppEnum for DateTimePeriod
2020-04-02 07:24:49 +02:00
Magne Sjaastad
acd151744a
#5757 Python : Add resampling of summary data
2020-04-01 22:21:21 +02:00
Magne Sjaastad
6b299a5d9d
#5757 Python : Add access to time_t values
2020-04-01 15:07:54 +02:00
Magne Sjaastad
fcd957fd51
#5757 Python : Add access to summary addresses
2020-04-01 14:30:29 +02:00
Magne Sjaastad
903c6ba94b
#5757 Python : Add access to summary values
2020-04-01 13:32:27 +02:00
Magne Sjaastad
db54cf993c
#5538 Show scripts in plot window project tree
2020-04-01 13:31:40 +02:00
Magne Sjaastad
a99b16076a
#5756 Plot Window : Add message window
2020-04-01 13:15:37 +02:00
Magne Sjaastad
26dad61df7
#5750 Project File : Export of unused used path in ReferencedExternalFiles
2020-04-01 10:19:52 +02:00
Jacob Støren
f6091907cb
#5740 Add option to sort groups by max value in group in BarChartBuilder
2020-03-31 15:21:54 +02:00
Magne Sjaastad
c4a3418d68
#5749 Python : Add missing conversion from Grpc object to PdmObject
2020-03-31 14:03:25 +02:00
Jacob Støren
21bfe9c70c
Remove strange path debug output
2020-03-31 13:20:18 +02:00
Jacob Støren
adb06f229c
Merge dev into feature-analysis-plots-initial
2020-03-31 13:13:47 +02:00
Jacob Støren
8167167bc9
Add debug output to pinpoint strange path origin
2020-03-31 11:20:01 +02:00
Jacob Støren
773fa0fcd5
#5559 Add Save to Pdf icon
2020-03-30 16:51:31 +02:00
Jacob Støren
c587358e79
#5728 Add icon for analysis plot filter
2020-03-30 15:39:33 +02:00
Jacob Støren
36eacac60b
#5725 Add delete command for analysis plot filters
2020-03-30 14:44:45 +02:00
Magne Sjaastad
ead29ef70f
Python Doc : Improve formatting of tables
2020-03-30 14:07:22 +02:00
Magne Sjaastad
b064159cbd
Add missing include
2020-03-30 10:15:20 +02:00
Magne Sjaastad
2b88773587
Linux : Fix compiler issue
2020-03-30 08:57:59 +02:00
Magne Sjaastad
8e89015cd5
#5707 Delta Summary Case : Add user option to select time step
2020-03-30 08:57:59 +02:00
Magne Sjaastad
ff5cc86935
#5707 Delta Ensemble Case : Add user option to select time step
2020-03-30 08:57:59 +02:00
Magne Sjaastad
69d36ed9a9
Avoid include of RiaQDateTimeTools in header
2020-03-30 08:57:59 +02:00
Magne Sjaastad
28d0818848
#5734 Summary Plot : Crash when toggling plot visibility
2020-03-30 08:57:59 +02:00
Jacob Støren
8cd25b0111
Refactor case difference calculation into a static method
...
To reuse in Analysis Plots
2020-03-30 08:57:59 +02:00
Magne Sjaastad
98410215e7
Linux : Use std::fabs
2020-03-30 07:36:13 +02:00
Kristian Bendiksen
b5c97ec750
#5717 Properly reload input properties when reading eclipse result case.
2020-03-29 22:20:54 +02:00
Kristian Bendiksen
b566ddbd4b
#5548 Remove switch fallthrough (warning on gcc 7).
2020-03-29 22:19:34 +02:00
Kristian Bendiksen
36b278e6c2
#5658 : Use brighter colors on well disks.
2020-03-25 20:49:44 +01:00
Kristian Bendiksen
3c2d456996
#5659 Well Disks: Use decimal number format for small numbers
2020-03-25 20:49:44 +01:00
Kristian Bendiksen
08f560a058
#5657 Add combined Production and Injection visualization for Well Disks.
2020-03-25 20:49:44 +01:00
Jacob Støren
71755d593c
#5706 Remove confusing none-use of ensemble curve definitions
...
Remove empty summary item address from curvedefanalyser
2020-03-25 16:23:41 +01:00
Jacob Støren
5153dabc8e
#5706 Use an english sentence approach on the labels and options
2020-03-25 15:18:48 +01:00
Jacob Støren
94fadb7540
#5706 Make Analysis plot filtering start working
2020-03-25 13:11:04 +01:00
Jacob Støren
f18fa26e32
#5706 Analysis plot source filtering Gui starting to work. (Options, max/min values etc)
...
No actual filtering yet
No support for time range or selected timesteps yet
2020-03-23 11:59:44 +01:00
Jacob Støren
7aecce532f
Rename default and max-min calculation function
2020-03-23 11:54:27 +01:00
Jacob Støren
7370aa1bad
#5706 Ensemble paramemter operator less orders larger variance first
2020-03-23 11:53:07 +01:00
Magne Sjaastad
aaf0af30ef
Add disabled test
2020-03-22 15:26:48 +01:00
Jacob Støren
0accbfdd0d
#5706 Refactored EnsembleParameter usage.
...
Cache the list in SummaryCaseCollection
Removed the name, EnsembleParameter pair usage
Add operator< to be able to insert them in a set
2020-03-20 11:22:14 +01:00
Magne Sjaastad
73dabc323d
#5704 Show Plot Data : Increase precision to 8
2020-03-19 22:32:51 +01:00
Jacob Støren
1c57f7682f
#5706 Initial analysis plot filtering objects. Shell only
2020-03-19 16:36:04 +01:00
Magne Sjaastad
a828ccdfe4
#5607 Saturation Pressure Plots : Add workaround for multi plot of SatNumPlots
2020-03-19 16:04:34 +01:00
Magne Sjaastad
9ef51a5e98
#5621 Delta case : Create delta case from two selected cases
2020-03-19 12:19:23 +01:00
Magne Sjaastad
b01d826acf
#5621 Delta case : Improve name of delta case based on input cases
2020-03-19 12:19:23 +01:00
Magne Sjaastad
8e7d5d29b3
#5694 Summary Address : Add difference if both native and history is present
2020-03-18 07:46:46 +01:00
Jacob Støren
d74e5fe5e8
#5674 #5664 #5692 Shift connection number depth to show connection number at the middle of the flat areas of the graphs for inflow, and for accumulated flow to shw flow change at connection (not shifted one off) Aligned curve ascii export accordingly
2020-03-17 07:10:49 +01:00
Jacob Støren
ce7b08a809
#5664 Well Allocation Plot Data Ascii text: Fixed for accumulated flow with connections
2020-03-17 07:10:49 +01: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
ba0ded23c3
#5671 Move caf::PdmFieldScriptability<cvf::Color3f> into cafPdmCvf
2020-03-13 17:12:05 +01:00
Gaute Lindkvist
2853308a4a
Python: Create summary plot from string
2020-03-13 14:18:41 +01:00
Jacob Støren
5ee182f7db
Try to fix linux rh6 compiler error
2020-03-13 11:43:46 +01:00
Jacob Støren
87bddb1fe4
#5639 Analysis plot icons
2020-03-13 11:40:10 +01:00
Gaute Lindkvist
6b289f0db2
Fix row count of scroll bar in Well Log Plots
2020-03-13 10:52:17 +01:00
Gaute Lindkvist
c56c4b6dfd
WBS:Fix crash with element property tables
2020-03-13 10:52:16 +01:00
Magne Sjaastad
40ac705db0
Fix cmake build issues ( #5670 )
...
* Fix cmake build issues
* Temporary force linking of external object
2020-03-12 11:24:59 +01:00
Magne Sjaastad
8bf37b00aa
Python Doc: Fix indentation
...
Adjustments to pydoc
2020-03-12 11:06:28 +01:00
Magne Sjaastad
bb8b356524
Doc improvements
2020-03-12 08:08:24 +01:00
Magne Sjaastad
f216bf8d6a
Python doc improvements ( #5669 )
...
* Add tests to xml data type inspection
* Add baseline for testing of PdmScripting
* #5631 Generate doc for Python
2020-03-12 07:45:52 +01:00
Gaute Lindkvist
1c75d9b4bd
#5663 Fix element property input for UCS
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
2b7cbee0a6
#5662 and #5663 Add Elm Prop Table options for K0_* and rename UCS, POISSON_RATIO and DF
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
9a2d256392
WBS: Output DF and Poisson ratio as UNIT_NONE
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
2232a27fb2
#5660 rename element property POR
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
4c0f02ceb5
#5653 export wbs curves with SG_EMW units
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
9fb2fd0e56
#5652 Support PP_INP for WBS LAS-import as well as PP_RES_INP and POR_RES_INP
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
0ad779280a
#5650 Wbs: Uncheck SH_MK by default
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
c51aa91c42
#5632 Python method commands ( #5649 )
...
* General PdmObjectMethods for scripting.
2020-03-10 14:11:22 +01:00
Magne Sjaastad
587478cbd1
#5576 Simulation wells: Add Fly to Object
2020-03-09 07:25:13 +01:00
Magne Sjaastad
49d74ce0e7
#5620 Delta Case : Use term delta case for delta ensemble and delta summary
2020-03-07 16:01:56 +01:00
Magne Sjaastad
61ff1eab29
#5642 Ensemble Summary Case : Fix missing icons
2020-03-07 16:01:56 +01:00
Magne Sjaastad
226ff16063
#4763 Derived Ensemble: Allow matching of cases when parameters differs
2020-03-07 16:01:56 +01:00
Magne Sjaastad
7c9a09a40c
#4763 Ensemble Parameters : Add realization number
2020-03-07 16:01:56 +01:00
Magne Sjaastad
66cbc198c4
#4763 Refactor complex code
2020-03-07 16:01:56 +01:00
Magne Sjaastad
a729b2fdab
#5636 Summary Plot: Keep existing curve appearance when adding new curve
2020-03-06 13:37:07 +01:00
Magne Sjaastad
f181f9bb33
Summary Plot : Zoom all when when text filter changes
...
If a zoom is active, the resulting plot might end up with empty visible content.
2020-03-06 13:37:07 +01:00
Magne Sjaastad
5cacd83e83
#5635 Summary Plot: Fix missing Symbol Edge Color
2020-03-06 13:37:07 +01:00
Magne Sjaastad
f131ad77e1
Merge branch 'dev' into feature-analysis-plots-initial
2020-03-06 08:06:48 +01:00
Gaute Lindkvist
39cf060d2b
Fix install step after removing some Python files
2020-03-05 11:24:09 +01:00
Gaute Lindkvist
c23e27eef0
Simplify Python API
2020-03-05 11:08:56 +01:00
Gaute Lindkvist
bd8e079e24
#5632 Generate PdmChildField and PdmChildArrayField methods
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
2424d79c5d
Move some more scriptability to caf
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
17ea69397a
Move RicfMessages to CAF and simplify RicfFieldCapability
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
508d8806e6
Rename PdmXmlFieldHandle::childClassKeyword to dataTypeName to reflect that it will contain names for built in types
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
76019e7776
Get rid of Python class_keyword attribute and fix parameter sending for WBS
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
554f9a1758
Translate data types to Python data types for Python generation
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
b2f55a3101
Make scriptability a CAF-feature
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
5473fa64d5
Bug fix in wbs plot creation
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
2cea7c0321
Implement proxy field python methods
2020-03-05 08:40:46 +01:00
Kristian Bendiksen
c464664c40
#5583 Add visualization for fluxes.
2020-03-04 22:18:01 +01:00
Kristian Bendiksen
eb97ee0de8
#5583 Add data model object and ui for RimElementVectorResult.
2020-03-04 22:18:01 +01:00
Magne Sjaastad
51b3711755
Add missing break statement
2020-03-03 20:22:17 +01:00
Magne Sjaastad
8c485ab81c
Fix several warnings and potentially uninitialized data
2020-03-03 20:22:03 +01:00
Magne Sjaastad
e297b34609
Comment cleanup
2020-03-03 19:43:34 +01:00
Magne Sjaastad
06fac108c3
#5604 Export Sector model: Write out values for all cells in box
...
A temporary workaround for export of active cells only has been removed. Now all cells are exported, and inactive cells are given default values.
Default value for keywords ending in NUM is 1, default value for other is 0.0
2020-03-03 15:21:05 +01:00
Gaute Lindkvist
fc7d5bc69c
#5601 fix parameter source list order for WBS PP non-reservoir
2020-03-03 14:25:20 +01:00
Gaute Lindkvist
06d964d070
#5601 Avoid listing LAS-files multiple times in source list
2020-03-03 14:25:20 +01:00
Gaute Lindkvist
eca3531c2e
#5596 Make sure new WBS plots gets the correct data parameter sources set
2020-03-03 14:25:20 +01:00
Gaute Lindkvist
33243c30ce
#5596 Fix unit conversion issue on LAS-export
2020-03-03 14:25:20 +01:00
Gaute Lindkvist
9ed054e28c
#5590 Plot LAS-curves with correct TVDRKB depth even if file does not have a TVDRKB track
2020-03-03 14:25:20 +01:00
Gaute Lindkvist
622b0bc873
#5627 Fix multi plot page titles
2020-03-03 14:24:33 +01:00
Gaute Lindkvist
437f6a460d
#5626 Make it possible to delete Well Log Tracks again
...
* This disappeared when RimWellLogPlots no longer inherited Multiplots
2020-03-03 14:24:33 +01:00
Jacob Støren
bb58507559
#5609 Explicit selection of ensemble members for Analysis Plots
2020-03-03 09:52:54 +01:00
Jacob Støren
10885fa7f4
#5600 Better label placement
...
Remove space if not needed.
Insert space based on max text size
2020-03-03 09:52:54 +01:00
Jacob Støren
514409d9e4
#5600 Use an independent grid to show group dividers
2020-03-03 09:52:54 +01:00
Jacob Støren
186332e707
#5599
2020-03-03 09:52:54 +01:00
Jacob Støren
a1cbfa5175
#5598 Delete Analysis Plot command
2020-03-03 09:52:53 +01:00
Jacob Støren
c274e577e7
Rename and reorder methods in RimAnalysisPlots
...
Removed unused code and inlined empty methods
2020-03-03 09:52:53 +01:00
Jacob Støren
ec1bccc1f5
Add comment on use of font update methods
2020-03-03 09:52:53 +01:00
Jacob Støren
7b3aca4340
#5597 Add reference case to Analysis Plots
...
Improved autotitle with timestep and Top N - filtering text
2020-03-03 09:52:53 +01:00
Jacob Støren
95d0b5c8c8
Refactor case difference calculation into a static method
...
To reuse in Analysis Plots
2020-03-03 09:52:53 +01:00
Jacob Støren
fd4cbc6c87
#5539 Support ensembles in Analysis plots
2020-03-03 09:52:53 +01:00
Jacob Støren
d540737a53
#5539 Set default Bar text options off
2020-03-03 09:52:53 +01:00
Jacob Støren
782b5c360d
#5539 Add optional top N filter
...
Adjust layout in Analysis Plot property panel
Add colormap option to barchart builder
2020-03-03 09:52:53 +01:00
Jacob Støren
afea6963b2
Fix linux compile error and warnings
2020-03-03 09:52:53 +01:00
Jacob Støren
6d07e7a8ff
#5539 Complete several small tasks regarding AnalysisPlot.
...
Add quantity as grouping option.
Add controls for bar text.
Legend font size control working.
Simple auto title.
Set selected vectors ui field.
Improve date format.
Use summaryAddress::itemUiText
2020-03-03 09:52:53 +01:00
Jacob Støren
ba1a538bb9
Move legend control methods to RiuQwtPlotWidget
2020-03-03 09:52:53 +01:00
Jacob Støren
66d98b3d23
#5539 Load Analysis plots when opening project
2020-03-03 09:52:53 +01:00
Jacob Støren
bec8afaf39
Add itemUiText method on RifEclipseSummaryAddress
2020-03-03 09:52:53 +01:00
Jacob Støren
2a4fd959e9
Rename method in RifEclipseSummaryAddress
...
to make address component access clearer
2020-03-03 09:52:53 +01:00
Jacob Støren
692ed80c26
#5539 Add timestep selection, grouping and value sorting
2020-03-03 09:52:53 +01:00
Jacob Støren
233f63e80b
#5539 Populate the vector selection dialog from selection
2020-03-03 09:52:53 +01:00
Jacob Støren
3b0aacb666
#5539 Restore value axis when switching orientation
...
Use vertical bar text.
2020-03-03 09:52:53 +01:00
Jacob Støren
78310080e5
#5539 Add orientation field
2020-03-03 09:52:53 +01:00
Jacob Støren
31b215ac78
#5539 First actual data in Analysis plot
2020-03-03 09:52:53 +01:00
Jacob Støren
1f109d0ee2
#5536 Move orientation argument.
...
Testplot code moved to separate method.
2020-03-03 09:52:53 +01:00
Jacob Støren
e9f8cf8105
#5539 Add texts on Bars
2020-03-03 09:52:53 +01:00
Jacob Støren
dd114b7928
#5539 Fixed missing spacing after groups without names
2020-03-03 09:52:52 +01:00
Jacob Støren
a1410ca118
#5539 Initial AnalysisPlot objects and barchart builder
2020-03-03 09:52:52 +01:00
Gaute Lindkvist
86fa10fd13
#5582 Fix crash in GeoMech contour map
2020-03-02 15:20:08 +01:00
Gaute Lindkvist
bd1d1caacc
#5591 Avoid saw tooth shape on normalized stresses
2020-03-02 15:04:25 +01:00
Gaute Lindkvist
3674c4451d
#5513 Initialize the min/max values for Ensemble Curve Filters
2020-03-02 15:03:17 +01:00
Kristian Bendiksen
c03633230e
#4477 Add python method to set NNC connection values.
...
Equivalent to SetNNCProperty in Octave.
2020-03-02 12:45:04 +01:00
Magne Sjaastad
b497555f87
#5618 Well Disk : Remove black disk to indicate producer
2020-02-28 15:49:55 +01:00
Magne Sjaastad
17105f271f
#5617 Saturation Pressure Plot: Missing values
2020-02-28 15:07:46 +01:00
Magne Sjaastad
ac27976036
#5615 GOCAD : Fix file import filter
2020-02-28 14:38:52 +01:00
Magne Sjaastad
ff2e757789
#5615 GOCAD : Fix sign of z-value of imported vertex data
2020-02-28 14:30:30 +01:00
Magne Sjaastad
0cd0c7d80d
#5612 Saturation Pressure Plots : Remove duplicated code
2020-02-28 12:39:24 +01:00
Magne Sjaastad
1187a2e551
#5612 Saturation Pressure Plots : Add support for user defined time step
2020-02-28 12:39:24 +01:00
Magne Sjaastad
a612da649c
#5593 Saturation Pressure Plot: Clamp time step index
2020-02-28 12:39:24 +01:00
Magne Sjaastad
92e579fa73
#5593 Saturation Pressure Plot: Improve error messages
2020-02-28 12:39:24 +01:00
Magne Sjaastad
6530d12e71
#5593 Saturation Pressure Plot: Use time step 0 as default
2020-02-28 12:39:24 +01:00
Magne Sjaastad
f9b6f3a003
#5593 Keyword parser : Improve robustness
...
Skip empty lines. Return if line starting with an letter is detected, this is interpreted as a new keyword.
2020-02-28 12:39:24 +01:00
Gaute Lindkvist
f15d35edef
Fix Eclipse contour map creation by making sure the project version is initialized
2020-02-26 14:48:56 +01:00
Magne Sjaastad
db2ca4f98a
#5592 Well Path : For well paths with two targets, a fracture and perf interval fails to work
2020-02-26 14:12:10 +01:00
Gaute Lindkvist
3a4d998ab1
Fix Python NNCtest failure on some versions of Protocol Buffers
2020-02-26 12:31:24 +01:00
Magne Sjaastad
f966d81249
Add more grpc related variables
2020-02-26 12:16:28 +01:00
Magne Sjaastad
844361ef06
Find grpc using find_package on linux
2020-02-26 12:16:28 +01:00
Gaute Lindkvist
1eafe18d41
Remove exists check for Python and make GeneratedPythonSources depend on ResInsight
2020-02-26 12:16:28 +01:00
Gaute Lindkvist
255cd43f4e
Fix case-typo in generation step
2020-02-25 16:15:39 +01:00
Gaute Lindkvist
1353835bd8
CAF: Move keyword aliases from PdmXmlFieldHandle to PdmFieldHandle
2020-02-25 16:04:53 +01:00
Gaute Lindkvist
7a304deecb
Different approach to installing generated python source
2020-02-25 15:39:40 +01:00
Gaute Lindkvist
c4623165cb
Add rips/generated/pdm_objects.py to python sources for install step
2020-02-25 15:23:58 +01:00
Gaute Lindkvist
84f5c5d068
Fix Python access to contour maps
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
86cc2b5c9c
Python: Avoid casting alltogether in favour of just generating the correct objects
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
d95f3a349d
Move to use a static registry of scriptable classes
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
50ae160e2d
Make the basics of summary cases and plots scriptable
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
1f6e9513de
Make Python code use the new generated skeleton and rename ResInsight parameters to fit
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
ae3651ab30
Move Case file name to the base RimCase class and make consistent
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
169bea818a
Generate Python class skeletons
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
83942784df
Add separate scriptKeyword to RICF capability and a Python help tooltip system
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
76b108d068
Fix import of well paths and well log files from Python when the folder is not provided
2020-02-25 13:57:51 +01:00
Magne Sjaastad
610e7d6391
#5577 Multi Plot : Add attribute for setting tick mark count along x-axis
2020-02-25 10:26:12 +01:00
Kristian Bendiksen
34d3785709
#4477 Add python methods to get NNC values (dynamic, static and generated).
...
Equivalent to GetDynamicNNCValues and GetStaticNNCValues in Octave. Also adds
support for generated values which is currently not in Octave.
2020-02-25 09:42:13 +01:00
Kristian Bendiksen
1a05430123
#4477 Add python methods to get NNC connection and available properties
...
Equivalent to GetNNCPropertyNames and GetNNCConnections in Octave.
2020-02-25 09:42:13 +01:00
Magne Sjaastad
cf725c8f03
Preferences : Stop writing out obsolete fields
...
Writing of obsoleted font size fields caused issues when trying set font size 8. The reason for this was export of obsolete fields, and creation of default value for obsolete fields when applying new preference values.
2020-02-24 16:04:18 +01:00
Magne Sjaastad
0b2d3085f1
NNC computations : Skip cells other than main grid cells
2020-02-24 15:49:09 +01:00
Gaute Lindkvist
f38967e7cb
Make sea level visualization a GeoMech-only feature.
...
* This is because it works poorly with eclipse grids because they don't specify the sea bed level.
2020-02-24 12:30:13 +01:00
Gaute Lindkvist
82263e9d6f
WBS LAS-parameter fixes to be more consistent
2020-02-24 12:30:13 +01:00
Gaute Lindkvist
4cf427ce69
Minor WBS plot layout work
2020-02-24 12:30:13 +01:00
Kristian Bendiksen
0365440b31
#4549 Extract duplicate methods.
2020-02-21 12:02:37 +01:00
Kristian Bendiksen
26c8da692a
#4549 Fix grpc package sizes.
2020-02-21 12:01:50 +01:00
Kristian Bendiksen
8167d9f700
#4430 Add python method to get coarsening info for case.
...
Equivalent to GetCoarseningInfo in Octave.
2020-02-21 12:01:50 +01:00
Kristian Bendiksen
d497f04d0d
#4549 Add python method to get properties for selected cells.
...
Equivalent to GetGridPropertyForSelectedCells in Octave.
2020-02-21 12:01:50 +01:00
Kristian Bendiksen
8a1fa38435
#4549 Add python method to get selected cells.
...
Equivalent to GetSelectedCells in Octave.
2020-02-21 12:01:49 +01:00
Kristian Bendiksen
c64281c525
#4549 Add python method to get cell corners for active cells
...
Equivalent to GetActiveCellCorners in Octave.
2020-02-21 12:01:49 +01:00
Kristian Bendiksen
c20c3bc2ac
#4549 Add python method to get cell corners on a grid
...
Equivalent to GetCellCorners in Octave.
2020-02-21 12:01:49 +01:00
Kristian Bendiksen
a5be62c5b6
#4549 Add python method to get cell centers for active cells
...
Equivalent to GetActiveCellCenters in Octave.
2020-02-21 11:57:58 +01:00
Kristian Bendiksen
2bf10a7837
#4549 Add python method to get cell centers on a grid
...
Equivalent to GetCellCenters in Octave.
2020-02-21 11:57:58 +01:00
Gaute Lindkvist
6a4d90ad02
Improve naming in GRPC streaming code
2020-02-21 09:18:24 +01:00
Gaute Lindkvist
a3a7b6029e
Fix cloning of GeoMech views from Python
2020-02-21 08:57:26 +01:00
Magne Sjaastad
699a3f9b34
#5380 Surface : Modification of depth
2020-02-20 14:01:12 +01:00
Magne Sjaastad
c950f19a51
Fix missing includes on Linux
2020-02-19 12:47:06 +01:00
Magne Sjaastad
3aa4ffb0da
#5529 Surface : Add reader for GOCAD file format
...
wip
2020-02-19 10:19:24 +01:00
Magne Sjaastad
90a835545f
System : Set separate folder for packages
2020-02-18 14:24:07 +01:00
Jacob Støren
69e37f3f09
Rename RicSummaryCurveCalculator to RicSummaryCurveCalculatorUi
2020-02-18 14:14:50 +01:00
Jacob Støren
31f79f24a6
Rename RiuSummaryCurveDefSelectionUi to RiuSummaryVectorSelectionUi
2020-02-18 14:10:10 +01:00
Jacob Støren
72889f8b0a
Rename RiuSummaryCurveDefSelectionEditor to RiuSummaryVectorSelectionWidgetCreator
2020-02-18 14:06:16 +01:00