Commit Graph

13918 Commits

Author SHA1 Message Date
Gaute Lindkvist
19a8aece0e Almost right 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
362dcb4dd1 Remove redundant part of hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
7684596829 Well Path Groups 2020-10-26 10:43:14 +01:00
github-actions[bot]
5ec3e2a7d7 Fixes by clang-format 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
195bcf2817 Skeleton for toggling grouping of well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
395398587a Create a separate menu entry for importing "Grouped Well Paths" 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
7650d0bde8 Fix Linux build issue due to unused variable in unit test 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
90d4c2f9d3 More hierarchical work 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
0b19307be0 Support loading hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
52e3214b0e Add Well paths to other well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
2a06f74076 Fix well log extraction not_null failure. 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
8e8534d61e Go via RimWellPathCollection::addWellPath for any well path addition 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
6622328622 Remove direct access to the well path field in RimWellPathCollection 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
c29cf315d2 Remove SILENCE_TR1_NAMESPACE warnings. We use a new gtest version now. 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
1614dfa9b8 Remove "using namespace std" (a C++17 MSVC bug) 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
17ba1e49b6 Simplify some code with C++17 2020-10-26 10:43:14 +01:00
Magne Sjaastad
31b1f3a2ba #6376 Add all required external vcpkg libraries 2020-10-25 18:00:51 +01:00
rubenthoms
1941a1f3d3
Boost and Eigen to vcpkg (#6817)
* Moved boost subset installation to vcpkg.

* Moved Eigen to vcpkg.

Added packages to vcpkg-response files.
Removed unnecessary include_directories() calls.


Removed comments.

* Use target_link_library instead of boost_libraries

Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2020-10-25 09:22:19 +01:00
Gaute Lindkvist
56d8da1419 Fix snapshot icons to be same height 2020-10-22 16:49:34 +02:00
Gaute Lindkvist
19a2e92a0a Make new code follow new C++17 guidelines 2020-10-22 10:36:30 +02:00
Gaute Lindkvist
90df4b8b54 Reduce number of warnings in the well log extractor
* Suitable for patch.
2020-10-22 10:36:30 +02:00
Kristian Bendiksen
246c918e13 Fix signed/unsigned comparison warnings. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
c7d860d888 Remove pragma once from cpp file. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
9a1397ecbc Revert "#6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var."
This reverts commit ae18dc8898.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
f09dad2fb9 Revert "Fracture Model Template: Hide new features behind experimental flag"
This reverts commit 03ae6e5ee4.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
899fa64e75 #6754 Update example python script with non-net-layers. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
82c7042eeb #6754 Scale porosity, permeability and elastic props by net-to-gross. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
390dbe5cc5 Move export to frk command from model plot to model. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
7d456f1cbb Refactor fracture model result calculation to be independent of display. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
f4631e7f9d #6754: Fracture Model: support non-net layers 2020-10-22 09:07:27 +02:00
Magne Sjaastad
a31f6deb0c #6815 Deployment : Update names of deployment DLLs on Windows 2020-10-21 05:44:05 -04:00
Kristian Bendiksen
e830629dbf #6526 Fracture Model: Increase precision in Deviation.FRK export 2020-10-21 11:22:19 +02:00
Kristian Bendiksen
f496e62123 #6526 Fracture Model: Make TVD/MD values consistent in Deviation.FRK
The change in measured depth (MD) must be greater or equal to change in
true vertical depth (TVD), and this was not always the case due to
interpolation imprecision.
2020-10-21 11:22:19 +02:00
Kristian Bendiksen
752f0f5100 #6233: Fracture Model: Add command to change MD location from python. 2020-10-21 10:53:53 +02:00
Kristian Bendiksen
6c8dda3869 #6651: Allow wild card in formation name when importing elastic properties. 2020-10-21 10:26:01 +02:00
Kristian Bendiksen
5e31df53bc #6597: Provide sensible defaults for elastic property scaling. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
c16348eaaa #6579: Make elastic property scaling checkable and add auto-name. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
34c1ac35e5 Fix dangling references to annotations from fracture model after save. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
bcc35ee82e #6597: Propagate changed signals from scaling to fracture model plot. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
f4eefc3e08 #6597: Add python api for adding elastic properties scaling. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
3baef48926 #6597 Improve fracture model-related python class names. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
309d9313bd #6597 Use and display scaled elastic properties. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
7c555658ec #6597 Add pdm objects and context menu for elastic property scaling. 2020-10-21 10:05:49 +02:00
Gaute Lindkvist
825a9bb531 Fix centos7 action following move of vcpkg 2020-10-20 11:05:27 +02:00
Gaute Lindkvist
43186453e5 Fix action following move of vcpkg 2020-10-20 11:05:27 +02:00
Gaute Lindkvist
18d250ebf1 Moved VCPKG into ThirdParty 2020-10-20 11:05:27 +02:00
github-actions[bot]
0d360eeea6 Fixes by clang-format 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
069b427d10 Require CMake 3.12 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
54273fff39 Remove "using namespace std" (a C++17 MSVC bug) 2020-10-20 11:05:10 +02:00