Jon Jenssen
05ce13b533
Fix crash if 3d window is not there when importing summary data
2022-05-23 11:03:32 +02:00
Magne Sjaastad
7d440a9c2f
Performance: Avoid calling allSummaryCases
...
allSummaryCases() is potentially a heavy CPU call for large ensembles. Always show the curve calculator button.
2022-05-10 10:24:52 +02:00
Magne Sjaastad
f52acd9a64
#8893 Rename quantity name -> vector name
2022-05-10 08:17:41 +02:00
Kristian Bendiksen
4304bbbc48
Grid Calculator: refactor summary curve calculator and add grid calculator.
2022-05-09 15:36:27 +02:00
Magne Sjaastad
46173af8c3
Merge pull request #8865 from OPM/8863-summary-issues
2022-05-03 08:51:26 +02:00
Magne Sjaastad
64bed1d611
Summary Multi Plot: Minor adjustments ( #8856 )
...
Remove obsolete single summary template code
Always use maximized state of the QMdiSubWindow when a plot or view is deleted.
Move time axis to top
Set correct text for unused axis
Avoid assert when layout is requested for non existing legend
2022-04-29 15:31:07 +02:00
Jon Jenssen
5457c96a63
Remove obsolete open editor command
2022-04-21 17:28:50 +02:00
jonjenssen
d156160daf
Summary Multiplot: sync plot selection in tree with view ( #8788 )
...
* Make sure the subplot selected in the tree is shown in the multiplot viewer.
* Clean up multiplot toolbar handling a bit
* Remove old summary plot toolbar.
2022-04-07 16:24:27 +02:00
jonjenssen
3590c52cdc
Deprecate single summary plots and plot collections. ( #8777 )
...
* Deprecate single summary plots and plot collections. Replace functionality using summary multi plots. Clean up some code. Fix crash when trying to normalize an empty curve
2022-04-06 17:39:07 +02:00
Magne Sjaastad
9c987855f2
Merge remote-tracking branch 'origin/patch_2021.10.3' into dev
2022-03-28 09:06:38 +02:00
jonjenssen
8d3f41ded8
Merge pull request #8732 from OPM/summarymultiplot_updates2
...
Summary Multiplot updates
2022-03-25 11:39:12 +01:00
Kristian Bendiksen
80234ca105
#8644 : Avoid overwriting preferences for date and time axis format ( #8725 )
...
Co-authored-by: kriben <kriben@users.noreply.github.com>
2022-03-24 11:57:05 +01:00
Jon Jenssen
560917a481
Rename NewSummaryPlot command to what it actually is - OpenSummaryPlotEditor command. Remove unused includes.
...
Move Single Summary Plots to bottom of tree and show them as Single Summary Plots.
2022-03-21 13:05:57 +01:00
Magne Sjaastad
0ca70249ae
Move defines to RiaDateTimeDefines
2022-03-14 09:18:48 +01:00
Magne Sjaastad
806a149809
Fix several deprecation warnings ( #8657 )
...
* Use constructor instead of nullptr for WindowFlags
* Use constructor instead of nullptr for Alignment
* Disable deprecation warning for QProcess
* Add string split method to RaTextStringTools
* Add caf.cpp used to manage Qt function deprecations
* Use position()
2022-03-11 13:24:01 +01:00
Magne Sjaastad
1563ae7b58
Merge pull request #8614 from OPM/minor-adjustments
2022-03-04 12:24:15 +01:00
Magne Sjaastad
0e57cfe201
Memory Management : Adjustment and fixes
...
Add release of several static singleton objects
Fix several minor memory leaks
2022-03-03 14:39:41 +01:00
Magne Sjaastad
9826d94e9a
Make sure a signal is connected only once
2022-02-28 10:52:05 +01:00
Kristian Bendiksen
3180b419d0
#8522 Summary Plot: Add menu item to add plot axis.
2022-02-23 21:54:40 +01:00
Magne Sjaastad
bb7f61ea56
Janitor : Remove obsolete override comment
2022-02-23 08:01:28 +01:00
jonjenssen
208ae7692b
Merge pull request #8578 from OPM/summaryplot_fromdatavector
...
Summary Plot: create new plot from data vector tree nodes
2022-02-22 11:32:35 +01:00
Kristian Bendiksen
e92e2e8764
Summary Plot: Add support for multiple plot axis.
2022-02-07 09:55:11 +01:00
Kristian Bendiksen
258fbddc10
Merge pull request #8387 from OPM/qtcharts-summary-plots
...
Closes #8228
Major refactoring of summary plotting. Now possible to create plots both with Qwt and QtChart as plotting tool.
2022-01-17 13:14:21 +01:00
Magne Sjaastad
3c35244809
#8420 Janitor: Remove empty parameters in initialization macros
2022-01-07 08:31:52 +01:00
Magne Sjaastad
7db24e9353
#8405 Source Stepping on multiple graphs
...
- add copy paste of plots into multi summary plot
- improve data source stepping for multi plot
- improve auto generated plot name, graph name and curve name
Fixes by clang-format
Improve readability
2022-01-06 15:49:20 +01:00
Magne Sjaastad
033cc4f1b7
#8359 Plot Project Tree : Avoid update of plot if possible
2021-12-10 09:46:01 +01:00
Magne Sjaastad
5fcb81980d
#8310 Summary Plot Manager : Add data source filtering
2021-11-19 15:42:26 +01:00
Magne Sjaastad
c945166e81
Janitor : Remove obsolete code
2021-11-19 15:42:26 +01:00
Magne Sjaastad
21fd4f74b5
Refactor code
2021-11-17 16:26:47 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
Kristian Bendiksen
75fe73ee64
Refactor: Start using setUiTreeHidden where missing.
2021-10-24 09:11:20 +02:00
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis
2021-09-01 08:13:16 +02:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files
2021-08-26 19:46:38 +02:00
Magne Sjaastad
4de91e885b
#7761 Objective Function : Change formula and add several options
2021-06-09 21:22:37 +02:00
Magne Sjaastad
1cf1eef048
#7632 Preferences : Add separate tab Eclipse Summary
...
Remove obsolete includes
2021-04-28 14:10:23 +02:00
Magne Sjaastad
9b6371c5c7
#7622 Summary Restart : Remove unused includes
2021-04-27 16:08:57 +02:00
Magne Sjaastad
6421564b77
#7572 Preferences : Remove obsolete includes
2021-04-14 13:53:21 +02:00
Magne Sjaastad
e68c982cf9
#7572 Preferences : Move more into summary settings file
2021-04-14 13:53:21 +02:00
Magne Sjaastad
d9cf453c1a
Ensemble Curve Filter : Set filter unchecked as default
2021-04-13 10:40:37 +02:00
Magne Sjaastad
d754ef4705
Janitor : Several fixes by clang-tidy and use of clang compiler
2021-04-05 11:51:23 -07:00
Magne Sjaastad
64a8a0ad8d
#7346 Summary Plot: Improve default curve for observed data
2021-02-22 13:37:05 +01:00
Magne Sjaastad
83a1a1fa6d
Summary Editor : Make sure at least one source is selected
2021-02-11 07:41:01 +01:00
Magne Sjaastad
cc292b197a
Result Divided by Area: Establish concept used to compute flow velocity and normalized trans ( #7349 )
...
* Geometry Tools : Add convenience functions for polygon area
* #7232 Result Divided by Area: Add cell face result and show in GUI
Native support for flow rate is given by mass rate (mass per time) over a cell face. Add a derived result that takes flow rate divided by cell face area to get velocity (distance per time).
Add support for this concept on relevant native results, and indicate this result type in UI using a "/A" postfix
* Speed up divided-by-area calculations by using openmp
* Some refactoring of result data access.
* Make sure NNC data is scaled correctly in vector flow viz.
Co-authored-by: jonjenssen <jon@soundsoft.no>
2021-02-11 03:01:17 +01:00
Gaute Lindkvist
81699db187
Rename ApplicationCode to ApplicationLibCode
2021-01-11 15:27:45 +01:00