Magne Sjaastad
1e777eaea0
Fix invalid initialization
2019-03-08 09:36:14 +01:00
Magne Sjaastad
25549b6b05
#4186 Porosity Model : Make sure fracture model data is read from file
2019-03-07 20:38:42 +01:00
Magne Sjaastad
03c9853b6e
#4169 Saturation-Pressure plot : Add RigEquil
2019-03-05 21:43:26 +01:00
Gaute Lindkvist
8845c456bc
Grid Cross Plot: Use the term Grouping instead of Categorization
2019-03-05 13:35:35 +01:00
Gaute Lindkvist
ac7eccee88
#4157 Grid Cross Plot: Make categorisation legend more like ensemble legend
2019-03-05 10:41:41 +01:00
Gaute Lindkvist
d1c14f9729
#4118 Limit data points in grid cross plot by cells visible in view
2019-02-27 14:34:18 +01:00
Gaute Lindkvist
e1dbbbaf51
#4117 Grid Cross Plot Reliability and UI improvements
2019-02-27 12:47:00 +01:00
Gaute Lindkvist
1e994ac8b8
#4117 Improve time step names for Grid Cross plot categorisation
2019-02-27 11:38:35 +01:00
Gaute Lindkvist
1b9a0fe5a7
#4117 Refactor Grid Cross plot result extraction and categorisation
2019-02-27 10:57:17 +01:00
Gaute Lindkvist
a010fc03d7
3d Cross Plot: First implementation ( #4127 )
...
* First cross plot commit
* Made cross plot deal with "all time steps" and categorise curves based on time step
* Support STATIC vs DYNAMIC plotting
* #4115 Avoid updating plots in RimEclipseCase::computeCachedData()
* Make sure loading of Cross plot from file works
* Show Legend in Cross Plot
* Uncheck / Check curves to disable/enable
* Axis titles and checkable data set
* Name config and setting of common plot look
* Fix category indentation in GeoMech results
* Support name configuration for Grid Cross Plot
* Support adding new curve sets
* Improve colors and symbols with better cycling
* Moved GridCrossPlot files to sub directory in ProjectDataModel and Commands
* #4111 3D calculations : Always show difference options
* Whitespace
* #4111 Move resultDefinition field to private
* Whitespace
* #4087 Ensemble : When importing and ensemble, show by default an ensemble plot
* #4085 3D view: Improve overlay item colors
* #4106 Crash on Linux
Temporary workaround to avoid crash
* #4106 Stop trying to do recursive setting tab order widget
* The double pointer was handled wrongly and shift-tab order isn't working anyway.
* #4114 Regression Test : Remove cached pointer to eclipse case
* Revert "#4114 Regression Test : Remove cached pointer to eclipse case"
This reverts commit f2146c6007
.
* #4114 Regression Test : Missing data for flow diag property filter
* #4085 3D view: Add check box for version info text
* Whtespace
* Improve labelling of static results
* Fix update of result property when changing type
2019-02-21 12:52:23 +01:00
Gaute Lindkvist
90b189f490
#4115 Avoid updating plots in RimEclipseCase::computeCachedData()
2019-02-20 11:51:39 +01:00
Gaute Lindkvist
eb0c2e4737
#4096 Simplify code for loading case and time diff to use same method
2019-02-15 13:16:51 +01:00
Gaute Lindkvist
fbd1486a4c
#4096 Fix combination of case and time diff for identical cases
2019-02-15 13:16:51 +01:00
Magne Sjaastad
4e9895ef0e
System : Remove unused class
2019-02-14 15:11:27 +01:00
Magne Sjaastad
1d4ab1a0b2
#4048 #4050 3D calculations : Add UI and calculation of case difference
2019-02-12 14:49:37 +01:00
Gaute Lindkvist
78b31db3b8
#4032 Fix SFG-values in Well bore stability plots
2019-02-04 09:27:02 +01:00
Jacob Støren
61e9a2a696
#3958 First shot on time difference implementation
2019-01-30 16:46:16 +01:00
Jacob Støren
58ac488929
#3958 Refactoring : RigResultAccessorFactory simplification
...
To make the result address including basetimestep info reach the CellResultsData class.
2019-01-30 15:25:29 +01:00
Jacob Støren
8a5cbf60fd
#3958 Refactoring CaseCellResultsData to propagate result address with timelapse info all the way.
2019-01-29 12:44:23 +01:00
Magne Sjaastad
0a22515a3e
#3990 Rename
2019-01-29 11:57:27 +01:00
Jacob Støren
a3660cd496
#3958 Refactoring: Rename modifiable result access to make it easier to track in the code. The existing overloads made things harder to read.
2019-01-29 08:35:42 +01:00
Jacob Støren
fe53380a36
#3958 Refactoring: RigCaseCellResultsData: Reorder headerfile
...
to group the methods sensibly
2019-01-28 16:31:57 +01:00
Jacob Støren
dbb2a564a2
#3958 Refactoring: RigCaseCellResultsData: Remove the final result index based interface
2019-01-28 16:18:28 +01:00
Jacob Støren
3e3d3871ed
#3958 Refactoring: Remove scalarResultIndex from RigEclipseResultAddress
...
and real external use (outside CaseCellResultsData)
Regression tests OK.
2019-01-25 16:19:15 +01:00
Jacob Støren
98f2b50180
#3958 Refactoring: Remove more direct use of scalarResultIndex related to CellEdge
2019-01-25 16:19:15 +01:00
Jacob Støren
d8eded7d49
#3958 Refactoring: Removed result index from NNC data
2019-01-25 16:19:15 +01:00
Jacob Støren
8ee1d1491f
#3958 Refactoring: EclipseResultAddress can now be used with type and variable in addition to index (which is to be removed)
2019-01-25 16:19:14 +01:00
Jacob Støren
726f5ee596
Remove compiler warnings
2019-01-25 16:19:14 +01:00
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
d0792d80c3
#3958 Refactoring : Moved formation names calculation into CaseCellResultsData.
...
Made one more method private.
2019-01-25 16:19:14 +01:00
Jacob Støren
70fc63056f
#3958 Refactoring: Privatized and renamed findTransmissibilityResults()
...
Narrower identification in header of methods needing refactoring attention
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
accc0768a1
#3958 Refactoring: Reordered the headerfile to outline the index-based methods needing refactorization
2019-01-25 16:19:13 +01:00
Jacob Støren
e21a0da543
#3958 Refactoring: Remove resultIndex in maxTimeStepResult
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
Jacob Støren
b329f3acc7
#3992 Fixed memory overwrite (and arbitrary crashes) due to missing critical section.
...
The critical section is needed when doing geometry transfer from libecl in paralell.
Caused arbitrary crashes in completely unrelated code when compiled in release on a 32-core machine on windows
2019-01-25 12:27:43 +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
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
Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +01:00
Bård Skaflestad
6839c1cf77
ECLFluxCalc: Remove Unused 'useEPS' Constructor Parameter
...
Recent developments have rendered this parameter unused. Remove
it to make API simpler. The library now always loads arrays as
if the caller requests end-point scaling behaviour and we defer
effects of actual end-point scaling until client code queries
the flux calculator at run time.
2018-12-21 13:14:45 +01:00
Magne Sjaastad
e514a77a80
CppCheck : Add missing assignment to isOk
2018-12-21 12:32:25 +01:00
Gaute Lindkvist
a9f70a13b3
#3851 Just one ICV per completion, not one per segment.
2018-12-18 17:09:43 +01:00
Gaute Lindkvist
15576a9ae3
#3779 Preliminary AICD output
2018-12-07 15:48:18 +01:00
Gaute Lindkvist
f14d36ca23
#3442 Implement export of ICD/ICV table for performations
2018-11-29 15:26:22 +01:00
Jacob Støren
0f384cf4f7
#3724 Split the line annotation classes into separate files. Cleaned up includes
2018-11-28 12:10:08 +01:00
Magne Sjaastad
268fc4f368
#3753 : Non-Darcy perforations : Add calculation of effective height
2018-11-26 10:07:35 +01:00
Gaute Lindkvist
9dc2452ba1
#3739 Fix crash in Well Bore Stability plots for synt_small.odb
2018-11-22 13:39:08 +01:00