Commit Graph

13697 Commits

Author SHA1 Message Date
Gaute Lindkvist
baaa18bdd5 Sort Ensemble curve filters by correlation 2020-09-04 08:31:50 +02:00
Gaute Lindkvist
d882911b25 Sort correlations by absolute value in Ensemble Parameters 2020-09-04 08:31:50 +02:00
Kristian Bendiksen
14672c60a8
Merge pull request #6428 from OPM/elastic-properties-reader-fixes
Elastic properties reader fixes
2020-09-03 21:04:00 +02:00
Kristian Bendiksen
0415f25d0a #6422 Detailed Fluid Loss: hide curves when disabled. 2020-09-03 16:35:03 +02:00
Jon Jenssen
c2ae283445 Fix unused vars 2020-09-03 16:09:43 +02:00
Kristian Bendiksen
452d50df8f #6421 Fracture Model: better reference temperature 2020-09-03 15:20:22 +02:00
Jon Jenssen
3bb833e103 Add reordering to some more collections 2020-09-03 15:19:18 +02:00
Kristian Bendiksen
7aef42a70e #6422 Fracture Model: enable/disable detailed fluid loss correctly. 2020-09-03 15:18:00 +02:00
Kristian Bendiksen
6458837f78 Fracture Model: Group fields. 2020-09-03 14:50:42 +02:00
Kristian Bendiksen
4f5bf4f606 #6043 Elastic Properties Reader: auto-detect csv cell separator. 2020-09-03 13:41:52 +02:00
Kristian Bendiksen
eaea8b6134 #6203 Fracture Model: Allow trailing seperator in import of elastic table csv. 2020-09-03 10:27:26 +02:00
Gaute Lindkvist
bb7f7ff54e #6402 Reduce axis label overlap in Analysis plots 2020-09-03 09:52:38 +02:00
Kristian Bendiksen
2e88b9ba88
Merge pull request #6415 from OPM/stimplan-sprint8-fixes
Stimplan sprint8 fixes
2020-09-02 18:56:11 +02:00
Kristian Bendiksen
30b06eb3e0 #6363 Export fracture model plot as png in example. 2020-09-02 16:33:47 +02:00
Kristian Bendiksen
185bf31228 Make Vec3d fields non-scriptable to work around #6417. 2020-09-02 16:23:31 +02:00
Kristian Bendiksen
1e5bc2ee64 #6363 FractureModel: Compute default value for vertical stress. 2020-09-02 15:13:21 +02:00
Kristian Bendiksen
32167268ab
Merge pull request #6414 from OPM/stimplan-feature-switch-6412
#6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env…
2020-09-02 15:09:28 +02:00
Kristian Bendiksen
c7a694f9b2 Minor refactoring: Extract duplicated code. 2020-09-02 15:05:04 +02:00
Magne Sjaastad
3518a63347 #6411 Import Ensemble : Windows-style network path not working as effective filter 2020-09-02 14:22:38 +02:00
Kristian Bendiksen
304e370747 #6040 Facies import: use limestone color for calcite. 2020-09-02 13:47:55 +02:00
Kristian Bendiksen
ed6b96777d #6150 Stimplan : Use fallback folder for import of files 2020-09-02 13:27:11 +02:00
Kristian Bendiksen
7c56b7dd60 #6231 Show fracture model plot when created and on project reload 2020-09-02 13:07:39 +02:00
Kristian Bendiksen
ae18dc8898 #6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var. 2020-09-02 10:40:39 +02:00
Gaute Lindkvist
27ee22f420 Fix error in Tornado plots 2020-09-01 11:57:38 +02:00
Gaute Lindkvist
ae28fe412f #6368 Minor time step improvements to Analysis and Correlation plots
* Change clears selected time step when filter is changed
* Changes string 'Time step filter' to 'Available Time steps'
* Now only shows clock time if we're showing all time steps or skip by days
  and the time isn't 00:00.
2020-09-01 11:24:15 +02:00
Magne Sjaastad
08b2c32053 #6408 2D Intersections View: Fix cell selection 2020-09-01 10:55:40 +02:00
Kristian Bendiksen
dd1b5fa7f1
Merge pull request #6405 from OPM/mud-weight-window-fixes
Mud weight window fixes
2020-09-01 08:57:09 +02:00
Kristian Bendiksen
a6ddf7e6c4 #2763 Use std::min and std::max instead of CVF_MAX and CVF_MIN 2020-09-01 08:12:44 +02:00
Kristian Bendiksen
ca0a596817 #6369 Mud Weight Window: Update well log extraction curves WBS plot when MWW parameters change. 2020-08-31 15:31:52 +02:00
Kristian Bendiksen
97c1bf5f0d #6387 Move parameters from node in project tree to property editor of geomech case 2020-08-31 14:37:06 +02:00
Kristian Bendiksen
20fe41fd68 #6303 Mud Weight Window: improve progress handling. 2020-08-31 14:37:06 +02:00
Magne Sjaastad
a114309776 System : Make sure the Commands library compiles on older cmake
Test no qt
2020-08-31 14:34:00 +02:00
Magne Sjaastad
b1fb7990dc #6393 Snapshot : Make sure widgets are activated before taking snapshot
If the active plot window is maximized in the MDI area, all plots will create the same snapshot size.
2020-08-31 08:38:37 +02:00
Magne Sjaastad
7e097a7364 Remove invalid assert 2020-08-31 08:38:37 +02:00
Gaute Lindkvist
69f13b1015 #6360 Fix stacking issues 2020-08-31 08:33:55 +02:00
Magne Sjaastad
77ef87fb3a System : Move all command features into separate library
When compiling the complete application, the large number of files causes the input file for a Ninja build (text response file) to become too large on some configurations. Move command features into a separate library to reduce the total file count per project/library.
2020-08-31 08:23:14 +02:00
Magne Sjaastad
053bf5db12 gcc : Warning as errors : Move complete test into assert statement 2020-08-29 10:30:56 +02:00
Magne Sjaastad
279347c271 #6398 System : Reduce number of Unity excludes 2020-08-29 10:30:56 +02:00
Magne Sjaastad
6e160fb594 #6398 System : Add unity build to Qwt and flowdiagnostics 2020-08-29 10:30:56 +02:00
Magne Sjaastad
f074ca7a09 #6398 System : Add unity build to PdmScripting 2020-08-29 10:30:56 +02:00
Magne Sjaastad
2901ad2c54 #6398 System : Remove cotire 2020-08-29 10:30:56 +02:00
Gaute Lindkvist
3269537f25 Ensure default analysis filter works and changes are propagated properly 2020-08-28 14:38:29 +02:00
Gaute Lindkvist
c5255b4008 Create default analysis plot filter 2020-08-28 14:38:29 +02:00
Gaute Lindkvist
81f16cb7cb Fix crash when creating plot data filters 2020-08-28 14:38:29 +02:00
Gaute Lindkvist
2da678802b #4064 Support sorting by correlation in Ensemble Curve coloring 2020-08-28 14:38:29 +02:00
github-actions[bot]
6f3c8e7ec6 Fixes by misspell-fixer 2020-08-28 14:33:58 +02:00
rubenthoms
a43d575ae7 Renamed test data directory according to renaming of RifSurfaceReader->RifSurfaceImporter.
Added unit test for a clipped ptl file.
2020-08-28 14:29:47 +02:00
rubenthoms
5a4399f8ce Fixed 6377, false check for invalid indices in triangle indices definition algorithm. 2020-08-28 14:29:47 +02:00
Jon Jenssen
42ab0485bd Make sure we refresh the scene after setting a new color legend, not before 2020-08-28 08:48:02 +02:00
Jon Jenssen
c0c0c2c4b8 Make sure we don't override the color legend type chosen by the user when switching between results. 2020-08-28 08:48:02 +02:00