Kristian Bendiksen
f628730618
#5910 Add calculator for stress anisotropy.
2020-05-14 06:19:26 +02:00
Magne Sjaastad
73ac3e5db1
#5925 Simplify computation of fault data
2020-05-13 17:57:21 +02:00
Magne Sjaastad
928acfdf9b
Allan : Do not test for cached data in pytest
2020-05-13 17:56:32 +02:00
Magne Sjaastad
de4fafe744
Fix crash in WBS curves when rkb diff is 0 (ported to patch branch)
2020-05-13 14:38:34 +02:00
Magne Sjaastad
c932b40a56
#5925 NNC computations : Add flag in preferences to include inactive cells
2020-05-13 14:37:02 +02:00
Magne Sjaastad
0c32538e01
#5914 Import faults : Avoid computation of faults if turned off in preferences
2020-05-13 14:37:02 +02:00
Magne Sjaastad
2bc9cb37c0
#5913 Import NNC : Do not compute NNCs if importNNCs is disabled in preferences
2020-05-13 14:37:02 +02:00
Magne Sjaastad
87f1535888
#5920 Allan Diagrams : Avoid computation until required
2020-05-13 14:37:02 +02:00
Gaute Lindkvist
3ac35050bc
#5888 only apply LAS-PP-values within reservoir
2020-05-13 14:28:48 +02:00
Gaute Lindkvist
0f456714bc
#5863 Always use grid for PP0
2020-05-13 14:28:41 +02:00
Gaute Lindkvist
24d58e3a98
Fix crash in WBS curves when rkb diff is 0
2020-05-13 13:03:28 +02:00
Gaute Lindkvist
e0fd47ef6e
#5888 only apply LAS-PP-values within reservoir
2020-05-13 13:01:21 +02:00
Gaute Lindkvist
9446150740
#5863 Always use grid for PP0
2020-05-13 13:00:43 +02:00
Gaute Lindkvist
fa9afc7762
Improve NNC calculation load balancing
2020-05-13 12:19:03 +02:00
Gaute Lindkvist
150f0f09e3
Use guided openmp for loop
2020-05-13 12:19:03 +02:00
Gaute Lindkvist
f199297f12
#5915 improve performance of NNC computation and limit to active cells
2020-05-13 12:19:03 +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
Kristian Bendiksen
7972ff8c02
#5409 Remove deprecated QFontMetrics::width() call.
...
Replaced with `QFontMetrics( font ).boundingRect( QString ).width() as suggested
in Qt5 docs. The replacement should work for all Qt5 versions as it was
available in Qt4 too.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
d86de5e8ff
#5409 Remove deprecated QPlainTextEdit::setTabStopWidth call on Qt >= 5.10
...
Need to still use it for 5.9 and older.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
8211727b79
Remove ifdefs for Qt4 support.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
2bc677b8c8
#5785 Add timelapse calculator one time.
2020-05-12 12:01:44 +02:00
Magne Sjaastad
00cd16ed4f
Fix misspelled Allan diagram ( #5906 )
...
Closes #5816
2020-05-12 08:26:22 +02:00
Gaute Lindkvist
641d6e2384
#5902 Fix missing labels due to IconProvider
2020-05-11 12:28:47 +02:00
Magne Sjaastad
81571908af
System : Use TARGET_FILE_DIR instead of CONFIGURATION
2020-05-11 08:03:42 +02:00
Magne Sjaastad
e3b350a982
Fix changes in icon color API
2020-05-10 09:43:39 +02:00
Gaute Lindkvist
2e79cf614f
Refactor and rename QIconProvider -> IconProvider ( #5893 )
...
* Refactor and rename QIconProvider -> IconProvider
* Generate icons on demand as unique_ptrs
2020-05-09 11:25:11 +02:00
Kristian Bendiksen
b84e868564
Split fem part results collection 5785 ( #5871 )
...
* #5785 Extract RigFemClosestResultIndexCalculator class to separate file.
* #5785 Move method implementation of RigFemClosestResutIndexCalculator to cpp file.
Also improve const correctness.
* #5785 Extract method for calculating normal SE, ie. SE:11/22/33.
* #5785 Extract method for calculating shear SE, ie. SE:12/13/23.
* #5785 Create a list of result calculators.
* #5785 Extract method for calculating timelapse, normalized, and gamma results.
* #5785 Extract method for calculating normal ST, ie. ST:11/22/33.
* #5785 Extract method for calculating shear ST, ie. ST:12/13/23.
* #5785 Extract method for calculating surface angles and aligned stress.
* #5785 Extract method for calculating principal strain and stress.
* #5785 Extract method for calculating FOS, SFI and DSM for SE.
* #5785 Extract method for calculating NE.EV, NE.ED, ST.Q and ST.STM.
* #5785 Extract method for calculating compaction.
* #5785 Extract method for calculating stress gradients.
* #5785 Extract method for calculating SE.SEM.
* #5785 Extract method for calculating NE.
* #5785 Extract method for calculating formation indices.
* #5785 Extract method for calculating nodal graidents, bar conversions, and EnIpPorBar.
* #5785 Use std::unique_ptr to calculators.
* Use std::vector<unique_ptr>
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2020-05-09 08:57:07 +02:00
Magne Sjaastad
976d343f3b
Add Ninja-related files to gitignore
2020-05-08 11:28:55 +02:00
Magne Sjaastad
c040666080
Rename main job and do not run on feature branch push
2020-05-08 11:28:55 +02:00
Magne Sjaastad
c2c11e74b1
Update build cache action
2020-05-08 11:28:55 +02:00
Magne Sjaastad
610de357c1
Add separate compile on push with build cache
2020-05-08 11:28:55 +02:00
Magne Sjaastad
e3115bfef9
Add support for compiler launcher using buildcache
...
Use CMAKE_CXX_COMPILER_LAUNCHER if buildcache is found in path
2020-05-08 11:28:55 +02:00
Magne Sjaastad
a1eb707b02
Add test project including cvf and fix compile issues
2020-05-08 11:28:55 +02:00
Kristian Bendiksen
368de8491e
Add color icon to RimColorLegendItem in project tree.
2020-05-08 11:19:31 +02:00
Kristian Bendiksen
db384ea754
Add getters for RimColorLegend++.
2020-05-08 11:19:31 +02:00
Gaute Lindkvist
0bf3ed91f0
Remove legends from Correlation plots
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
3240c24f2c
Working clicking on Tornado Plots
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
70685b73b4
Better headers and sorting
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
27600fa57a
Working click matrix to change correlation plots
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
8be36be06b
Correlation Report Plot
2020-05-07 08:30:39 +02:00
Magne Sjaastad
dfaf595551
Fix line endings
2020-05-06 19:02:50 +02:00
Magne Sjaastad
1557d695b8
#5883 Icons : Use framework code to apply an overlay pixmap
2020-05-06 19:02:50 +02:00
Magne Sjaastad
28aafed44b
#5883 Update test project with icon colors from field value
2020-05-06 19:02:50 +02:00
Magne Sjaastad
e422618138
#5883 Icons : Add support for overlay pixmap
2020-05-06 19:02:50 +02:00
Kristian Bendiksen
78c33683eb
Merge pull request #5879 from OPM/color-legend-second-branch
...
Color legends
2020-05-06 11:47:29 +02:00
Kristian Bendiksen
20eff6f5d3
#5875 Remove duplicated code: import formation names using RifColorLegendData.
2020-05-06 11:04:33 +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
3e5c77e79e
Use RiaLogging instead of QMessageBox
2020-05-05 21:57:45 +02:00
Magne Sjaastad
7f400f806d
Guard nullpointer access
2020-05-05 21:57:45 +02:00