Commit Graph

14730 Commits

Author SHA1 Message Date
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis 2021-09-01 08:13:16 +02:00
Kristian Bendiksen
503d946bc1
#7923 Ensemble Fracture Statistics: export fracture orientation for result files (#7926) 2021-08-31 08:12:40 +02:00
Eirik Marthinsen
200d5c65a3 AutoVcpkg: Include Vcpkg toolchain
Include the Vcpkg toolchain file after the installation of the first
package.

When building for the first time from a clean source tree, the Vcpkg
toolchain file does not exist. At the same time CMake is only reading
the toolchain file the very first time it is configuring, but since the
toolchain file is only created when vcpkg is configured on the first
call to vcpkg_install it will never read it. So it is not enough to just
reconfigure.

Note: It is not ideal to include it here since one might at some point
install and search for a package at an erlier point in the script and
fail to find it.

Alternative approaces that I considered:
- Include this file right after including AutoVcpkg. This would require
  1 recompilation for the file to be found and read which is
  unfortunate.
- Include this file in the config function in AutoVcpkg. This seemed
  difficult without including the file for every call to vcpkg_install,
  which seems unecessary.
2021-08-30 19:40:35 +02:00
Eirik Marthinsen
697da887c4 AutoVcpkg: Copy bootstrap file from cmake folder
AutoVcpkg assumed that the bootstrap file was in the root project
folder, and not in a cmake subfolder.

Note: It is not correct to use ${CMAKE_CURRENT_LIST_DIR} since this is
inside a function and whould still refer to the folder of the calling
file. The more elegant solution would be to use
${CMAKE_CURRENT_FUNCTION_LIST_DIR}, but that is not available until
CMake 3.17.
2021-08-30 19:40:35 +02:00
Kristian Bendiksen
8d42533179
#7869 Ensemble Fracture Statistics: optimization by AABB tree. (#7924) 2021-08-30 13:01:18 +00:00
Magne Sjaastad
264e1decdc #7909 Surface Extraction : Updates based on review 2021-08-30 13:28:40 +02:00
Magne Sjaastad
5c564c152a #7909 Surface Extraction : Add watertight option to grid extraction 2021-08-30 13:28:40 +02:00
Magne Sjaastad
1afba6c436 #7909 : Add helper function to get edge vertices of a cell 2021-08-30 13:28:40 +02:00
Kristian Bendiksen
6547ef1525
7834 cref removal (#7917)
* #7834 Well Log Statistics: prefer std::shared_ptr to cvf::ref.

* #7834 Use std::map to avoid hard-coded array length.
2021-08-30 10:19:45 +02:00
Kristian Bendiksen
414ee77aa8
#7834 Ensemble Well Logs: add depth equalization (#7914) 2021-08-30 09:18:34 +02:00
Kristian Bendiksen
2f580a0c52 #7863 StimPlan Model: Add TST correction for more correct zone thickness
TST is now adjusted (average of TST and TVD in 3D) to improve the zone thickness
in the well log plot.
2021-08-27 11:29:46 +02:00
Kristian Bendiksen
4be9714368 #7893 Make accessor warning clearer in Well Log Track region annotations 2021-08-27 10:47:25 +02:00
Kristian Bendiksen
9e1ef0e7e0 #7893 StimPlanModelPlot: Select correct case for facies region annotations 2021-08-27 10:47:25 +02:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files 2021-08-26 19:46:38 +02:00
Magne Sjaastad
49fa169db8
##7903: Improve ensemble surface names
Update the name of statistics surface when created
Regenerate surface geo only when required
Create statistics surfaces when importing surface ensemble
2021-08-26 15:12:27 +02:00
Kristian Bendiksen
795d9eecca #7899 Python: generate properties for 'name' and 'is_checked' for NamedObject 2021-08-26 13:06:16 +02:00
Magne Sjaastad
2fc65a3b62
#7892 Basic support for display of surface lines and bands on intersections
Guard divide by zero issues
2D Intersection View: Do not add parts with wrong coordinates
Add bounding box search tree
Add support display of intersection lines for selected surfaces
Show band between two first intersection lines
2021-08-26 08:13:03 +02:00
Kristian Bendiksen
61ea190920 StimPlan Export: Workaround precision issue in Deviation.frk export 2021-08-23 15:10:22 +02:00
Magne Sjaastad
3a94078867
Support optimized surface export from grid model layers
* #7885 Update opm-common with optimized coordinate import
* #7885 Allow null as default result from a script method
* #7885 Propagate default parameter values to generated Python code
* #7885 Add CommandRouter as hub for worker methods
* #7885 Add support for use of CommadRouter from Python
2021-08-23 11:58:32 +02:00
Kristian Bendiksen
2ef22f518c #7872 StimPlan Model: Add data source options for PORO/PERMX/PERMZ 2021-08-18 16:29:15 +02:00
Kristian Bendiksen
fbd1412853 StimPlan Model: Improve logging format for extration options. 2021-08-18 16:29:15 +02:00
Kristian Bendiksen
511439277a #7871 StimPlan Model: Add check-box for EQLNUM pressure interpolation 2021-08-18 14:46:25 +02:00
Kristian Bendiksen
56a86eee5f #7871 StimPlan Model: resample well log data when not from static case 2021-08-18 14:46:25 +02:00
Kristian Bendiksen
b69665ce23 #7871 StimPlan Model: Add data source ordering for EQLNUM extraction 2021-08-18 14:46:25 +02:00
Kristian Bendiksen
966bcd1e77
Ensemble surface import and statistics 2021-08-17 13:38:12 +02:00
jonjenssen
d1e81f3c1e Update ODB libraried needed for linking 2021-08-16 12:34:50 +02:00
Magne Sjaastad
5fccd143ba Remove obsolete doc files 2021-08-14 17:16:14 +02:00
jonjenssen
605af789c6
Protect against crash in 3d view due to nullptr in linkwellpathfeature command check (#7876)
* Protected against crash in 3d view due to nullptr

* Code cleanup
2021-08-14 14:23:55 +02:00
Magne Sjaastad
8dbb1d5ccd
Improve well path modeling
* Improve handling of MD at first target
* When sea level well target is disabled, update MD of first target
* Show well target spheres by default, allow toggling of spheres
* Activate well target modifiers when clicking on well targets
* Remove selection update causing an unstable 3D view
* Improve display and handling of multiple locations
* Add special 3D target for tie in well target
* Add slider to tie in MD input field
* Show MD in well path target table
* Delete all well path laterals when deleting a well path

* Python : Add lateral to parent well
* Python : Add perforation interval
2021-08-13 16:48:33 +02:00
Kristian Bendiksen
40bd4c285a Improve logging when extracting StimPlan well logs. 2021-08-12 08:14:29 +02:00
Kristian Bendiksen
7db9efe387 StimPlan Model: Improve error handling on missing pressure and porosity data. 2021-08-12 08:14:29 +02:00
Magne Sjaastad
92bd783a10 Allow two different counts for summary vector reader 2021-08-04 19:13:53 +02:00
Magne Sjaastad
fc947558d5 #7852 Crash on dual porosity grid model load and clicking on cell in 3D view 2021-08-03 14:34:51 +02:00
Kristian Bendiksen
f799ee2f3d #7842 Python: fix undefined variable on version mismatch.
The location variable was not defined when creating the error message
for version mismatch between rips and application.
2021-08-03 13:29:03 +02:00
Magne Sjaastad
aebafd47fd
Update ResInsightWithCache.yml 2021-08-02 19:42:39 +02:00
Magne Sjaastad
9a8ffe403e Set a fixed version of cmake to fix issues with GitHub actions 2021-08-02 19:38:15 +02:00
Magne Sjaastad
b03b23aba2
Update ResInsightWithCache.yml 2021-08-02 07:45:32 +02:00
Magne Sjaastad
aa5bfc1d67
Update ResInsightWithCache.yml 2021-08-02 07:35:35 +02:00
jonjenssen
ca0433ca3a Move well related pdm files into subfolders to clean up a bit 2021-07-15 13:47:16 +02:00
Kristian Bendiksen
6317489af8 #7666 Statistics Plot: Option to show histogram as curve 2021-07-02 09:39:18 +02:00
Kristian Bendiksen
0cbfd11dc3 #7751 Statistics Plot: add relative frequency percentage option 2021-07-02 09:39:18 +02:00
Kristian Bendiksen
84bf5d5454 #7752 Statistics Plot: Add titles for x and y axis 2021-07-02 09:39:18 +02:00
Magne Sjaastad
d1ecac012d Janitor : Update vector count 2021-07-02 07:54:01 +02:00
Magne Sjaastad
e03bebf5fe #7838 Summary: Include missing Node vector GPR in category Group 2021-07-01 16:05:46 +02:00
Magne Sjaastad
54dee08798 #7831 Janitor: Do not create QtChart features if compiled without QtChart 2021-06-30 14:50:28 +02:00
Magne Sjaastad
93b5c39387 Janitor : Guard nullpointer access 2021-06-30 14:50:28 +02:00
Kristian Bendiksen
d79dcafe5a #7716 Ensemble Well Logs: Add context menu for curve set. 2021-06-30 10:43:11 +02:00
Kristian Bendiksen
4d780b4915 #7716 Ensemble Well Logs: hide curves in project tree. 2021-06-30 10:43:11 +02:00
Kristian Bendiksen
6aa28bceb2 #7716 Ensemble Well Logs: improve legends appearance
Also remove some unused code.
2021-06-30 10:43:11 +02:00
Kristian Bendiksen
cdec36a582 #7716 Ensemble Well Logs: reattach signals on project open. 2021-06-30 10:43:11 +02:00