Commit Graph

1444 Commits

Author SHA1 Message Date
Magne Sjaastad
922d76cd91 Set atomics workaround if needed 2014-04-15 08:51:18 +02:00
Magne Sjaastad
0f01703ac3 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-14 14:36:47 +02:00
Magne Sjaastad
7b68c3cb6b Fix after merge conflicts take two 2014-04-14 10:24:15 +02:00
Magne Sjaastad
ce33c00219 Files fixed after merge conflicts 2014-04-14 09:25:27 +02:00
Magne Sjaastad
0562f92585 Updated riGetGridProperty 2014-04-14 09:18:26 +02:00
Magne Sjaastad
bd528cc8d2 Updated use of buffer read 2014-04-14 09:18:25 +02:00
Magne Sjaastad
874b05b119 Added isCoarseningActive 2014-04-14 09:18:25 +02:00
Magne Sjaastad
acc1d732d7 Use socket block read/write for geometry data 2014-04-14 09:18:24 +02:00
Magne Sjaastad
0bdacfba17 Moved socket max byte count to riSettings
Added header files to cmake
2014-04-14 09:18:23 +02:00
Magne Sjaastad
ed216f6de3 Moved Octave socket reading into riSocketTools 2014-04-14 09:18:23 +02:00
Magne Sjaastad
364ea1f937 Added block read from socket 2014-04-14 09:18:22 +02:00
Magne Sjaastad
c1419e53e8 Fixed used on unsigned 2014-04-14 09:18:22 +02:00
Magne Sjaastad
039ba48bed Added block write to socket tools 2014-04-14 09:18:21 +02:00
Magne Sjaastad
3ec22a9221 Added flag to control how to do IO with sockets 2014-04-14 09:18:20 +02:00
magnesj
7c42bf0138 Temporarily fixes for handling communication of more than 2GB data to/from octave 2014-04-14 09:16:07 +02:00
Magne Sjaastad
b9b5441bdb Performance: Reduce memory use for riGetPropertyData 2014-04-14 09:16:07 +02:00
Magne Sjaastad
60ff9c5a2b Performance: Added OpenMP to mock models 2014-04-14 09:16:06 +02:00
Magne Sjaastad
4aeac9197b Use caf property dialog and removed obsolete riuPreferencesDialog 2014-04-14 09:16:06 +02:00
Magne Sjaastad
6e3860571e Improved mock model settings and use caf property dialog 2014-04-14 09:16:05 +02:00
Magne Sjaastad
4300e74674 Added property dialog 2014-04-14 09:16:05 +02:00
Magne Sjaastad
c9116070de Added default editor for quint64 2014-04-14 09:16:04 +02:00
Magne Sjaastad
ae9f72912e Added customized mock model to user interface 2014-04-14 09:16:03 +02:00
Magne Sjaastad
7ffe48bff9 Added flag to control adding of well data 2014-04-14 09:14:39 +02:00
Magne Sjaastad
5961b267b6 Added mock model settings 2014-04-14 09:12:39 +02:00
Magne Sjaastad
00cc1a88a5 Added serialization of pdm objects using QSettings 2014-04-14 09:11:30 +02:00
Magne Sjaastad
3e8a206f13 Moved mock model identicators to RimDefines 2014-04-14 09:06:46 +02:00
Magne Sjaastad
48d6986954 Added define used to allow non-threadsafe reference counter 2014-04-11 11:29:31 +02:00
Magne Sjaastad
486f383de7 Integrated changes for framework
Pdm fields can contain a forward declared Pdm object without the include
file
VizFwk: Added VertexColoring shader to be able to use per vertex color
used from drawableGeo::setColorArray()
2014-04-11 11:06:42 +02:00
Magne Sjaastad
770f706803 Updated riGetGridProperty 2014-04-03 11:56:01 +02:00
Magne Sjaastad
34e6d98c76 Updated use of buffer read 2014-04-03 11:09:42 +02:00
Magne Sjaastad
9aa32e4a88 Added isCoarseningActive 2014-04-03 10:58:29 +02:00
Magne Sjaastad
05f1c056b7 Use socket block read/write for geometry data 2014-04-03 10:41:27 +02:00
Magne Sjaastad
f19f080fb0 Moved socket max byte count to riSettings
Added header files to cmake
2014-04-03 08:16:15 +02:00
Magne Sjaastad
ecf0088198 Moved Octave socket reading into riSocketTools 2014-04-02 09:52:02 +02:00
Magne Sjaastad
e748f087a7 Added block read from socket 2014-04-02 08:55:26 +02:00
Magne Sjaastad
f5e1773fde Fixed used on unsigned 2014-04-01 15:36:08 +02:00
Magne Sjaastad
4ab5e28cf7 Added block write to socket tools 2014-04-01 15:31:13 +02:00
Magne Sjaastad
af6d92d64e Added flag to control how to do IO with sockets 2014-04-01 13:02:52 +02:00
Magne Sjaastad
4b975b8e34 Update UsersGuide.md
Updated to ResInsight 1.1
2014-02-06 09:02:14 +01:00
Magne Sjaastad
2766d81796 Merge pull request #154 from OPM/dev
Documentation updates
2014-01-23 05:32:21 -08:00
Magne Sjaastad
4125ab3ae8 Updated snapshot images 2014-01-23 14:30:20 +01:00
Magne Sjaastad
31749dce76 Update Faults.md 2014-01-23 14:30:19 +01:00
Magne Sjaastad
a9f8f6c531 Update Faults.md 2014-01-23 14:28:09 +01:00
Magne Sjaastad
f6896824c4 Merge pull request #153 from OPM/dev
ResInsight 1.1.0
2014-01-23 05:11:41 -08:00
Magne Sjaastad
2ed3743727 Update Installation.md 2014-01-23 14:07:46 +01:00
Magne Sjaastad
dc040d673a RegressionTest: Improved application configuration
Disable read of faults (preferences)
Disable faults outside filters
Enable result mapping on faults
2014-01-23 13:17:49 +01:00
Magne Sjaastad
e0b093d78d Replace space with underline in snapshot generated filenames 2014-01-23 09:25:22 +01:00
Magne Sjaastad
43adffdc83 Use setValueFromUi to update connected editors when pushing toolbuttons 2014-01-23 09:19:04 +01:00
Magne Sjaastad
d1aacfaf1e Improved tool button image 2014-01-23 09:06:56 +01:00
Magne Sjaastad
f8254075cd Result Info: Show fault name only when picking on fault 2014-01-23 08:19:37 +01:00