Commit Graph

13569 Commits

Author SHA1 Message Date
Kristian Bendiksen
69a1901904 #6491 Fix range iterators which was creating data copies (clang10 warnings). 2020-09-15 11:04:39 +02:00
Kristian Bendiksen
ef7517f1cb #6491 Improve code to remove clang warning 2020-09-15 11:04:39 +02:00
Jon Jenssen
cbadfd456a Do not allow opening the same odb file twice. The odb reader does not support that. 2020-09-15 07:27:01 +02:00
Kristian Bendiksen
8ecd3c3c33 #6491 Disable certain warnings on clang for ApplicationCode. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
3b788cbbdf #6491 Silence "unused parameter" warnings. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
de7d425474 #6491 Add override keyword in cafPdm* to silence clang warnings. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
15b456b21f #6491 Simplify omp loop construct to compile with clang. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
5da58fc649 #6491 Don't treat warnings as errors on clang. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
bbff9edc24 #6491 Add build for clang for github actions. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
02944f4eca Add ifdefs for OpenMP usage. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
81a93a80fd #6491 Remove unneccessary omp.h includes. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
519bbf3174 #6491 Fix incomplete type caf::PdmUiItem when building with clang 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
f83ca79a87 #6134 Fracture Model: Add menu item to delete a fracture model. 2020-09-14 15:30:51 +02:00
Kristian Bendiksen
fd91eaf2be #6132 Fracture Model: Add menu item to create fracture model at depth in 3D View. 2020-09-11 20:05:20 +02:00
Magne Sjaastad
b511f92ee2 #6388 Surface : Use bounding box of model to limit depth offset 2020-09-10 15:29:56 +02:00
Magne Sjaastad
7fba6f9171 #6388 Surface Import : Make import robust, add progress
Co-authored-by: Ruben <ruben.thoms@ceetronsolutions.com>

Fix issues with import
Add progress bar
Add Surface Import Coarsening to Preferences
Use preferredMinimumDistance between point to define how many rows/columns to skip to reduce data size required to represent a surface. Some files have small sampling distance.
2020-09-10 15:29:56 +02:00
Magne Sjaastad
a6f77cdd32 #6388 Surface Import : Add coarsening distance to preferences 2020-09-10 15:29:56 +02:00
Kristian Bendiksen
a02abcde14 #6426: Fracture Model: show default reference stress depth and stress with fewer decimals. 2020-09-10 13:02:49 +02:00
Kristian Bendiksen
9b47d5266e #6182 Fracture Model Plot: Reorder curves. 2020-09-10 13:02:49 +02:00
jonjenssen
bc82166151
Support for copying GeoMech case settings using new input (#6471)
* Support copy and replace geomech case, to support importing another data file, but keep the view setup

* Make sure surfaces and intersections get updated with the correct separate result, too

* Simplify/refactor code

* Better naming
2020-09-10 12:54:43 +02:00
jonjenssen
5eae17551f Make sure the dialog doesn't show up when importing summary cases using python interface 2020-09-10 12:14:12 +02:00
Gaute Lindkvist
dbec9dd3a5 #6479 Fix saving derived ensemble analysis plots and improve delta labels 2020-09-10 10:49:30 +02:00
Gaute Lindkvist
02b193af43 Remove wrong signal connection in Analysis Plot 2020-09-10 10:49:30 +02:00
Gaute Lindkvist
ef12893228 Fix missing labels in Analysis plot 2020-09-10 10:49:30 +02:00
Gaute Lindkvist
2c5d3f2e7a #6433 Make sure we don't add redundant summary curves to plot editor 2020-09-09 20:13:02 +02:00
Gaute Lindkvist
2cee179e79 Make sure all parameters are added for Correlation plots 2020-09-09 20:13:02 +02:00
Gaute Lindkvist
3a25ef0ec5 #6440 Use field quantities as default for new correlation plots 2020-09-09 20:13:02 +02:00
jonjenssen
f206fa5ca8 Fix compilation error for missing QString 2020-09-09 15:09:42 +02:00
Magne Sjaastad
4586389a78 #6273 GeoMech : If running interactively, show error message in warning dialog box 2020-09-09 14:06:51 +02:00
Gaute Lindkvist
7afbae6597 #6460 Improve consistency of icons on high-DPI displays 2020-09-09 09:13:04 +02:00
github-actions[bot]
cd3e331e12 Fixes by clang-format 2020-09-09 08:48:24 +02:00
Kristian Bendiksen
839a049804 #6175 Fracture Model: Remove hard-coded reference to Norne. 2020-09-09 08:42:19 +02:00
jonjenssen
c0c9fcfe55 Drop inline 2020-09-08 16:58:47 +02:00
jonjenssen
44bfb79469 Refactor 2020-09-08 16:58:47 +02:00
Jon Jenssen
64e4ce3ab9 Only show histogram statistics in info overlay box if the histogram has valid data. 2020-09-08 16:58:47 +02:00
jonjenssen
49a1c94364 Remove 2020-09-08 15:30:21 +02:00
Jon Jenssen
5f10732d1e Remove uncessary method call that causes crash during copy.
Add some more safeguards in code.
2020-09-08 15:30:21 +02:00
Magne Sjaastad
9ef37aca98 #5315 Category Cell Results: Rename to Exclusively Category Colors 2020-09-08 14:37:19 +02:00
Magne Sjaastad
07db5098dd #5315 Category Cell Results: Add color legend edit button 2020-09-08 14:37:19 +02:00
Magne Sjaastad
22c098368d #5315 Category Cell Results: Use color legend values 2020-09-08 14:37:19 +02:00
Gaute Lindkvist
5ae0e6a511 Fix build issues with test app by making CAF CVF-datatype scripting optional 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
b0ff04ea18 Make Commands-project repend on cafPdmScripting 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
63803eeebd Make modeled well paths scriptable 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
2e1bf89bff #6417 Fix update of cvf::Vec3d from Python 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
66c57cfae8 Add test_summary_cases.py to project tree 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
e83a122bfd Fix build warnings in RiaInterpolationTools.cpp 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
e4677004af Fix tests\test_summary_cases.py by making the paths absolute in RimcProject 2020-09-08 13:44:55 +02:00
Gaute Lindkvist
a4cd754fd3 Revert "Make Vec3d fields non-scriptable to work around #6417."
This reverts commit 185bf31228.
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
74f9d4f038 Start using QElapsedTimer to avoid build warnings 2020-09-08 13:44:40 +02:00
Gaute Lindkvist
d3fc5e7942 Remove use of QStringList::toStdVector and fromStdVector 2020-09-08 13:44:40 +02:00