Magne Sjaastad
7bfe631118
#5379 Surface : Offset coords by a delta to avoid numerical instability
...
When creating a surface from top layer coords, we end up with a lot of geometrical operations in the same geometrical plane. Adjust the location of the surface coords to avoid these issues.
2020-05-04 06:32:37 +02:00
Magne Sjaastad
77734b8b57
#5379 Surface : Add grid case surface
2020-05-04 06:32:37 +02:00
Magne Sjaastad
4d114e36f8
#5379 Surface : Move enum to RiaDefines
2020-05-04 06:32:37 +02:00
Kristian Bendiksen
e66f937c29
Fix assignment instead of comparison bug in RimPlotDataFilterItem::fieldChangedByUi
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
4dfa975836
Fix warnings about "statement without effect" on gcc 7 on linux.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
92f4e6278c
Fix signed/unsigned comparison.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
656010ffb9
Fix incorrect comparison for majorTickMarkCount in RimMultiPlot::fieldChangedByUi.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
b5fe00ec09
Move variable to silence warnings on linux in release mode
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
2791e4954e
Move variable to silence warnings on linux in release mode.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
d1da920394
Avoid slashes in comments to not trigger multi-line comment warnings on linux.
2020-04-30 12:46:50 +02:00
Magne Sjaastad
58d8b0b753
#5852 3D view: Avoid more work than required
2020-04-30 12:29:58 +02:00
Magne Sjaastad
fbd8fffcca
#5856 Well Disks: Convert to time_t once instead of N times
2020-04-30 12:29:58 +02:00
Magne Sjaastad
accfa47539
#5856 Well Disks : Guard recompute and limit evaluation to visible wells
2020-04-30 12:29:58 +02:00
Magne Sjaastad
bc400af345
#5837 Well Log Curves : Show icons in tree view
2020-04-28 07:31:00 +02:00
Magne Sjaastad
eb46552e60
#5837 Well Measurements : Create new well measurement curves
2020-04-28 07:31:00 +02:00
Magne Sjaastad
34803b76be
#5837 Well Measurements : Allow modification of kind
2020-04-28 07:31:00 +02:00
Magne Sjaastad
616af75df3
#4035 System : Remove term souring from cmake and UI
...
Use general term HDF5 when required
2020-04-24 11:40:22 +02:00
Magne Sjaastad
95fc63fe7c
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
f89dcf4e52
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
83914006fd
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
3f88fe197a
Convert to enum class
2020-04-24 11:40:22 +02:00
Gaute Lindkvist
0bd477485a
Merge branch 'dev' into feature-analysis-plots-initial
2020-04-23 08:39:27 +02:00
Magne Sjaastad
e8068d7b60
Merge pull request #5822 from OPM/tensor-plot-for-fluxes-5583
...
Tensor plot for fluxes 5583
2020-04-22 22:10:27 +02:00
Gaute Lindkvist
9fcfe4fa84
Merge branch 'dev' into feature-analysis-plots-initial
2020-04-22 16:17:09 +02:00
Gaute Lindkvist
a85367512a
Remove superfluous line
2020-04-22 16:09:46 +02:00
Gaute Lindkvist
1b2c2b9499
Fix Linux build issue with lambdas
2020-04-22 16:02:41 +02:00
Gaute Lindkvist
f0ecf57a2b
Make decent defaults for correlation plots
2020-04-22 14:36:27 +02:00
Gaute Lindkvist
3133c6fc19
Add RimProject::current() static method
2020-04-22 14:35:25 +02:00
Gaute Lindkvist
87b631a23e
Make GNU GSL optional
2020-04-22 10:52:02 +02:00
Kristian Bendiksen
185046194c
Add RimDepthTrackPlot base class for RimWellLogPlot.
2020-04-22 08:57:25 +02:00
Kristian Bendiksen
afc824dd53
Fix CRLF line endings.
2020-04-22 08:57:25 +02:00
Magne Sjaastad
d5ea72fd8b
Merge pull request #5764 from OPM/biot-5213
...
Closes #5213
2020-04-21 15:50:24 +02:00
Gaute Lindkvist
78015fa19d
Correlation Matrix Plot
2020-04-21 14:00:22 +02:00
Gaute Lindkvist
48c4d81505
Add ABS tag to Correlation plot x-axis when using absolute values
2020-04-20 09:35:35 +02:00
Magne Sjaastad
e3143eb949
Grid cell time history curves : Guard null pointer access
2020-04-18 09:20:04 +02:00
Gaute Lindkvist
7e3fc1c886
Parameter result cross plot
2020-04-17 19:24:12 +02:00
Gaute Lindkvist
494ce6306f
Fix axis range for abs-value Correlation Plots
2020-04-17 14:16:34 +02:00
Gaute Lindkvist
60419f0985
Working Correlation Plot prototype
2020-04-17 13:54:21 +02:00
Magne Sjaastad
a10641cf28
#5800 Delta summary : Fix computations for fixed time step
...
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-17 13:54:18 +02:00
Gaute Lindkvist
067fe7f263
#5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
...
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-17 13:54:18 +02:00
Gaute Lindkvist
1d0cd26aff
#5585 Improve the way we decide on autozoom for the X-range in Well Log Tracks
2020-04-17 13:54:17 +02:00
Kristian Bendiksen
6dd4dabc33
#5775 Add ensemble id to RimSummaryCaseCollection.
2020-04-17 13:54:17 +02:00
Kristian Bendiksen
bc08aa1905
#5775 Add case id to summary case.
2020-04-17 13:54:17 +02:00
Magne Sjaastad
0a33cc269a
#5784 Contour Map : Guard null pointer access
2020-04-17 13:54:16 +02:00
Magne Sjaastad
8cdaf098c5
#5777 Well Measurements : Add icons
2020-04-17 13:54:16 +02:00
Magne Sjaastad
19dea15dd0
Fix typo
2020-04-17 13:54:16 +02:00
Magne Sjaastad
5a7129ffdf
#5779 Create Well Path : Add auto generated target at sea level
2020-04-17 13:54:15 +02:00
Magne Sjaastad
9041bc80fa
#5779 Add const to access methods
2020-04-17 13:54:15 +02:00
Magne Sjaastad
d895f342e2
Use AppEnum for DateTimePeriod
2020-04-17 13:54:13 +02:00
Magne Sjaastad
2dcab9981b
#5538 Show scripts in plot window project tree
2020-04-17 13:54:11 +02:00