Kristian Bendiksen
e9d734f660
#6941 Add Grid Statistics plot using QtCharts.
...
The feature is only enabled if QtCharts is installed.
2020-12-10 10:00:50 +01:00
Ruben Thoms
d1fc39a51c
Merged in VFP-tables commit 95f1742eab2b9dae391a253a5452b0f143d07abd.
2020-11-16 11:34:09 +01:00
Kristian Bendiksen
2ec4e5a6c4
#6596 Rename from FractureModel to StimPlanModel.
2020-11-06 10:43:49 +01:00
Gaute Lindkvist
0b19307be0
Support loading hierarchical well paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
6622328622
Remove direct access to the well path field in RimWellPathCollection
2020-10-26 10:43:14 +01:00
Kristian Bendiksen
9a1397ecbc
Revert " #6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var."
...
This reverts commit ae18dc8898
.
2020-10-22 09:07:27 +02:00
Magne Sjaastad
c8862ea83c
#6765 Test System : Add flag from regression dialog to invalidate external files
2020-10-12 12:50:46 -04: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
Kristian Bendiksen
ae18dc8898
#6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var.
2020-09-02 10:40:39 +02:00
Stein Inge Dale
d39bcb31ab
Various operations on color legends
2020-05-14 12:08:19 +02:00
Kristian Bendiksen
20ca3354b9
Stimplan preprocessor refact ( #5895 )
...
* #5633 Add Fracture Model data object.
* #5633 Add visualization for Fracture Model.
* Use thickness direction well path.
* #5834 WIP Fracture Model: Extract facies names along thickness direction vector
* Update to class enums.
* Remove RimFractureModel dip, tilt and azimuth (no longer used).
* #5824 : Fix fracture model direction relative to formation dip
* Workaround problem in generated python code which breaks tests on linux. See #5862 .
* Update name of thickness direction well path.
* #5834 Add import command for facies roff file.
* #5834 Show color legend data in facies track.
Also make it possible to change the data source for the curve data in plot.
* Fracture Model: replace "Thickness Type" with "Extraction Type".
* Use shorter curve legends in fracture model plot.
* Use class enum for RimFractureModel::ExtractionType.
* Use RimProject::current() instead of RiaApplication::instance()->project().
* Simplify RimFractureModel by not implementing Rim3dPropertiesInterface.
* Use scoped enums in RiaPlotAnnotationTool.
* Remove unused RimFractureModelPlot fields.
* Hide fracture model plots field, and add accessor methods.
2020-05-14 06:39:55 +02:00
Stein Inge Dale
6cb86d4792
#5832 Add color legend data with import from LYR file.
2020-05-06 11:04:33 +02:00
Magne Sjaastad
5d31912971
#5379 Surface : Update name from slice settings
2020-05-04 06:32:37 +02:00
Magne Sjaastad
95fc63fe7c
Convert to enum class
2020-04-24 11:40:22 +02:00
Gaute Lindkvist
3133c6fc19
Add RimProject::current() static method
2020-04-22 14:35:25 +02:00
Gaute Lindkvist
60419f0985
Working Correlation Plot prototype
2020-04-17 13:54:21 +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
2dcab9981b
#5538 Show scripts in plot window project tree
2020-04-17 13:54:11 +02:00
Jacob Støren
21bfe9c70c
Remove strange path debug output
2020-03-31 13:20:18 +02:00
Jacob Støren
8167167bc9
Add debug output to pinpoint strange path origin
2020-03-31 11:20:01 +02:00
Magne Sjaastad
f131ad77e1
Merge branch 'dev' into feature-analysis-plots-initial
2020-03-06 08:06:48 +01:00
Gaute Lindkvist
b2f55a3101
Make scriptability a CAF-feature
2020-03-05 08:40:46 +01:00
Jacob Støren
a1410ca118
#5539 Initial AnalysisPlot objects and barchart builder
2020-03-03 09:52:52 +01:00
Gaute Lindkvist
f15d35edef
Fix Eclipse contour map creation by making sure the project version is initialized
2020-02-26 14:48:56 +01:00
Gaute Lindkvist
d95f3a349d
Move to use a static registry of scriptable classes
2020-02-25 13:57:51 +01:00
Gaute Lindkvist
1f6e9513de
Make Python code use the new generated skeleton and rename ResInsight parameters to fit
2020-02-25 13:57:51 +01:00
Magne Sjaastad
c82df63e10
#5101 clang-format: Adjusted penalties
...
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5
#5101 clang-format: Allow short functions on a single line
...
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Gaute Lindkvist
edc276db4d
Well Log Plot and Well Distribution Plots no longer inherit Multiplot
...
* Also cleaned up RiuQwtPlotWidget
2020-01-16 14:33:33 +01:00
Jacob Støren
e9086005d4
#5310 Fix wrong use of new path id.
...
Used last used instead of first unused
2020-01-08 12:09:51 +01:00
Jacob Støren
26db8d7351
#5285 Surface import command Items and parsing infrastructure
2020-01-08 12:09:50 +01:00
Jacob Støren
b01c4409f1
Merge pull request #5246 from OPM/feature-external-file-reference-list-in-project-file
...
Feature: #5147 External file reference list in project file
2019-12-18 15:47:50 +01:00
Jacob Støren
7f393f5ad8
#5147 Use "PathId_000" as base for the path ids
2019-12-17 13:24:37 +01:00
Kristian Bendiksen
35df3cc9d3
#5131 Update calculation curves when summary case is replaced.
2019-12-11 09:29:35 +01:00
Jacob Støren
a9d089df6d
#5147 PdmField<caf::FilePath> now uses a reference list in the start of the project file to store the paths.
2019-12-10 14:58:47 +01:00
Magne Sjaastad
72a5c6cfef
Merge pull request #5071 from OPM/memory-fixes
...
Release of memory
2019-11-25 13:58:55 +01:00
Gaute Lindkvist
dfb5896edf
Revert case Ids to start at 0
2019-11-21 08:15:17 +01:00
Gaute Lindkvist
228810fd05
Refactor view id
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
8252ab8808
Rename GridPlot to MultiPlot throughout
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
a73c7a4b97
Rename Plot Report and Combination Plot to Multi Plot
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
03ff43237d
Add a view id tag to project tree and tooltip
...
* Remove it from property editor
2019-11-05 11:09:18 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Gaute Lindkvist
30db19a1d0
Create Grid plot collection and allow creation of new combination plots
2019-10-31 14:09:50 +01:00
Magne Sjaastad
d6b7aa301c
#4951 Summary Plot Template : Hide template collection in project tree
2019-10-30 10:48:23 +01:00
Jacob Støren
d5a39ab3aa
#4892 Improved names and added improved icons to linked views commands
2019-10-29 12:47:01 +01:00
Gaute Lindkvist
aef0e0a70f
More precise view id
2019-10-24 14:59:16 +02:00
Jacob Støren
b0f8dfa9e6
#4849 Co-visualization: Simple use of the comparison view support in the Viewer classes
...
The feature is ready for testing.
2019-10-11 14:52:49 +02:00
Gaute Lindkvist
172c0dfa1c
Revert "Reintroduce nextValid-fields as OBSOLETE fields in RimProject"
...
This reverts commit 411e5cf49f
.
2019-10-09 12:50:41 +02:00
Gaute Lindkvist
411e5cf49f
Reintroduce nextValid-fields as OBSOLETE fields in RimProject
2019-10-09 10:29:42 +02:00