Magne Sjaastad
c1b44e0d51
Add license info for spdlog
2024-03-22 08:46:28 +01:00
Magne Sjaastad
c02f32d5d1
Bump version to 2024.03.0-RC_04
2024-03-21 09:32:09 +01:00
Magne Sjaastad
d95c4c780c
Fix regression causing hidden objects to be visible
...
Hide objects that by mistake was make visible in ce513be
2024-03-21 09:32:09 +01:00
Magne Sjaastad
672b7a2a65
Make sure all editors are updated after source stepping
2024-03-21 09:32:09 +01:00
Magne Sjaastad
7190d781d0
Grid Case Statistics: Show well data from first realization
2024-03-21 09:32:09 +01:00
Magne Sjaastad
2e456a6f9b
Add font size to text content frame
2024-03-21 07:11:21 +01:00
Magne Sjaastad
785871cae3
Add realization filtering based on text string
...
Add unit tests and support min max range specifications. Example string "-5, 5, 8-10, 12-"
2024-03-21 07:11:21 +01:00
Magne Sjaastad
691b73d7f4
Bump version to 2024.03.0-RC_03
2024-03-19 14:33:29 +01:00
Magne Sjaastad
84875bef4f
Fix source stepping on calculated vectors
...
Make sure the calculation ID is set when a calculated vector is selected in the toolbar
2024-03-19 14:33:29 +01:00
Magne Sjaastad
a248be13cc
Always rebuild meta data for summary cases
...
Rebuild the UI representation when needed
2024-03-19 14:33:29 +01:00
Magne Sjaastad
d4f97d8415
Avoid hardcoded requirements for headers of RFT pressure files
...
Parsing "PSIA FEET" did not work, as "BARSA METRES" was the only supported unit. Keep special handling of header and date, and skip all other lines containing text or comment.
2024-03-19 14:22:45 +01:00
Magne Sjaastad
d1d987f522
Bump version to 2024.03.0-RC_02
2024-03-18 17:58:45 +01:00
jonjenssen
1a21d2e5de
Fix incorrect position for data nodes.
2024-03-18 17:42:03 +01:00
jonjenssen
2001c94a39
Polygon updates ( #11298 )
...
* Make menus similar for polygon and polygonInView
* Crash fix: Iterator might be invalidated by erase, reorder operations.
* Update pick editor after reload
* Do not enable edit if polygon is read only
* Make sure filter and intersection geometry is updated after a reload
* Make sure other pick editors are updated when polygon in view is changed
2024-03-18 14:31:06 +01:00
Magne Sjaastad
853d68df8b
Bump version to 2024.03.0-RC_01
2024-03-18 11:49:07 +01:00
Magne Sjaastad
a880a42752
Summary performance improvements
...
* Check flag before rebuilding summary address nodes
* Performance: Use vector instead of set and map locally in thread
* Performance: Skip looking for restart summary filenames for opm-common
* Move adding of case realization parameters to OpenMP loop
* Add unit test for file path operations
* Performance: Avoid using cdUp() function when splitting path into strings
2024-03-18 11:46:43 +01:00
Magne Sjaastad
63defd0f1a
GHA: Update to peter-evans/create-pull-request@v6
2024-03-17 11:06:19 +01:00
Kristian Bendiksen
6a5c6ee545
Transmissibility equations: guard against NaN in very small intersections.
2024-03-15 15:11:53 +01:00
Kristian Bendiksen
515213694c
Refactor: better isnan in assert, and reduce variable lifetime.
2024-03-15 15:11:53 +01:00
Kristian Bendiksen
e014bfd283
Fix incorrect line breaks.
2024-03-15 12:33:57 +01:00
Kristian Bendiksen
b595487d23
#11285 GRPC: fix high CPU usage in console application
...
Increase polling interval to avoid using one core constantly.
Fixes #11285 .
2024-03-13 16:16:38 +01:00
Magne Sjaastad
76df7e8631
Remove unused function
2024-03-13 08:51:30 +01:00
magnesj
b9c5ff816a
Fixes by clang-tidy
2024-03-13 08:51:01 +01:00
jonjenssen
cb1e062e99
Exported coordinate fix ( #11283 )
...
Make sure exported well path coordinates use local coord system when needed.
2024-03-12 16:57:16 +01:00
Jon Jenssen
f411b5fabe
Do not crash if no valid points are found when importing a surface .dat file due to i.e. incorrect file format (comma separated, not space separated)
2024-03-12 13:01:35 +01:00
jonjenssen
fb5758a363
Support both AND and OR operations when combining range and index filters ( #11275 )
...
Support both AND and OR operations when combining range and index filters
2024-03-11 20:02:47 +01:00
jonjenssen
2386ad8985
Generate model based on an origin in the fault to improve calculation accuracy ( #11267 )
...
Generate model based on an origin in the fault to improve calculation accuracy.
2024-03-08 15:50:05 +01:00
Magne Sjaastad
bfda6519db
Cleanup includes
...
Use new tools in Visual Studio to help cleaning up includes and remove redundant includes.
2024-03-07 19:45:43 +01:00
Eirik Marthinsen
ea27e952f5
Prepare building with Qt6
...
* Fwk: Switch from delta to angleDelta for QWheelEvent
* Fwk: Add option to build more libraries with Qt6
* Fwk: Remove unused includes of QtOpenGL
* Fwk: Don't forward declare QStringList
* Fwk: Store cursor position in QPoint variable
* Fwk: Use QWheelEvent::position in Qt6
2024-03-06 08:32:27 +01:00
Magne Sjaastad
9f96cb9694
#11258 Grid Calculation: Unintended release of result data memory
...
Avoid release of memory when working on a single case
2024-03-05 12:40:15 +01:00
Jon Jenssen
406cd087e9
Use local coordinates in generated model by default
2024-03-05 11:47:16 +01:00
jonjenssen
11c7ef7210
Bump to version dev 24
2024-03-04 23:47:27 +01:00
jonjenssen
bcc4f7c901
Add more decimals to node coordinates to improve accuracy
2024-03-04 23:47:27 +01:00
Kristian Bendiksen
a2fa2a0e77
WBS: Avoid empty text in legends on reload.
2024-03-04 23:47:14 +01:00
Kristian Bendiksen
b8f9beab91
WBS: Compute and show FG_MK_* only in reservoir (not shale).
2024-03-04 23:47:14 +01:00
Magne Sjaastad
1217236d73
#11248 Remove caching of simulation well coordinates to avoid state handling bugs
2024-03-04 12:27:56 +01:00
Magne Sjaastad
3689cccae7
Add operations on polygon : Duplicate, exportCsv, exportPol and simplify
...
SimplfyPolygon applies an operation on polygon to reduce the number of points in a way that the shape of the polygon is conserved.
2024-03-04 11:24:42 +01:00
Magne Sjaastad
5217ab5c8b
Use signal to notify listeners when coordinates of a polygon changes
2024-03-04 11:24:42 +01:00
magnesj
5d640b91d2
Fixes by clang-tidy
2024-03-02 09:10:54 +01:00
Magne Sjaastad
818c5c0f9c
Add polygon file readers and make sure UI items are in sync
...
* Add polygon reader for POL file format
* Add CSV import
* Add helper function to create tag with color and text
* Show polygon color as tag, allow color edit by clicking on tag
* Support optional header in csv file
* Add Reload on polygon file
* Show warning icon if no polygons
* Improve logging text
* Do not show file polygon in view if no polygons are imported
* Use appendMenuItems
* Set default polygon color to orange
* Enter edit state when creating a new polygon
* Fix missing UI text in menu builder
2024-03-01 14:59:14 +01:00
Kristian Bendiksen
04b14cf52a
WBS: Compute and show SH_MK_* only in reservoir (not shale).
2024-02-29 10:47:12 +01:00
Kristian Bendiksen
b0ade5d318
WBS Plot: Fix disappearing curve names for disabled curves.
2024-02-29 10:47:12 +01:00
Kristian Bendiksen
8ea017da3c
WBS: Make PP data from CSV more pink.
...
Goal is to differentiate from existing PP results.
2024-02-29 10:47:12 +01:00
Kristian Bendiksen
2f3a20c73c
WBS: Fix crash when importing CSV into existing WBS.
2024-02-29 10:47:12 +01:00
Jon Jenssen
b33d117784
Show measurement in static geomech view, too
2024-02-28 14:51:27 +01:00
Jon Jenssen
a4202ec131
Merge branch 'dev' of https://github.com/OPM/ResInsight into dev
2024-02-28 12:36:25 +01:00
Jon Jenssen
04fa268e7a
Bump to version dev-23
2024-02-28 12:36:17 +01:00
Magne Sjaastad
be1a274280
Use consistent scaling factor for gas rates in field units
...
Use fieldGasToOilEquivalent = 1000.0 / 5614.63;
2024-02-28 11:00:20 +01:00
jonjenssen
86c33c1b46
Fault activation: node adjustments along fault ( #11235 )
...
Make sure same thickness vectors and fault lines are used for both parts.
2024-02-27 17:05:48 +01:00
Magne Sjaastad
a0ecdf47a5
Show git SHA for command line parameter --version
2024-02-27 12:10:19 +01:00