Magne Sjaastad
9bcfdda9a0
Add instasiations of ValueFieldSpecialization
2024-04-01 23:07:45 +02:00
Magne Sjaastad
0b09863078
Fix compile on Linux
2024-04-01 22:38:06 +02:00
Magne Sjaastad
c11cf99c69
Merge remote-tracking branch 'origin/clang-format-patches-e8gl73t' into test-expl-instantiation
2024-04-01 18:41:43 +02:00
Magne Sjaastad
84006bc02a
Move explicit instansiations to separate file
2024-04-01 18:41:38 +02:00
magnesj
2f125806c6
Fixes by clang-format
2024-04-01 15:24:21 +00:00
Magne Sjaastad
a522a496f8
Fix include
2024-04-01 17:23:34 +02:00
Magne Sjaastad
94786c0760
Use template function
2024-04-01 17:19:33 +02:00
Magne Sjaastad
d0a5770626
Set CMAKE_CXX_STANDARD 20 to be able to use concept keyword
2024-04-01 17:18:37 +02:00
Magne Sjaastad
8f6388e2d3
Use template function
2024-04-01 17:13:25 +02:00
Magne Sjaastad
4a70bf04c9
Use template function
2024-04-01 17:07:23 +02:00
Magne Sjaastad
55831a9e24
Use template function
2024-04-01 16:56:49 +02:00
Magne Sjaastad
67eab23d18
Add explicit instanciations
2024-04-01 16:56:33 +02:00
Magne Sjaastad
a985ec005c
Move setValueWithFieldChanged to a separate file
...
Make datavaluefield suitable for refactoring
2024-04-01 16:47:01 +02:00
Magne Sjaastad
ae054c3578
Use concept to check if a template type is a std::vector
...
Remove unused code
2024-03-31 21:10:33 +02:00
Magne Sjaastad
ef637e3053
Move stream operator from AppEnum header
...
This PR will reduce the compile time of code using AppEnum.
* AppEnum: Move QTextStream operator to avoid include of QTextStream
* Avoid use of iostream in cafAssert
rator to avoid include of QTextStream
Include file profiling shows that include of QTextStream is a performance issue. Create a non-templated base class for AppEnum. Implement the QTextStream operator for this interface.
2024-03-25 15:14:04 +01:00
Magne Sjaastad
d72a45d3fe
Bump version to 2024.03.1-dev.01
2024-03-25 12:59:48 +01:00
Magne Sjaastad
820fa561ba
Fix deploy to pypi
2024-03-25 12:57:49 +01:00
Magne Sjaastad
2842f59db9
Merge tag 'v2024.03.0' into dev
2024-03-25 10:41:20 +01:00
Magne Sjaastad
4a0c2f2f4f
Merge pull request #11316 from OPM/dev
...
Release 2024.03
2024-03-25 10:32:37 +01:00
Magne Sjaastad
e069e13c86
Bump version to 2024.03.0
2024-03-25 10:21:31 +01:00
Magne Sjaastad
b57767d895
Add feature to set parent well
2024-03-25 10:19:31 +01:00
Magne Sjaastad
7e60a4185b
Merge pull request #11315 from OPM/main
...
Merge pull request #10940 from OPM/dev
2024-03-25 10:09:15 +01:00
Magne Sjaastad
cf4cf562b0
Bump version to 2024.03.0-RC_04
2024-03-22 08:46:28 +01:00
Magne Sjaastad
5d2ac1f84d
Add object and keywords for 2024.03
2024-03-22 08:46:28 +01:00
Magne Sjaastad
eaa96a042b
Fix detection of ROFF file type
2024-03-22 08:46:28 +01:00
Magne Sjaastad
61254ba1b2
Summary: Set default value true for display of sub nodes
...
Set display of summary nodes to true. This will ensure that the display of vectors in "Data Sources" for a single summary case will be updated when a calculated curve is added or removed.
2024-03-22 08:46:28 +01:00
Magne Sjaastad
78759feb15
Update GUI editor if a new summary vector is set created
...
Make sure the user interface is updated when summary data is set from Python using summary_case.set_summary_values
2024-03-22 08:46:28 +01:00
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