Commit Graph
387 Commits
Author SHA1 Message Date
Kristian Bendiksen 3085fe22e8 #6035 Add method for interpolating missing values (with extrapolation) 2020-06-10 07:20:39 +02:00
Kristian Bendiksen 56753f688d Use inclusive boundaries for interpolation. 2020-06-10 07:20:39 +02:00
github-actions[bot] 6b5f4dddc9 Fixes by clang-format 2020-06-08 11:09:51 +02:00
Kristian Bendiksen 2ef822e491 #6007 Add utility for linear interpolation. 2020-06-05 12:36:30 +02:00
Gaute Lindkvist 66037da9d5 Fix build errors without GSL enabled 2020-06-04 10:45:28 +02:00
github-actions[bot] 674b764cb6 Fixes by misspell-fixer 2020-06-04 08:24:58 +02:00
Gaute Lindkvist 111b758494 Unit tests for correlation calculation 2020-06-03 20:37:14 +02:00
Gaute Lindkvist 84177d3a00 Add legend support to Report Plot 2020-06-03 14:00:04 +02:00
Magne Sjaastad 9b6b446974 Revert previous commit 2020-05-24 18:42:59 +02:00
Magne Sjaastad e0cbfb0d29 Avoid conversion to int 2020-05-24 18:37:24 +02:00
Kristian Bendiksen 8a0f911856 #5960 Add utility for computing "edit distance" between two strings. 2020-05-24 18:31:00 +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
Gaute Lindkvist 2e79cf614f Refactor and rename QIconProvider -> IconProvider (#5893)
* Refactor and rename QIconProvider -> IconProvider
* Generate icons on demand as unique_ptrs
2020-05-09 11:25:11 +02:00
Kristian Bendiksen d1da920394 Avoid slashes in comments to not trigger multi-line comment warnings on linux. 2020-04-30 12:46:50 +02:00
Magne Sjaastad 72fefb4db5 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad 95fc63fe7c Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad 3f88fe197a Convert to enum class 2020-04-24 11:40:22 +02:00
Gaute Lindkvist 87b631a23e Make GNU GSL optional 2020-04-22 10:52:02 +02:00
Gaute Lindkvist 60419f0985 Working Correlation Plot prototype 2020-04-17 13:54:21 +02:00
Magne Sjaastad 1a91767219 #5792 Python : Preparations
Fix wrong text in date time class
Remove message box, as the function is also intended to be used in a console setting
2020-04-17 13:54:19 +02:00
Gaute Lindkvist 067fe7f263 #5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-17 13:54:18 +02:00
Magne Sjaastad d895f342e2 Use AppEnum for DateTimePeriod 2020-04-17 13:54:13 +02:00
Magne Sjaastad 2b88773587 Linux : Fix compiler issue 2020-03-30 08:57:59 +02:00
Magne Sjaastad ff5cc86935 #5707 Delta Ensemble Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Gaute Lindkvist 1c75d9b4bd #5663 Fix element property input for UCS 2020-03-10 20:11:54 +01:00
Gaute Lindkvist 17ea69397a Move RicfMessages to CAF and simplify RicfFieldCapability 2020-03-05 08:40:46 +01:00
Gaute Lindkvist b2f55a3101 Make scriptability a CAF-feature 2020-03-05 08:40:46 +01:00
Gaute Lindkvist ae3651ab30 Move Case file name to the base RimCase class and make consistent 2020-02-25 13:57:51 +01:00
Gaute Lindkvist 169bea818a Generate Python class skeletons 2020-02-25 13:57:51 +01:00
Gaute Lindkvist 83942784df Add separate scriptKeyword to RICF capability and a Python help tooltip system 2020-02-25 13:57:51 +01:00
Gaute Lindkvist 82263e9d6f WBS LAS-parameter fixes to be more consistent 2020-02-24 12:30:13 +01:00
Magne Sjaastad a3e3601d08 #5533 Derived summary case: Avoid crash if no data is present 2020-02-12 14:24:23 +01:00
Magne Sjaastad c82df63e10 #5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad 10f0abc9b5 #5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Gaute Lindkvist df14cfce06 #5470 Add a new median calculator and make rkbdiff default to median well path rkb 2020-02-11 15:38:16 +01:00
Magne Sjaastad 5ced642ca2 #5518 Regression : Make sure all project settings are wiped before next run 2020-02-11 14:44:35 +01:00
Gaute Lindkvist 2949d3458d #5472 Improve visualisation of water depth 2020-02-10 08:16:06 +01:00
Gaute Lindkvist 438febe049 #5472 Add indication of water depth to formation and casing track
* Also add lighter formation lines as an option and make this default for WBS plots
2020-02-07 13:52:42 +01:00
Gaute Lindkvist 65b937303a #5474 Support pascal conversion 2020-02-07 08:36:37 +01:00
Magne Sjaastad e5427b2589 Fix typo causing out of range reference 2020-02-04 13:28:30 +01:00
Gaute Lindkvist 56f07e6dae Allow intervals with only one valid value in curves 2020-02-04 11:42:31 +01:00
Gaute Lindkvist a66a1bca22 #5254 Fix crash when loading well path with disconnected valid points. 2020-02-03 15:56:07 +01:00
Gaute Lindkvist c9f5b47a90 Support different units when importing and exporting WBS LAS. 2020-02-03 15:56:07 +01:00
Magne Sjaastad 96fd4a1c9f #5435 Ensemble Import : File dialog report no matching files
Unity build causes file global static members to not work as expected.
2020-01-30 12:44:05 +01:00
Gaute Lindkvist df5ba4c0d1 Improve date parser to work better with some GeoMech time step names 2020-01-23 15:06:17 +01:00
Gaute Lindkvist 8555efe7b3 Support LAS-dates up to a 100 years into the future 2020-01-22 09:30:49 +01:00
Gaute Lindkvist 024f3d020a #5162 Support reading of LAS-file dates without separators 2020-01-22 09:30:49 +01:00
Magne Sjaastad af6e713414 #5228 Summary Plot: Fix curves from a summary case when .EGRID file is opened 2019-12-17 10:55:37 +01:00
Magne Sjaastad 525d4086f9 #5131 Remove obsolete includes 2019-12-13 08:50:01 +01:00