Commit Graph

10276 Commits

Author SHA1 Message Date
Kristian Bendiksen
81b78edb6b #5455 Use openmp for nodal gradients calculation. 2020-02-05 10:15:56 +01:00
Kristian Bendiksen
192e7fce48 #4669 Improve method names. 2020-02-05 10:15:23 +01:00
Kristian Bendiksen
22ccf6003d #4669 Round small values to avoid ugly coloring for near-zero gradients. 2020-02-05 10:15:23 +01:00
Kristian Bendiksen
235dd1a2c0 #4669 Use the average of the node elements for nodal gradient calculation. 2020-02-05 10:15:16 +01:00
Kristian Bendiksen
4106780102 #4669 Generate more and nicer result addresses in RigFemPartResultsCollection. 2020-02-05 09:55:44 +01:00
Gaute Lindkvist
311c03139f #4669 Add more gradient tests and use transposed of Jacobian 2020-02-05 09:55:44 +01:00
Kristian Bendiksen
967d8b9bd4 #4669 Calculate nodal gradients for POR. 2020-02-05 09:55:44 +01:00
Kristian Bendiksen
5556fb39b1 #4669 Add unit test for RigHexGradientTools. 2020-02-05 09:55:44 +01:00
Kristian Bendiksen
cb6fdd5532 #4669 Add scalar result frames for all components. 2020-02-05 09:55:44 +01:00
Kristian Bendiksen
17d0bcb49c #4669 Compute stress gradient. 2020-02-05 09:55:43 +01:00
Kristian Bendiksen
50f219412a #4669 Compute dummy result and populate cell results. 2020-02-05 09:55:43 +01:00
Magne Sjaastad
2b1b1bf286 Bubble Plot : Use soft contrast color, set read only if not used 2020-02-05 07:37:03 +01:00
Magne Sjaastad
8a3a1edafc Bubble Plot : Avoid zero value labels 2020-02-05 07:21:41 +01:00
Gaute Lindkvist
228b651789 #5456 Auto zoom X in Well Log Plots if the range changes considerably when changing curve data 2020-02-04 16:24:28 +01:00
Magne Sjaastad
cb30841d1e #5465 Allen : Guard access to data if no NNC data has been loaded 2020-02-04 16:07:06 +01:00
Magne Sjaastad
9c90caedd1 #5465 Allen : Fix logic to control visibility of NNCs 2020-02-04 15:44:52 +01:00
Gaute Lindkvist
bf108c928b #5392 Add mouse over display of curve values to Well Log Plots 2020-02-04 13:29:38 +01:00
Magne Sjaastad
e5427b2589 Fix typo causing out of range reference 2020-02-04 13:28:30 +01:00
Magne Sjaastad
b8ec574294 Bubble Plot : Make sure update happens before part creation 2020-02-04 12:30:24 +01:00
Gaute Lindkvist
56f07e6dae Allow intervals with only one valid value in curves 2020-02-04 11:42:31 +01:00
Gaute Lindkvist
925e4496ea Merge branch 'dev' of https://github.com/OPM/ResInsight into dev 2020-02-04 11:27:26 +01:00
Gaute Lindkvist
02a2820d29 Avoid overflowing the progress counter in the import of Eclipse grids 2020-02-04 11:20:32 +01:00
Jacob Støren
9e08321794
Merge pull request #5461 from OPM/feature-context-help-search
#5215 Use ui item name as a general way to start a search in the onli…
2020-02-04 10:16:13 +01:00
Gaute Lindkvist
752cf9925c Fix Python error 2020-02-04 10:09:35 +01:00
Magne Sjaastad
6db2da7561 #5459 Build System : Add optional support for precompiled headers 2020-02-03 22:17:46 +01:00
Jacob Støren
43066bd0e5 #5215 Use ui item name as a general way to start a search in the online help 2020-02-03 16:06:37 +01:00
Gaute Lindkvist
a85745cb91 #5254 Support estimating RKB-diff from TVDMSL and MDRKB when first TVDMSL == 0
* Add warning when the RKB-diff cannot be estimated
2020-02-03 15:56:07 +01:00
Gaute Lindkvist
a66a1bca22 #5254 Fix crash when loading well path with disconnected valid points. 2020-02-03 15:56:07 +01:00
Gaute Lindkvist
c9f5b47a90 Support different units when importing and exporting WBS LAS. 2020-02-03 15:56:07 +01:00
Jacob Støren
3c05ae04e6 #5420 Fix and improve mutithreading for "Additional-NNC" computations 2020-02-03 14:49:07 +01:00
Magne Sjaastad
15aeb8036e #5457 Bubble Plot : Guard null pointer access 2020-02-03 13:46:00 +01:00
Magne Sjaastad
7148bd73ae
Bubble plot (#5452)
Bubble plot issues #5209 #2285 #5308 

Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2020-02-03 12:20:35 +01:00
Jacob Støren
cf72ce5989 #5417 Add Well Bore Stability icon 2020-02-03 11:37:43 +01:00
Jacob Støren
608d3a9a24 #5329, #4991 Use the new icons for multiplot and phase fraction plot 2020-02-03 10:05:01 +01:00
Jacob Støren
7112bc828c Added two new icons (CumulativePhaseDist16x16 and MultiPlot16x16) 2020-02-03 09:16:38 +01:00
Jacob Støren
06111c4400 Added the Gimp files for most of the icons 2020-02-03 09:16:38 +01:00
Jacob Støren
f33ba52579 Delete unused icons 2020-02-03 09:16:08 +01:00
Jacob Støren
c09cb6e26b #5429 Preallocate surface intersection trianglevertices 2020-01-31 15:08:32 +01:00
Jacob Støren
6e793fddc1 #5429 Parallelized surface intersections. 2020-01-31 15:01:53 +01:00
Jacob Støren
fbf1d12fb4 #5429 Pre-allocate cellCornerWeights array 2020-01-31 15:01:53 +01:00
Jacob Støren
fefd4d2fe8 #5429 Use const reference instead of copy
Had no effect on Win64 but is better style
2020-01-31 15:01:53 +01:00
Jacob Støren
c940472b4c #5429 Move work arrays outside loop to avoid reallocation within the loop 2020-01-31 15:01:53 +01:00
Magne Sjaastad
d3f026b84c
Merge pull request #5445 from OPM/native-case-name
Summary Case : Add public methods displayCaseName and nativeCaseName
2020-01-31 07:33:54 +01:00
Magne Sjaastad
bf48be0cf5 #5443 Phase Dist Plot : Always use multiplot page to display legends 2020-01-31 07:33:12 +01:00
Magne Sjaastad
26c4e81789 #5444 Curve Selection Dialog : Adjust plot size
Size policy has changed in RiuQwtPlotWidget, set back to previous size policy
2020-01-30 15:04:26 +01:00
Magne Sjaastad
7aea799a70
Merge pull request #5440 from OPM/improve-robustness-parser
Improve robustness parser
2020-01-30 15:01:52 +01:00
Magne Sjaastad
73fa52ada2
Merge pull request #5438 from OPM/feature-surface-intersection-improvements
Feature surface intersection improvements
2020-01-30 14:41:52 +01:00
Magne Sjaastad
7722893f0c #5441 Summary Case : Add public methods displayCaseName and nativeCaseName 2020-01-30 14:24:04 +01:00
Magne Sjaastad
9b43335914 #5434 Ensemble Parameters : Improve robustness Runspec reader 2020-01-30 13:37:59 +01:00
Magne Sjaastad
d8ef29a3c0
Merge pull request #5439 from OPM/nnc-improvements
Improve NNC results for complete NNC geometry
2020-01-30 13:34:28 +01:00