Commit Graph

1234 Commits

Author SHA1 Message Date
Magne Sjaastad
27946d2d69 #7055 Contour Map: Label format it should match the legend format 2020-12-01 08:33:20 +01:00
Magne Sjaastad
1a3a155d36 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-12 09:06:28 +01:00
magnesj
0258874e17 Fixes by clang-format 2020-11-09 08:31:57 -05:00
magnesj
d11e109c7e Fixes by clang-format 2020-11-06 06:18:34 -05:00
Jon Jenssen
784e241eb9 Bugfix - make show contour label checkbox work for contour plots 2020-11-05 02:38:59 -05:00
Gaute Lindkvist
362dcb4dd1 Remove redundant part of hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Ruben Thoms
08b4fec678 Adjusted arrow head size.
Closes #6795.
2020-10-19 05:01:23 -04:00
rubenthoms
1893a5546c 6781 - Fix of z scaling issue for flow vectors (#6792)
* Fixed #6781.

Tidied up code.
* Bugfix: threshold not correctly applied for Cell Center Total
* Removed unused model offset.
* Remove commented code
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2020-10-16 14:11:52 +02:00
Ruben Thoms
b406649e17 Bugfix : Lower threshold not applied
Fixes #6783.
2020-10-15 11:00:32 -04:00
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
Magne Sjaastad
ddc3b009b7 #6747 Tensor computations : Use Ez for surface normal calculations 2020-10-09 08:52:24 +02:00
Ruben Thoms
74044ab5c7 Fixes #6746. 2020-10-08 08:15:57 -04:00
Ruben Thoms
b233c331cf 6655 - Rename of text in UI
Renamed Element Vector Result to Flow Vector Result.
Rename text for VectorView.
2020-10-01 03:29:25 -07:00
Ruben Thoms
b6cca51593 Adjusted according to review comments. 2020-10-01 03:29:25 -07:00
Ruben Thoms
cc5335d46f Tensor flow improvements
New GUI settings for tensor length control, fluid selection, NNC data selection and aggregated visualization. Possibility to change vector start position. Improved vector visualization.
2020-10-01 03:29:25 -07:00
Gaute Lindkvist
2d268b9e54 #6616 Make contour map and 2d intersection view follow the theme. (#6635)
* #6616 Make contour map and 2d intersection view follow the theme.
2020-09-30 08:32:20 +02:00
Gaute Lindkvist
ec40673119 #6517 Fudge the maximimum and minimum contour levels inwards
* Unify with logaritmic contour levels.
* Ensure the labels in the contour map show less precision.

Fudge in the opposite direction and unify with logarithmic
2020-09-29 03:37:35 -07:00
Ruben Manuel Thoms
3ae60d0b30 Revert "Merge branch 'dev' of https://github.com/OPM/ResInsight into dev"
This reverts commit a536ac2626, reversing
changes made to b92384211b.
2020-09-25 17:31:46 +02:00
Ruben Manuel Thoms
e22247f1f6 Last iteration. 2020-09-25 16:56:30 +02:00
rubenthoms
4bf19acf75 Adjusted legend range and iterated on NNC data direction. 2020-09-25 12:58:08 +02:00
rubenthoms
9baa24e9ef Next iteration. 2020-09-23 18:40:05 +02:00
rubenthoms
de360c8a4c Next iteration. 2020-09-22 17:20:35 +02:00
Ruben Manuel Thoms
af06bb1529 Proceeded with visualization of NNC vectors. 2020-09-21 16:44:18 +02:00
rubenthoms
2423dc977b First iteration showing vectors for NNC data. 2020-09-17 14:39:22 +02:00
rubenthoms
4cb57b729a Improved visualization of flow vectors. 2020-09-16 15:15:21 +02:00
Kristian Bendiksen
4e7541513e #1582 Remove last reference to caf::FixedArray. 2020-08-21 16:17:59 +02:00
jonjenssen
bbc659799e Surfaces: Improve UI and usability for surfaces (#6290)
* Add reload command to surface context menus. Still missing the part that actually reloads the data.

* Add additional check for null ptr to avoid crash

* Surfaces: implements reload command in context menu to reload surface data from its source (i.e. a file).
Rename function names to better show what they are actually doing
Refactor a bit to give all RimSurface subclasses the same interface for reloading data.
Also makes sure new RimGridCaseSurface instances are shown by default in the view(s)

* Fixes by clang-format

* Include offset and slice index in surface name shown in project explorer

* Allow importing the same file multiple times

* Disable lighting for surfaces, as it doesn't look good for now. Fixes #6084

* Surfaces: Remove depth offset setting from view. Add slider to depth offset edit for surface

* Create new surfaces only on collection context menu

* Make sure tree view icon is enabled/disabled when the check box is clicked

* Fix depth offset for grid case surfaces, missing base function call.

* Make public method .. public.

* Add reload command to surface context menus. Still missing the part that actually reloads the data.

* Add additional check for null ptr to avoid crash

* Surfaces: implements reload command in context menu to reload surface data from its source (i.e. a file).
Rename function names to better show what they are actually doing
Refactor a bit to give all RimSurface subclasses the same interface for reloading data.
Also makes sure new RimGridCaseSurface instances are shown by default in the view(s)

* Fixes by clang-format

* Include offset and slice index in surface name shown in project explorer

* Allow importing the same file multiple times

* Disable lighting for surfaces, as it doesn't look good for now. Fixes #6084

* Surfaces: Remove depth offset setting from view. Add slider to depth offset edit for surface

* Create new surfaces only on collection context menu

* Make sure tree view icon is enabled/disabled when the check box is clicked

* Fix depth offset for grid case surfaces, missing base function call.

* Make public method .. public.

* Fixes by clang-format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-11 11:34:34 +02:00
Magne Sjaastad
7c8fced4fe Remove obsolete includes 2020-07-01 08:22:26 +02:00
Magne Sjaastad
be67b0cb67 #6093 Wells: Toggling Off a well path leaves perforations visible 2020-06-22 14:31:58 +02:00
Magne Sjaastad
8cc167568c #6033 Surface Properties : Add legend and adjust update functions 2020-06-11 15:03:08 +02:00
Magne Sjaastad
c92b3e3024 Remove unused code 2020-06-11 15:03:08 +02:00
github-actions[bot]
6b5f4dddc9 Fixes by clang-format 2020-06-08 11:09:51 +02:00
github-actions[bot]
674b764cb6 Fixes by misspell-fixer 2020-06-04 08:24:58 +02:00
Gaute Lindkvist
2fe4372dc2 First round of caf::FontTools 2020-06-03 14:00:04 +02:00
Kristian Bendiksen
8da32eddc1 Remove unused RiaColorTables includes. 2020-05-24 17:26:51 +02:00
Magne Sjaastad
04311c64c6 Performance : Move construction of AABB tree out of parallel loop
Crash seen for regression test TestCase_Surfaces
2020-05-21 07:42:22 +02:00
Kristian Bendiksen
2f4ee076de Remove "set-but-unused" variables (generates warnings on gcc 7). 2020-05-20 13:45:59 +02:00
Magne Sjaastad
0c13f132fa #5932 NNC data : Compute geometry when NNC data is asked for 2020-05-15 12:55:25 +02:00
Gaute Lindkvist
ab0b05b31c Improve NNC memory use 2020-05-15 12:55:25 +02:00
Gaute Lindkvist
97dd891d38 Reduce NNC memory use 2020-05-15 12:55:25 +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
b7aeafc4d5 #5865 Fault and NNC performance : Build NNC geometry when needed 2020-05-04 16:09:29 +02:00
Magne Sjaastad
a615cc78dc #5856 Well Disks : Improve logic to guard when geometry is created 2020-05-04 13:27:09 +02:00
Magne Sjaastad
77734b8b57 #5379 Surface : Add grid case surface 2020-05-04 06:32:37 +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
773ec05f7d Remove unused variable. 2020-04-30 12:46:50 +02:00
Magne Sjaastad
1630c5651e #5852 3D view: Avoid creation of viz objects in clearGeometryCache
m_geometries[geomType].clearAndSetReservoir( geomType, rimEclipseCase, m_reservoirView ) was causing relative heavy performance issues. This is related to several structures being allocated and initialized in constructor in some visusualization object. Preferred workflow: Mark the geometry for recreation using the flag, and do the actual work when visualization is to be created.
2020-04-30 12:29:58 +02:00
Magne Sjaastad
f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00