Magne Sjaastad
d6d894f631
#2868 Completion Type : Change priority order
2018-05-09 11:48:37 +02:00
Magne Sjaastad
4f4a12b636
#2868 Completion Type : Rename
2018-05-09 11:48:37 +02:00
Magne Sjaastad
e820bd44c7
#2868 Completion Type : Remove obsolete code
2018-05-09 11:48:37 +02:00
Magne Sjaastad
a986f3a4d2
#2868 Completion Type : Simplify update code paths
2018-05-09 11:48:37 +02:00
Magne Sjaastad
9bb8f36052
#2868 Completion Type : Compute completion type based on virtual connection factors
2018-05-09 11:48:37 +02:00
Magne Sjaastad
9e6e2e8735
#2868 Completion Type : Use const pointer
2018-05-09 11:48:37 +02:00
Gaute Lindkvist
15c2b19f59
Slightly improve naming of epsilon/tolerance variable in plane triangle intersection.
2018-05-09 11:34:04 +02:00
Gaute Lindkvist
923fc9815a
#2713 Implement viewName parameter for RicfExportSimWellFractureCompletions.
...
* View names are not unique!
* This change will export fracture completions for *all* views that matches the view name.
2018-05-09 10:44:29 +02:00
Gaute Lindkvist
9da54a115b
Fix crash in cafHexGridIntersectionTools when exporting fracture completions.
...
* Account for two new triangle plane intersection cases where one vertex is touching the plane.
2018-05-09 10:44:29 +02:00
Gaute Lindkvist
47ed8dac74
Fix crash due to wrong closest index comparison in RigSimulationWellCoordsAndMD
2018-05-09 10:44:29 +02:00
Gaute Lindkvist
f24fb4aaec
Fix crash due to global/local grid index mixup when creating fractures on SimWellPaths.
...
* Introduces a convenience method on the main grid
* Also converts some callers to use the convenience method.
2018-05-09 10:44:29 +02:00
Jacob Støren
0ebedc844f
#2849 Rename some Fishbone commands
2018-05-08 16:59:29 +02:00
Jacob Støren
43082b4952
#2871 Fault visibility toggle now controls fault label visibility in 2D intersection views also.
2018-05-08 16:26:15 +02:00
Bjørn Erik Jensen
9a5f3fb47e
Fix Linux build warning
2018-05-08 15:57:34 +02:00
Bjørn Erik Jensen
98daab46a3
#2819 Ensemble curves. Distinguish between summary case group and ensemble
2018-05-08 15:22:38 +02:00
Bjørn Erik Jensen
9d51b91931
#2724 Ensemble curves. Show case name in mouse tracking tooltip
2018-05-08 12:52:33 +02:00
Bjørn Erik Jensen
763d25040e
#2840 Ensemble curve. Copy/paste og curve sets
2018-05-08 10:17:18 +02:00
Gaute Lindkvist
043eaf7db6
Make new vertex creation more robust
...
* Require that the length of the new segment is shorter than the *current*
distance to the end of the original segment, rather than the length of the
complete original segment.
2018-05-08 09:09:36 +02:00
Gaute Lindkvist
0d8a034886
Fix Linux build by replacing a HUGE_VAL with std::numeric_limits::infinity
...
* This build problem was introduced when fixing a crash issue that came from
replacing HUGE_VAL with std::numeric_limits::max
2018-05-07 19:34:22 +02:00
Jacob Støren
20a1e52323
#2850 Fix missing fault-label toggle and color setting awareness in 2D intersection view
2018-05-07 18:06:09 +02:00
Jacob Støren
96d7e8b062
Merge update of opm-flowdiagnostics into dev
2018-05-07 16:09:30 +02:00
Gaute Lindkvist
9125619c41
3D Well Log Curves: Fix crash bug due to wrong value used to force invalid values.
2018-05-07 16:07:13 +02:00
Jacob Støren
b6979f32c6
#2808 Add Icon for well CF's
2018-05-07 15:56:23 +02:00
Gaute Lindkvist
c7bf6172f3
#2828 Allow setting curve domain range outside the range of the curve values.
...
* Note that this implementation simply removes vertices that are outside the range.
* It would look far better to insert vertices at the boundary when a segment is heading
out of range. This is more complicated.
2018-05-07 14:47:24 +02:00
Bjørn Erik Jensen
e4aa7d681d
#2852 OPM. Updated flow diag solver interface after OPM upgrade
2018-05-07 14:43:24 +02:00
Bjørn Erik Jensen
ff628fa9dd
#2852 OPM flowdiag upgrade. Copy from repos
2018-05-07 14:37:32 +02:00
Magne Sjaastad
d8afe5740b
#2803 Ensemble Cases Performance : Use one function to load summary data
2018-05-07 13:14:43 +02:00
Magne Sjaastad
dfa0d15844
#2803 Ensemble Cases Performance : Use loadAllSummaryCaseData()
2018-05-07 12:57:12 +02:00
Jacob Støren
c150f3e578
#2853 Add a specific ensembles icon. Use Cases icon for recursive import
2018-05-07 12:29:06 +02:00
Jacob Støren
c4c0d46692
#2857 , #2861 , #2853 , #2862 Icon improvements: Use new Summary plot icon in combined icons, Observed Data icons, Octave Script icon improvements, Summary Case Group icon
2018-05-07 12:29:06 +02:00
Bjørn Erik Jensen
fb518117c0
#2856 Menus. Import case directly into group
2018-05-07 12:24:52 +02:00
Bjørn Erik Jensen
f71bdda4fb
#2856 Menus. Restructure context menu
2018-05-07 12:24:52 +02:00
Bjørn Erik Jensen
d659b8e853
#2856 Context menus. Fix logical error during menu build-up
2018-05-07 12:24:51 +02:00
Magne Sjaastad
2aeafb509b
#2830 Geomech: Apply code improvements suggested by clang
2018-05-07 11:29:18 +02:00
Magne Sjaastad
9e5f0abfe9
#2830 Geomech: Move code into separate calculate functions, add OpenMP
2018-05-07 11:29:18 +02:00
Magne Sjaastad
bc4282d8d7
#2830 Geomech: Improve performance : Use dynamic on selected sections
...
Skip computation of formation layers if no formations are present
2018-05-07 11:29:18 +02:00
Magne Sjaastad
d132ecd036
#2830 Geomech: Improve performance on results calculations
2018-05-07 11:29:18 +02:00
Magne Sjaastad
a7b3aa0bab
#2716 #2830 Use OpenMP on calculations
2018-05-07 11:29:18 +02:00
Gaute Lindkvist
57b3ad82a8
#2791 Fix tensor vector colors so principal to has a single color.
2018-05-07 11:17:51 +02:00
Gaute Lindkvist
88cc6ea3f5
Fix wrong assert in cvfScalarMapperRangeBased::setLevelsFromValues
...
* Old code always causes assert failure when calling this method.
2018-05-07 11:17:51 +02:00
Gaute Lindkvist
78326bb19c
#2703 An initial implementation of filled drawing style with problems remaining.
...
* New vertices are successfully created in the intersections between the
curve and draw surface triangles
* New vertices are also inserted along the bottom edge of the filled curve.
* However, new vertices will still need to be inserted in the lines connecting the
top of the curve and the bottom where they intersect with the triangles.
* The option for filled curves remain hidden in the GUI. See #2860 .
# Please enter the commit message for your changes. Lines starting
2018-05-07 11:14:25 +02:00
Gaute Lindkvist
fba437f595
#2791 Rename misspelled "principalNumber" in TensorResultPartMgr
2018-05-07 10:13:17 +02:00
Bjørn Erik Jensen
7903a62cc5
#2818 Summary. Add new-plot-commands to context menus
2018-05-07 09:46:45 +02:00
Bjørn Erik Jensen
0e8eae33db
#2818 Selection manager. Add strict method variant
2018-05-07 09:46:45 +02:00
Jacob Støren
9885c9d2d7
#2809 , #2858 , #2859 Fix icon inconsistencies. Edd icons for ensemble curves and new icons for cross plot
2018-05-06 10:09:39 +02:00
Jacob Støren
4108c72680
Corrected spelling of ensemble
2018-05-06 10:09:39 +02:00
Magne Sjaastad
7421a3f7cd
Fix signed / unsigned compare
2018-05-04 15:23:20 +02:00
Magne Sjaastad
55796623b5
#2855 Tensor Calculations : Do nothing if tensor is unchecked
2018-05-04 15:23:20 +02:00
Magne Sjaastad
085a3ea18a
#2717 Compaction: Use OpenMP for calculation
2018-05-04 15:23:20 +02:00
Bjørn Erik Jensen
7a7a8bed0e
Apply two ecllib patches after upgrade
2018-05-04 14:24:53 +02:00