Jacob Støren
69e37f3f09
Rename RicSummaryCurveCalculator to RicSummaryCurveCalculatorUi
2020-02-18 14:14:50 +01:00
Jacob Støren
31f79f24a6
Rename RiuSummaryCurveDefSelectionUi to RiuSummaryVectorSelectionUi
2020-02-18 14:10:10 +01:00
Jacob Støren
72889f8b0a
Rename RiuSummaryCurveDefSelectionEditor to RiuSummaryVectorSelectionWidgetCreator
2020-02-18 14:06:16 +01:00
Jacob Støren
42ffc195ce
Rename RiuSummaryCurveDefSelectionDialog to RiuSummaryVectorSelectionDialog
2020-02-18 14:00:11 +01:00
Jacob Støren
877133478c
Rename RicSummaryCurveCalculatorEditor to RicSummaryCurveCalculatorWidgetCreator
2020-02-18 13:47:24 +01:00
Jacob Støren
dacd84a289
Rename RicSummaryCurveCreator to RicSummaryPlotEditorUi
2020-02-18 13:36:07 +01:00
Jacob Støren
5af6b9f001
Rename RicSummaryCurveCreatorSplitterUi to RicSummaryPlotEditorWidgetCreator
2020-02-18 13:26:32 +01:00
Jacob Støren
568b198339
Rename RicSummaryCurveCreatorDialog to RicSummaryPlotEditorDialog
2020-02-18 12:29:13 +01:00
Jacob Støren
487b55046e
#304 Avoid accessing OpenGL if we are using "-platform offscreen"
...
Add description of how to start ResInsight in headless mode
2020-02-07 14:23:20 +01:00
Jacob Støren
9e08321794
Merge pull request #5461 from OPM/feature-context-help-search
...
#5215 Use ui item name as a general way to start a search in the onli…
2020-02-04 10:16:13 +01:00
Jacob Støren
43066bd0e5
#5215 Use ui item name as a general way to start a search in the online help
2020-02-03 16:06:37 +01:00
Jacob Støren
3c05ae04e6
#5420 Fix and improve mutithreading for "Additional-NNC" computations
2020-02-03 14:49:07 +01:00
Jacob Støren
cf72ce5989
#5417 Add Well Bore Stability icon
2020-02-03 11:37:43 +01:00
Jacob Støren
5b4cd4468d
Merge pull request #5451 from OPM/feature-#5329-#4991-add-multiplot-cumphasefrac-icons
...
Feature #5329 #4991 add multiplot cumphasefrac icons
2020-02-03 11:17:00 +01:00
Jacob Støren
608d3a9a24
#5329 , #4991 Use the new icons for multiplot and phase fraction plot
2020-02-03 10:05:01 +01:00
Jacob Støren
7112bc828c
Added two new icons (CumulativePhaseDist16x16 and MultiPlot16x16)
2020-02-03 09:16:38 +01:00
Jacob Støren
06111c4400
Added the Gimp files for most of the icons
2020-02-03 09:16:38 +01:00
Jacob Støren
f33ba52579
Delete unused icons
2020-02-03 09:16:08 +01:00
Jacob Støren
5973e8c330
Merge pull request #5446 from OPM/feature-surface-intersection-performance
...
Feature surface intersection performance
2020-02-03 09:11:53 +01:00
Jacob Støren
c09cb6e26b
#5429 Preallocate surface intersection trianglevertices
2020-01-31 15:08:32 +01:00
Jacob Støren
6e793fddc1
#5429 Parallelized surface intersections.
2020-01-31 15:01:53 +01:00
Jacob Støren
fbf1d12fb4
#5429 Pre-allocate cellCornerWeights array
2020-01-31 15:01:53 +01:00
Jacob Støren
fefd4d2fe8
#5429 Use const reference instead of copy
...
Had no effect on Win64 but is better style
2020-01-31 15:01:53 +01:00
Jacob Støren
c9dbad78de
#5429 pre-allocate some more room for triangles after moving to Tet based MC
2020-01-31 15:01:53 +01:00
Jacob Støren
c940472b4c
#5429 Move work arrays outside loop to avoid reallocation within the loop
2020-01-31 15:01:53 +01:00
Jacob Støren
63771dc7ee
#5429 Add tolerance in HexInterpolator to quit iterating earlier
...
Making less jacobi and inverse calls
2020-01-31 15:01:53 +01:00
Jacob Støren
2bca842e1b
Fix missing includes
2020-01-30 13:36:00 +01:00
Jacob Støren
35a8a96b97
Increase polygon offset for surfaces to cope with GeoMech models
2020-01-30 12:04:26 +01:00
Jacob Støren
ddb5d0fd30
#5437 Use marching tets instead of marching cubes,
...
to make the cell border edges consistent
2020-01-30 12:03:35 +01:00
Jacob Støren
f5b59a6bd9
#5429 Improve clipPlanarTrianglesWithInPlaneTriangle performance
2020-01-29 15:45:35 +01:00
Jacob Støren
5f6b9b43c6
Fix missing include reported by ubuntu build server
2020-01-29 09:30:19 +01:00
Jacob Støren
82ef81b51f
Merge pull request #5421 from OPM/feature-reservoir-surfaces-picking
...
Feature reservoir surfaces picking
2020-01-28 15:30:46 +01:00
Jacob Støren
0720ab3453
#5418 Consolidate near identical code
2020-01-28 10:37:22 +01:00
Jacob Støren
f1ab745097
#5418 Add picking on reservoir surfaces.
...
Added sorting of pick items based on tolerance and polygon offset unit.
2020-01-28 10:21:37 +01:00
Jacob Støren
529696de89
Merge pull request #5403 from OPM/feature-reservoir-surface-intersection-border
...
Feature reservoir surface intersection border
2020-01-27 08:47:53 +01:00
Jacob Støren
de31cc3270
#5369 Final solution for surface intersection border : Use polygon offsett
2020-01-24 15:59:18 +01:00
Jacob Støren
e021c4635c
Add a more correct version of signedAreaPlanarPolygon as reference for later.
2020-01-24 15:57:14 +01:00
Jacob Støren
091156dec1
Add a unit test start frame for EarClipTesselator
2020-01-24 15:47:48 +01:00
Jacob Støren
896a0f067e
#5369 First sensible border geometry.
...
Still not handling holes returned from clipper.
Int-point size (for clipper) implications not yet understood/investigated
2020-01-24 11:17:04 +01:00
Jacob Støren
cb664d9820
Improved EarClipTesselator.
...
More resillient against zero area ears.
Less prone to make invalid traingles due to vertices touching edge
but might fail to produce triangles at all in that case.
2020-01-24 11:14:37 +01:00
Jacob Støren
1949940b96
Fix misleading parameter name
2020-01-24 09:44:28 +01:00
Jacob Støren
5e68adc099
Merge pull request #5364 from OPM/fix-separate-results-issues
...
#5358 , #5317 , #5019 Fix several issues regarding separate results def…
2020-01-22 09:29:03 +01:00
Jacob Støren
27737b51bc
#5358 , #5317 , #5019 Fix several issues regarding separate results definitions
2020-01-21 15:28:26 +01:00
Jacob Støren
b6ec0e7315
Revert "Delete unused icons" Som icons was referenced after all.
...
This reverts commit 85aacb1436 .
2020-01-20 14:06:09 +01:00
Jacob Støren
85aacb1436
Delete unused icons
2020-01-20 13:52:04 +01:00
Jacob Støren
1095165a64
Merge pull request #5351 from OPM/feature-reservoir-surface-results
...
Feature reservoir surface results
2020-01-20 07:40:23 +01:00
Jacob Støren
d32db574cb
#5318 Surface Intersection geometry with results
2020-01-17 13:24:25 +01:00
Jacob Støren
67b47bd07e
caf::HexIntersectionTools : Added gtest comparisons.
2020-01-17 13:24:25 +01:00
Jacob Støren
7ee26fa0eb
caf::VizExtensions: Added method to clip triangles by a triangle
...
Added unit test system and a test also
2020-01-17 13:24:25 +01:00
Jacob Støren
cd6860b70f
caf::HexInterpolator: Add a method to access vertex weights
...
Add a Cmake file to make it a library
2020-01-17 13:24:24 +01:00
Jacob Støren
0d6c93d96f
Add experimental test of using clipper to keep edge information through the clipping
2020-01-17 13:24:24 +01:00
Jacob Støren
63eea9de10
#5317 Made RimSurfaceInView inherit RimIntersection
...
to get all the separate results stuff from there.
2020-01-17 13:24:24 +01:00
Jacob Støren
2fa27f8718
#5317 , #5318 Refactored RimIntersection, prepare to use as base class for RimSurfaceInView as well
2020-01-17 13:24:24 +01:00
Jacob Støren
cdba7d2104
#5316 Fix crash when no surfaces are present
2020-01-17 13:24:24 +01:00
Jacob Støren
cf74891952
#5317 Add separate results definition objects for Reservoir Surfaces
2020-01-17 13:24:24 +01:00
Jacob Støren
e05f9320d7
Rename to appendIntersectionFacesToModel
2020-01-17 13:24:24 +01:00
Jacob Støren
1e2548c96d
AppFwk: Hex interpolation: Add Combined test
2020-01-17 13:24:24 +01:00
Jacob Støren
94b6990f19
AppFwk: Add general interpolation in Hex8 elements
2020-01-17 13:24:24 +01:00
Jacob Støren
5b1b7e630a
#5316 Prototype of results mapping on native surface nodes only
2020-01-17 13:24:24 +01:00
Jacob Støren
18be5cea05
#5313 Switch to use FullPivLU instead of the default PartialPivLU
...
when inverting Tii.
The full pivoting is more robust against numerical issues, and to fracture islands.
2020-01-15 14:30:09 +01:00
Jacob Støren
5e168d75b3
#5321 Fix Path ID showing up as case name for summary files.
2020-01-13 15:21:15 +01:00
Jacob Støren
581196d5a1
#5313 Switch to use FullPivLU instead of the default PartialPivLU
...
when inverting Tii.
The full pivoting is more robust against numerical issues, and to fracture islands.
2020-01-13 14:07:41 +01:00
Jacob Støren
cd0edd084d
#5285 Fix missing calculation of normals on reservoir surfaces
2020-01-09 08:59:11 +01:00
Jacob Støren
1a1706d2fa
Compile error fix for gcc on ubuntu 16.04
2020-01-09 08:48:05 +01:00
Jacob Støren
e6d96316d4
#5285 Visualization and update of Surfaces
2020-01-08 12:11:10 +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
45a3225ec8
#5285 Surface Import command. SurfaceInView tree-items. Delete.
...
Ready to start on visualization code
2020-01-08 12:09:51 +01:00
Jacob Støren
3488280c69
#5285 Add icons to the Surface items
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
765978d0e9
Merge pull request #5286 from OPM/bugfix-#5283-#5284-allen-diagram
...
#5283 Fixed Allen diagram error NNC's with same formation on both sides.
2020-01-06 09:15:13 +01:00
Jacob Støren
84dab9eccb
#5283 Fixed error in Allen diagram for NNC's with same formation on both sides.
2020-01-03 14:25:34 +01:00
Jacob Støren
b066703529
Merge pull request #5275 from OPM/feature-allen-result-info
...
#5269 Cycle cell selection when clicking an NNC
2020-01-02 14:21:19 +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
a42d5e9bc8
Rename to clarify meaning of gridLocalCellIndex
2020-01-02 12:45:01 +01:00
Jacob Støren
f1cee7ab36
#5269 Cycle cell selection when clicking an NNC
2020-01-02 12:39:14 +01:00
Jacob Støren
bbb5e89fe7
Merge pull request #5266 from OPM/feature-allen-diagram-results-on-faults
...
Feature allen diagram results on faults
2020-01-02 10:33:00 +01:00
Jacob Støren
0d6b139891
#5200 Enable only category legend when allen diagram is selected
2020-01-02 08:56:45 +01:00
Jacob Støren
5dee4e7478
Missing include Compile fix
2019-12-20 14:33:03 +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
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
6f97dca264
#5252 Fixed crash and missing statistics with combined IJK results for visible cells only
2019-12-18 15:47:13 +01:00
Jacob Støren
c9270cdbca
#5252 Fixed crash and missing statistics with combined IJK results for visible cells only
2019-12-18 15:45:07 +01:00
Jacob Støren
1575705835
Fix whitespace difference
2019-12-18 09:05:39 +01:00
Jacob Støren
c35938e449
#5242 Fix intersection views visible in comparison view drop-down
2019-12-17 14:53:16 +01:00
Jacob Støren
b6252c9d59
#5240 Avoid duplicate entries when opening summary-, and gridcases
2019-12-17 14:53:08 +01:00
Jacob Støren
43e8311207
#5242 Fix intersection views visible in comparison view drop-down
2019-12-17 14:37:57 +01:00
Jacob Støren
1e67540b92
#5240 Avoid duplicate entries when opening summary-, and gridcases
2019-12-17 14:28:51 +01:00
Jacob Støren
2ca3345a20
Add save() as a command to the python interface
...
Fix export_snapshot issue
2019-12-17 13:27:02 +01:00
Jacob Støren
7f393f5ad8
#5147 Use "PathId_000" as base for the path ids
2019-12-17 13:24:37 +01:00
Jacob Støren
c551baf409
#5235 fix python: project.export_snapshot
2019-12-17 10:56:00 +01:00
Jacob Støren
2d195c93c6
#5235 fix python: project.export_snapshot
2019-12-17 09:43:49 +01:00
Jacob Støren
0bd9ef925a
#5147 RimEclipseResultCase::m_sourSimFileName ->FilePath
2019-12-13 10:27:38 +01:00
Jacob Støren
b7db416652
#5147 Avoid using RimFormationNames::m_formationNamesFileName in initAfterRead
...
The path is not valid during initAfterRead Traversal
2019-12-12 16:19:50 +01:00
Jacob Støren
1c6c82af85
#5147 Fix RimFileWellPath::setupBeforeSave addressing the filePath
...
Needs to copy the cached wellpaths on save.
Split the cached filePath and the uncached filePath to only list the external well paths in the global path list, and to be able to copy the cached files on save.
2019-12-12 16:15:24 +01:00
Jacob Støren
e4eea67a4e
Fix error in cafFilePath QVariant isEqual operator
2019-12-12 16:09:20 +01:00
Jacob Støren
298b40d6ef
Refactor: Centralized generation of path to storage of wellpaths from SSIHUB
2019-12-11 11:39:02 +01:00
Jacob Støren
0f9b667c55
Guard against missing well path geometry data
2019-12-11 10:27:49 +01:00
Jacob Støren
37b32c4e8a
#5147 RimFormationNames::m_formationNamesFileName -> FilePath
2019-12-11 09:31:13 +01:00
Jacob Støren
b1942e0844
#5147 RimWellLogFile::m_fileName ->FilePath
2019-12-11 08:38:31 +01:00