Magne Sjaastad
edf44cb4c0
Prepare CMake to support both Qt5 andf Qt6
...
CEE_USE_QT6 controls if Qt6 is used.
Improved install and package for Qt6, target version Qt 6.5.3
Added Qt6 to github action for AppFwkUnitTest
2024-01-09 11:02:41 +01:00
Magne Sjaastad
8424c77167
Remove norwegian characters
...
On Qt6, text with norwegian characters causes build failure.
2024-01-09 11:02:41 +01:00
Magne Sjaastad
d1b3445bef
gcc10: add missing include
2024-01-09 11:02:41 +01:00
Magne Sjaastad
118d88b973
Create singleton before displaying window
2024-01-09 11:02:41 +01:00
Kristian Bendiksen
adf52ed301
#10827 Fault reactivation: extract temperatures using well log.
2024-01-08 18:05:48 +01:00
Kristian Bendiksen
f81dcbd2dc
Minor refactor: extract method extracting values.
2024-01-08 18:05:48 +01:00
Kristian Bendiksen
45c32a4ebb
Refactor: Extract methods for creating well paths and extractors.
2024-01-08 18:05:48 +01:00
Kristian Bendiksen
33c24a219c
Fix crash when deleting case.
2024-01-08 18:05:48 +01:00
Jon Jenssen
af3cfc9bac
Add missing include
2024-01-08 17:22:09 +01:00
Jon Jenssen
b38e9de2cb
Minor changes to exported INP file based on feedback and testing
2024-01-08 17:22:09 +01:00
magnesj
02ad40b127
Fixes by clang-tidy
2024-01-08 07:17:21 +01:00
Magne Sjaastad
f6be434b85
Remove Qt version checking for old Qt version
2024-01-07 18:28:36 +01:00
Magne Sjaastad
b5616561c2
Support use of of std::pair<T, QString>
2024-01-07 18:28:36 +01:00
Magne Sjaastad
d38ebf68f4
Check for Qt5 when using removed class QDesktopWidget
2024-01-07 18:28:36 +01:00
Magne Sjaastad
870bcf0a46
Test for Qt5 when using obsolete OpenGL functions
2024-01-07 18:28:36 +01:00
Magne Sjaastad
2c02d61846
Use QRegularExpression instead of QRegExp
2024-01-07 18:28:36 +01:00
Magne Sjaastad
e23560d9a0
Use setContentsMargins instead of setMargin
2024-01-07 18:28:36 +01:00
Magne Sjaastad
50234f0ea8
Add missing includes
2024-01-07 18:28:36 +01:00
Magne Sjaastad
ff6472c6b7
Update to clang-16
...
Use runner Ubuntu 22.04 for clang-16
Remove unused code detected by clang-16
2024-01-05 15:13:50 +01:00
jonjenssen
9ac518fbe0
Bump dev version to 07
2024-01-05 11:03:26 +01:00
Kristian Bendiksen
956e53aa19
#10826 Fault Reactivation: improve pore pressure eclipse extraction.
2024-01-05 10:10:23 +01:00
jonjenssen
daae1e6e05
Improve fault reactivation file names ( #11005 )
...
Use model name in exported file name.
Add model name to include file names.
2024-01-05 08:43:40 +01:00
Kristian Bendiksen
544e6974e7
Refactor: improve interface for finding intersecting cells.
2024-01-03 13:00:09 +01:00
Kristian Bendiksen
ffa117e736
Refactor: Extract getPartIndexFromPoint to avoid duplication.
2024-01-03 13:00:09 +01:00
Jon Jenssen
62c7007654
Minor code cleanup
2024-01-03 12:44:10 +01:00
jonjenssen
50a766591b
Enable INP support without ODB libraries ( #10990 )
...
Enable INP support without ODB libraries
2024-01-03 11:55:35 +01:00
Magne Sjaastad
31d11f56f5
#10986 Set non-visible cells to zero for aggregated expressions
...
For aggregated expressions, set cells outside filter to 0.0. Do nothing for normal expressions.
2024-01-03 10:28:34 +01:00
Jon Jenssen
a4db175bea
Make sure imported element properties goes to the selected case.
...
Improve reload/close element property UI
2023-12-21 08:23:37 +01:00
Kristian Bendiksen
cf453ac4a5
Fault Reactivation: use data nodes when extracting values for INP file.
2023-12-21 08:22:06 +01:00
Magne Sjaastad
9b36fe440d
Make result name string match more robust
2023-12-20 19:05:45 +01:00
Magne Sjaastad
f677d6d600
Performance: Compute depth related results in parallell
2023-12-20 19:05:45 +01:00
Magne Sjaastad
df392e3faf
Compute and show resistivity values
2023-12-20 19:05:45 +01:00
Magne Sjaastad
894bbbe06b
Add reservoir case for EM data
...
- read geometry definition from h5grid files
- import cell results from h5grid files
- create and import case using drag/drop of h5grid file into ResInsight
2023-12-20 19:05:45 +01:00
Magne Sjaastad
054302ad62
Extract geometry and cell creation to reservoir builder
2023-12-20 19:05:45 +01:00
Magne Sjaastad
e583c3a994
GCC: Fix warning related to memory alignment seen on gcc11
2023-12-20 19:05:45 +01:00
Kristian Bendiksen
6cc8855606
Bump version to dev.06.
2023-12-20 14:50:59 +01:00
Kristian Bendiksen
80697d3540
Fault reactivation: Use same pore pressure gradient for POR and stress.
2023-12-20 14:50:59 +01:00
Kristian Bendiksen
f1135919e7
Fault Reactivation: Fix PorBar extrapolation.
2023-12-20 14:50:59 +01:00
jonjenssen
d6ae8188e0
Support older clang.
...
Bump version to dev.05
2023-12-19 14:13:18 +01:00
jonjenssen
850b1a1894
Support importing stress, too
2023-12-19 00:09:31 +01:00
jonjenssen
858c1227bc
Use correct result name for Void ratio ( #10969 )
...
Use correct result name for Void ratio
Enable porosity calculator for imported inp data
Add model validation check for export/show model
Fix last res. layer not being splitted into subelements
Add model validation check in file exporter
Bump version to dev.04
2023-12-18 15:03:08 +01:00
Kristian Bendiksen
9e1a09bcf9
Refactor: move fault reactivation data access to fix ownership problems.
2023-12-18 14:28:00 +01:00
Kristian Bendiksen
78942b0313
Fault Reactivation: extract stress data using well log extraction.
2023-12-18 14:28:00 +01:00
Kristian Bendiksen
2ee8954708
Update valueAtPosition interface.
2023-12-18 14:28:00 +01:00
Kristian Bendiksen
8375b3e934
Fault Reactivation: Remove unused methods.
2023-12-18 14:28:00 +01:00
jonjenssen
d8dbdf01b3
Remove obsolete code
2023-12-18 01:31:45 +01:00
jonjenssen
4aa5a38d63
Flip Y to get local coordinate element nodes in correct order for abaqus.
...
Bump version to dev.03
2023-12-18 01:31:45 +01:00
Magne Sjaastad
e67f09a4ff
Add completions settings to example
2023-12-16 17:40:11 +01:00
Eirik Marthinsen
1f1904d72b
Add dependency on QtSvg for project cafUserInterface
...
The project cafUserInterface requires the library QtSvg because of the
use of QSvgRenderer in cafUiIconFactory.cpp. The library has to be
linked into the final executable. The target introdicing the dependency
should also be the one specifying it.
This allows us to remove the dependency from targets that doesn't
directly use QtSvg at all.
Closes #10955
2023-12-16 17:39:09 +01:00
Eirik Marthinsen
9701866736
CMake: Update/Remove old minimum version check
...
- Update the minimum required CMake version to 3.15 for Fwk folders
that might be used as top level projects.
- Remove the minimum required CMake version from projects that is just
included from other top level projects.
Since version 3.19 CMake has been warning that CMake versions below 3.5
is deprecated and support will be removed in the future. This will
silence those warning.
By removing the minimum required version check from projects that is not
intended as top level projects we avoid redundant checks and simplifies
future maintenance.
Closes #10957
2023-12-16 17:35:54 +01:00