Magne Sjaastad
a6af4fbd00
#6773 Regression Test : Add more input validation due to missing files
...
Running regression tests without valid external files revealed several crashes. Add guarding and remove asserts to make sure regression tests can be executed without crash.
2020-10-13 08:31:05 -04:00
Gaute Lindkvist
f82b2f73ec
#6320 Refactor of PdmScripting
...
* Make base class abstract
* Implement support for IOHandling for PdmChild and PdmChildArray fields
2020-08-25 08:33:47 +02:00
Magne Sjaastad
bc47487d68
#6252 Formations : Use user-defined color legend
2020-08-14 11:00:36 +02:00
Magne Sjaastad
d276d0eefe
#6252 Category Colors : Name and corresponding color do not match
...
Set category data directly to the category mapper with no reverse ordering
When drawing the color legend, always draw categories with lower index first
2020-08-14 11:00:36 +02:00
Magne Sjaastad
40183ce640
Move function to private section
2020-08-13 14:17:13 +02:00
Magne Sjaastad
18e0c8999e
#6164 Color Legend : Update category colors when project file is loaded
2020-07-01 08:22:26 +02:00
Gaute Lindkvist
33fb733110
#6118 Automatic red, green and blue curve colors for oil, gas and water properties when using area fill
...
* Also removed green, red and blue from the cycled well log colors to avoid clashes.
* Only automatic when area fill is on.
* Potential color clashes for the general case with multiple Oil-curves in the same plot.
2020-06-22 11:02:33 +02:00
Magne Sjaastad
51fd5e39b0
NNC: Compute data on demand
2020-05-21 08:09:07 +02:00
Kristian Bendiksen
30cec3e280
Fix comparison between signed and unsigned integer expressions.
2020-05-20 14:23:22 +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
Magne Sjaastad
87f1535888
#5920 Allan Diagrams : Avoid computation until required
2020-05-13 14:37:02 +02:00
Magne Sjaastad
3d2ac4b573
Fix misspelled Allan diagram ( #5906 )
...
Closes #5816
2020-05-12 15:14:42 +02:00
Kristian Bendiksen
c016c02e40
Replace RiaApplication::instance()->project() with RimProject::current().
...
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +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
f89dcf4e52
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
Magne Sjaastad
4fa00a5252
Guard null pointer access
2020-04-17 13:09:28 +02:00
Gaute Lindkvist
c51aa91c42
#5632 Python method commands ( #5649 )
...
* General PdmObjectMethods for scripting.
2020-03-10 14:11:22 +01:00
Gaute Lindkvist
b2f55a3101
Make scriptability a CAF-feature
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
2cea7c0321
Implement proxy field python methods
2020-03-05 08:40:46 +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
Kristian Bendiksen
492ec395c0
#5043 Input Property: Show file path in result selection panel
2020-01-20 10:18:52 +01:00
Magne Sjaastad
afc9ace33e
#5279 Formations : Add const and simplify access
2020-01-03 09:59:38 +01:00
Jacob Støren
d074964901
#5274 Add text to Result Info panel for Allen diagram data
...
Rename result variables to prepare for more Allen results
Rename methods to clarify meaning
2020-01-02 12:46:38 +01:00
Jacob Støren
1d97f376fb
#5200 New allen result type, and working full and binary allen diagrams for formations
2019-12-20 13:55:56 +01:00
Jacob Støren
12e49656df
#5200 Allen results as separate results type only visible for faults
2019-12-20 13:55:56 +01:00
Magne Sjaastad
831b899091
#5200 Prototype of use of formation names for allen diagram
2019-12-20 13:55:43 +01:00
Jacob Støren
0e14c63f07
Rename crossSection to intersection in general code
2019-11-26 12:45:08 +01:00
Jacob Støren
b5e39519c5
#5019 Separate intersection legends in place in ordinary views
...
Needs some cleanup and not working in 2dintersection views
2019-11-22 12:36:39 +01:00
Jacob Støren
31a698243d
#5019 Update display model on separate intersection settings change
2019-11-21 08:28:00 +01:00
Jacob Støren
c79de08c40
Improve const-ness somewhat on some results color related methods
2019-11-20 10:39:48 +01:00
Jacob Støren
fec449dc43
#5019 Add separate intersection results collection and items
2019-11-20 10:39:47 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
67e7bb0cf3
Fixes detected by cppcheck ( #4974 )
...
* Janitor : Remove obsolete pointer to dialog
* Janitor : Remove unused functions
* Janitor : Remove unused functions
* Janitor : Add explicit to constructors
* Janitor : Remove unused variables
* Janitor : Remove unused functions related to summary plot templates
* clang-tidy : Use nullptr instead of 0
* clang-tidy : Fix usage of virtual and override
* Upped to version 2019.08.2-dev.05
* Janitor : Remove unused variables
* Janitor : Clean up several cppcheck issues
* Janitor : Add cppcheck config files
* Janitor : Use const when possible
2019-11-03 08:37:03 +01:00
Magne Sjaastad
a53f1e1e91
#4638 Dual porosity : Make sure geometry is regenerated when switching between matrix/fracture
2019-10-16 10:15:51 +02:00
Gaute Lindkvist
1e7acd8a10
Merge pull request #4704 from OPM/bug-#4703-geomech-resultpos
...
#4703 Fix changing result position in GeoMech result definition
2019-09-17 16:09:17 +02:00
Magne Sjaastad
aaeafa6aef
Merge remote-tracking branch 'origin/patch-2018.08.2' into dev
2019-09-13 16:51:03 +02:00
Magne Sjaastad
1cb1720327
#4688 Contour plot : Changing Base Time Step has no effect
2019-09-13 14:55:04 +02:00
Gaute Lindkvist
25c692d3db
#4668 Make contour time and case diff work
2019-09-13 14:07:08 +02:00
Magne Sjaastad
b38904d158
#4699 Guard use of TERNARY cell result in property filters
2019-09-13 13:53:24 +02:00
Gaute Lindkvist
885435fba7
#4703 Fix changing result position in GeoMech result definition
2019-09-11 15:55:37 +02:00
Magne Sjaastad
d045c0aade
#4699 Guard use of TERNARY cell result in property filters
2019-09-11 13:31:15 +02:00
Gaute Lindkvist
3279f51364
#4668 Make contour time and case diff work
2019-09-10 09:18:40 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Jacob Støren
11e73a76fc
#4571 Sum. cmd. line: Add support for -s, -n and -e to grid cell plotting
2019-08-28 10:12:54 +02:00
Jacob Støren
889577400a
#4571 WIP: Multiplot grid cell plotting
...
Basics working. Missing single plot and normalizing
2019-08-28 10:12:53 +02:00
Magne Sjaastad
fee9a2de19
#4600 Dual porosity: Apply matrix/fracture change immediately
2019-08-21 07:25:17 +02:00
Gaute Lindkvist
213591f522
#4526 Make sure setting wells for flow diagnostics result works and add simplified API
2019-07-31 09:53:45 +02:00
Gaute Lindkvist
979101fe96
#4526 Enable setting of flow diagnostics to cell results
2019-07-30 12:32:10 +02:00