Magne Sjaastad
9dfe155c5a
octave: Revert use of auto for octave version before 7
2024-01-12 16:43:19 +01:00
Magne Sjaastad
3f3ced5af0
#11042 octave: Adjustments for updated API in version 7
...
Minor adjustments in data access for octave version 7. Previously used and verified version is octave 4.
2024-01-12 16:06:32 +01:00
Magne Sjaastad
d065c8e1e0
#11042 octave: Remove deprecated error_state object
2024-01-12 16:06:32 +01:00
Magne Sjaastad
08b8d7d400
Octave : Use correct destination build folder
2021-03-03 14:11:49 +01:00
Magne Sjaastad
828421e86b
Fix missing rename to ApplicationLibCode
2021-01-11 22:27:57 +01:00
Magne Sjaastad
3b899d4fdb
#6902 Octave Plugin: Use %s to concatenate text strings
2020-11-03 06:39:46 -05:00
Gaute Lindkvist
1bde6f8aeb
#6576 Fix deprecation message in Octave plugin
2020-09-24 21:52:58 +02:00
Magne Sjaastad
4b372b438e
System : Remove support for Qt4
2020-04-24 11:40:22 +02:00
Gaute Lindkvist
930abbf02f
Python: added tests and made Octave InputPropTest.m general
...
* removed non-general hard-coded grid sizes and added timing to Octave test
* added two Pythonbenchmarks (sync and async) for the same test
2019-06-04 10:49:35 +02:00
Gaute Lindkvist
5379e95857
Python: more examples + a comparable Octave Example
2019-06-04 08:45:13 +02:00
Magne Sjaastad
387d7cf7c2
System : Use appropriate mode when displaying a cmake message
2019-04-08 12:32:14 +02:00
Magne Sjaastad
b0ad6df123
System : Compile Octave plugins using Octave Qt by default
2019-01-28 14:50:02 +01:00
Magne Sjaastad
fff68b3ea6
#3962 Octave : Replace deprecated function is_numeric_type
2019-01-15 07:28:50 +01:00
Magne Sjaastad
6ca725b5e8
#3932 Octave : Cleanup
2019-01-07 13:05:44 +01:00
Magne Sjaastad
2213bab996
#3930 Octave : Fix includes and replace deprecated functions
2019-01-07 12:46:42 +01:00
Magne Sjaastad
c7e5373aaa
#3932 Octave : Support Qt5
2019-01-07 12:46:23 +01:00
Magne Sjaastad
897a20a3df
#3930 Octave : Add missing includes
2019-01-07 12:39:18 +01:00
Magne Sjaastad
79a32af209
Octave Plugin : Move definition of qtDataStreamVersion to RiaSocketServerDefines
...
After conversion from NULL -> nullptr the octave plugins failed to compile. By moving the define of qtDataStreamVersion this issue was resolved, and the dependency from oct-files to RiaSocketServer.h was not required anymore (and removed)
2018-02-20 08:26:19 +01:00
Magne Sjaastad
038914dc01
Delete octave tests, moved to test repository
...
See https://github.com/OPM/ResInsight-regression-test
2018-01-08 21:47:23 +01:00
Magne Sjaastad
1df20d1b10
#2313 Improve cmake tooltip text and mark as advanced
2018-01-05 14:21:02 +01:00
Magne Sjaastad
c4369a2861
Octave : Do not compare well names by index, as the index of wells can change
2018-01-05 11:24:13 +01:00
Jacob Støren
2febb1ea0b
#1760 Add missing documentation of riGetGridPropertyForSelectedCells
2017-08-16 08:42:04 +02:00
Bjørnar Grip Fjær
993a7c2038
#1760 Add markdown formatted documentation for new Octave interface commands
2017-08-14 10:24:12 +02:00
Bjørnar Grip Fjær
7e3e538a43
#1662 Octave interface to push generated NNC values back into ResInsight
2017-08-08 13:13:05 +02:00
Bjørnar Grip Fjær
c6575460da
Fix documentation for riGetSelectedCells
2017-08-07 15:30:23 +02:00
Bjørnar Grip Fjær
79c48338a7
#1741 Add octave interface command to get names of available NNC properties
2017-08-07 15:30:16 +02:00
Bjørnar Grip Fjær
cf2df771d4
#1675 Selected cell interface for Octave
2017-08-03 14:35:46 +02:00
Bjørnar Grip Fjær
fc8eefb5fe
#1688 Make all commands using a [RequestedTimeSteps] handle a single timestep
2017-08-03 14:23:50 +02:00
Bjørnar Grip Fjær
3a97384dcd
#1689 Improve help texts of NNC commands for Octave interface
2017-08-02 14:40:28 +02:00
Bjørnar Grip Fjær
44f0234096
#1661 Octave interface for getting static and dynamic NNC result values from ResInsight
2017-06-29 11:19:07 +02:00
Bjørnar Grip Fjær
9bea767cdf
#1663 Octave interface to get NNC-pair information
2017-06-29 09:07:21 +02:00
Magne Sjaastad
0472230523
#1473 Octave on Windows : Add Sleep before closing octave socket
2017-05-09 13:35:06 +02:00
Magne Sjaastad
97d053cc68
#1014 System : Install files directly in Install folder without extra ResInsight folder
2016-12-01 11:23:52 +01:00
Jacob Støren
f9cf5cdb3c
More fixup of the octave scripts
2016-11-25 10:53:01 +01:00
Jacob Støren
0a78d72db9
Cleaned up example Octave Scripts
2016-11-25 10:24:17 +01:00
Jacob Støren
f28c18d76a
Removed two dubious test lines from the Octave Unit test ( #325 )
...
they did not pass in Octave-4.0.0, and I can't see their actual
testing value.
2015-07-01 07:44:52 +02:00
Jacob Støren
09d14c8ee2
Support Octave-4.0.0 on windows.( #325 )
...
The modifications is also working in the old 3.6.1 version of octave,
so they should be good in the versions between too.
2015-07-01 07:44:51 +02:00
Jacob Støren
70b84957f9
Changed the oct-file build system to also handle octave-4.0.0 ( #325 )
2015-07-01 07:44:50 +02:00
Jacob Støren
710f3d6c62
Adjusted cmake messages
2015-05-19 21:27:29 +02:00
Roland Kaufmann
b019ad260d
Duplicate MacOS X framework voodoo for mkoctfile
...
When CMake encounter a framework in the list passed to
include_directories, it will change this into an -F option. We have to
do the same when we want to pass this list to the mkoctfile custom
command.
2015-01-01 19:46:25 +01:00
Magne Sjaastad
8c259dcd5e
Octave interface test fixes
...
Do not test for number of properties, as this now is dynamic
Do not read out SOIL, as the changes in property handling does not
support statistics for derived results, and SOIL is now part of the
general derived results.
2014-09-08 15:36:44 +02:00
Magne Sjaastad
1e7bde299d
Added build configuration description for Octave for Windows
2014-08-14 10:55:45 +02:00
Jacob Støren
c96169c62e
Fixed crash in loading Statistics RegTest manually
2014-07-02 14:11:56 +02:00
Jacob Støren
82e97da553
Fixed Octave Hang after large dataset writes
...
https://github.com/OPM/ResInsight/issues/192
2014-06-30 12:00:41 +02:00
Magne Sjaastad
924a43b4bc
Fix for Octave config with system Qt
2014-06-09 13:12:56 +02:00
Magne Sjaastad
c431e1c1d9
Use system Qt if no custom Qt for Octave plugins is specified
2014-06-09 12:22:36 +02:00
Magne Sjaastad
f1a0bd679c
Removed riSocketTools and updated use of block data transfer
2014-04-22 13:17:54 +02:00
Magne Sjaastad
e799a25c2e
Block transfer for active cell info
2014-04-22 13:17:53 +02:00
Magne Sjaastad
19b655542a
Use block transfer for data transfer of cell properties
2014-04-22 13:17:53 +02:00
Magne Sjaastad
32bfb65a9d
Added socket data transfer
...
Added one common class used to transfer data using socket. This class is
used both from the Octave plugins and from the socket server code in
ResInsight
2014-04-22 13:17:52 +02:00