Jacob Støren
42afa063d5
#3958 Refactoring: Rename to findOrLoadKnownScalarResult
...
to make it clear that it does not add a result name to the internal structures.
2019-01-25 16:19:14 +01:00
Jacob Støren
5a01fdb88e
#3958 Refactoring: Replaced result info based lookups with result address.
...
Replaced access of resultInfo as vector with single access based on address.
Moved RigEclipseResultAddress to a separate new file.
2019-01-25 16:19:13 +01:00
Jacob Støren
8e16d3ff20
#3958 Refactoring: Moved code into CaseCellResultsData.
...
Made methods private
2019-01-25 16:19:13 +01:00
Jacob Støren
ccfee8f34a
#3958 Starting refactoring of eclipse results addressing
...
Preparations for time diff results
2019-01-25 16:19:13 +01:00
Gaute Lindkvist
49a6650e77
Make Valve template units visible
2019-01-23 11:01:48 +01:00
Gaute Lindkvist
3fddca093e
Fix compile warning in GeoMechContourMapProjection
2019-01-23 09:45:06 +01:00
Gaute Lindkvist
bfdf55ec7b
geomec pick
2019-01-23 09:41:24 +01:00
Gaute Lindkvist
796c6a0e0a
#3987 Fix picking on Geo Mech contour maps
2019-01-23 09:23:22 +01:00
Gaute Lindkvist
d9f7e68739
Add legend levels field to Contor Map projection and make sliders delay update until release
2019-01-22 15:48:21 +01:00
Gaute Lindkvist
19bf92c336
Move distance transform to RiaImageTools
2019-01-22 15:47:25 +01:00
Gaute Lindkvist
9a3a61811f
#3980 Optimizing and expanding geomech boundaries to outside Pore pressure region
2019-01-22 14:00:40 +01:00
Gaute Lindkvist
810a991ba4
#3979 #3980 Contour Maps: Fix GeoMech crash and make limit to POR-result optional.
2019-01-22 14:00:09 +01:00
Gaute Lindkvist
4cd43d76d2
#3975 Avoid wrapping header lines in eclipse output + well plan
2019-01-18 14:55:12 +01:00
Gaute Lindkvist
b800510568
#3970 Make min/max for all time steps available for all results in contour map
2019-01-18 13:53:03 +01:00
Gaute Lindkvist
26015753a3
Massively improve contour map speed by polygon simplification before clipping
2019-01-18 13:53:03 +01:00
Gaute Lindkvist
b1ad93f4b9
#3970 Contour Maps: improve edge look
...
* Remove excess tiny triangles around edges
* Remove labels from contour lines that overlap inner contour lines
2019-01-17 20:18:15 +01:00
Magne Sjaastad
e75362f87e
System : Avoid file global variables (cotire)
...
When multiple files defines the same variable in global file scope, a name clash happens in cotire. Prefer using static const members instead.
2019-01-16 15:56:16 +01:00
Magne Sjaastad
bde2c0109c
Fix signed/unsigned assignment issue
2019-01-16 15:56:16 +01:00
Gaute Lindkvist
fb92b548c5
#3966 Add buttons for creating/editing fracture templates from fractures ( #3973 )
...
* #3966 Add buttons for creating/editing fracture templates from fractures
* Make sure view is updated whenever a new template is created from the fracture
2019-01-16 14:57:43 +01:00
Gaute Lindkvist
1f754f2b63
#3807 Initial implementation of GeoMech contour maps.
2019-01-16 14:09:28 +01:00
Gaute Lindkvist
314a5747db
#3957 Restore UI-order in Well Path Valve property editor
2019-01-15 17:13:23 +01:00
Gaute Lindkvist
5c24153646
#3957 Add button to valve for creating new valve template or editing existing template
...
* Also added separate delete valve feature so we can clear the template and update the valves referencing it.
2019-01-15 14:30:26 +01:00
Magne Sjaastad
791a896be4
#3952 Summary : Create plot if no plot exists when loading summary case
2019-01-14 13:54:19 +01:00
Magne Sjaastad
ce51f40a3f
#3952 Summary : Create folders for input data and plots
2019-01-14 11:14:18 +01:00
Magne Sjaastad
22e8eb485f
#3810 HoloLens : Tool bar button and scheduler for auto sent to server
2019-01-14 08:42:54 +01:00
Gaute Lindkvist
59a9136bf1
#3807 Make sure changing weights updates contour map
2019-01-11 16:14:54 +01:00
Gaute Lindkvist
9a6d0ab9ef
#3807 Tidy up contour map code after splitting out Eclipse specific code
2019-01-11 16:08:37 +01:00
Gaute Lindkvist
bad98b81ad
#3807 Make RimEclipseContourMapProjection a child of an abstract RimContourMapProjection
2019-01-11 16:06:54 +01:00
Gaute Lindkvist
fb5c222047
#3961 Disable case name in auto name for 3d Views by default
2019-01-11 16:06:53 +01:00
Gaute Lindkvist
f3c188ef56
#3807 Rename RimContourMapView to RimEclipseContourMapView
2019-01-11 16:06:53 +01:00
Gaute Lindkvist
31c67e29e4
#3807 Rename RimContourMapProjection to RimEclipseContourMapProjection
2019-01-11 16:06:53 +01:00
Gaute Lindkvist
4f09b6fbf6
#3945 Fix bug related to updating Contour Map when changing result and weighting parameter
2019-01-11 12:32:46 +01:00
Gaute Lindkvist
d1a457bf07
#3943 Stop regenerating map geometry when altering other geometry.
...
* Do this by caching results and clearing the cache in three stages with each dependent on the previous stages:
1. Grid Mapping
2. Results
3. Geometry
* Clearing grid mapping clears results and clearing results clears geometry.
* Some operations require only geometry changes, while others require a full change to grid mapping and consequently everything else.
2019-01-11 10:48:28 +01:00
Magne Sjaastad
d460d3d77d
#3944 clang-tidy : Apply modernize-deprecated-headers
2019-01-11 08:14:53 +01:00
Magne Sjaastad
81c3ee5df2
#3944 System : Improve code quality using clang-tidy
...
Remove redundant virtual and add override
2019-01-11 08:14:53 +01:00
Gaute Lindkvist
14cce66d2a
#3945 Avoid ray tracing around edges of contour map
2019-01-10 21:16:22 +01:00
Gaute Lindkvist
23142acc01
#3942 disable contour smoothing when contour lines are disabled
2019-01-10 20:58:36 +01:00
Gaute Lindkvist
82686ffe14
#3945 Avoid redoing ray tracing for contour maps when we can
2019-01-10 20:55:58 +01:00
Gaute Lindkvist
a309ffd1ea
#3941 Slighly improve contour map performance
2019-01-10 19:13:18 +01:00
Gaute Lindkvist
602bca4ea6
#3939 Make sure contour smoothing doesn't cause level overlap.
2019-01-10 16:07:58 +01:00
Gaute Lindkvist
8428e848de
#3941 Improve contour map performance by several measures
...
* Discarding triangles that aren't inside current level. Big gain.
* Checking bbox for contour levels. Minor gain.
* Doing less interpolation. Minor gain.
2019-01-10 14:53:37 +01:00
Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +01:00
Gaute Lindkvist
225f190f4b
#3934 Improve picking speed on contour map
2019-01-09 09:57:47 +01:00
Gaute Lindkvist
1a5fdec2d3
#3934 Make contour map colors exactly match the contour lines.
2019-01-09 09:09:26 +01:00
Gaute Lindkvist
b281a801a8
Fix zoom check in RimContourMapView
2019-01-09 09:04:11 +01:00
Gaute Lindkvist
bac377a4eb
#3934 Optionally (on default) smooth all contour lines
2019-01-09 08:42:20 +01:00
Gaute Lindkvist
7fccdf7153
#3934 Implement area threshold for contour polygons
2019-01-09 08:42:20 +01:00
Magne Sjaastad
20f9bf4318
#3935 Measurements : Add Esc button to abort measurement mode
2019-01-08 14:55:44 +01:00
Gaute Lindkvist
f099b8a747
Make contour map labels default on
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
8de9a46c6a
Rename RimContourMapProjection::generateTriangles to generateTrianglesWithVertexValues
...
Signed-off-by: Gaute Lindkvist <lindkvis@gmail.com>
2019-01-08 11:07:37 +01:00