Commit Graph

1444 Commits

Author SHA1 Message Date
Jacob Støren
5f1e7204bf Merge branch 'FwkBBAWUpdates' into dev 2013-12-04 12:09:18 +01:00
sigurdp
0656b5254f First cut, command line options for batch processing
First cut implementation of command line oprions for batch proccessing.
Added support for the follwoing new command line options:
size, replacecase, replaceSourceCase and multiCaseSnapshots
Reworked the entire command line processing code.
2013-12-04 12:04:42 +01:00
sigurdp
192f4bba59 Added conversion of lists/arrays plus renames
Renamed/deprecated fromQString(), new function is toString()
2013-12-04 11:51:12 +01:00
sigurdp
4db4e44668 Added member ProgramOptions::firstValue() 2013-12-04 11:49:05 +01:00
Magne Sjaastad
3189437d5a Added color table array 2013-12-04 11:32:33 +01:00
Jacob Støren
40b4a98498 Fixed error in comment 2013-12-04 11:24:57 +01:00
Jacob Støren
c608376c4e Added ArrayWrapper and BoundingBoxTree to VizFwk 2013-12-04 11:24:53 +01:00
Magne Sjaastad
f85b8aad08 Updated header 2013-12-04 09:39:50 +01:00
magnesj
65d9222d97 Fixes for Linux 2013-12-04 07:20:18 +01:00
Magne Sjaastad
12918ec107 Faults: Reading from Eclipse text files and basic visualization
Added reading of faults directly from Eclipse text files
Added named faults in project tree
Added fault geompetry parts
Added test data
2013-12-03 20:30:32 +01:00
sigurdp
f2821cf9be Added member to recompute all statistics
Added member function
RimAnalysisModels::recomputeStatisticsForAllCaseGroups().
2013-12-02 08:56:42 +01:00
sigurdp
498918e050 Added RimResultCase::setGridFileName() 2013-12-02 08:55:13 +01:00
sigurdp
58412c010c Added cvf::ProgramOptions class to Fwk
Integrated from CS PF as of changelist 235
2013-11-29 13:00:09 +01:00
sigurdp
a9140ca894 Merge pull request #124 from OPM/FwkManualUpdate
Update of Framework (CVC)
2013-11-20 02:42:25 -08:00
sigurdp
c4c2a83c7b Merge remote-tracking branch 'origin/dev' into FwkManualUpdate 2013-11-20 11:21:40 +01:00
Jacob Støren
11aae54843 Merge pull request #123 from OPM/internal
Doc Changes
2013-11-20 02:14:26 -08:00
Magne Sjaastad
03f04ac72d Update Installation.md 2013-11-14 07:23:08 +01:00
magnesj
f4559008ba Temporarily fixes for handling communication of more than 2GB data to/from octave 2013-11-11 14:36:59 +01:00
Magne Sjaastad
4d46744783 Performance: Reduce memory use for riGetPropertyData 2013-11-08 14:27:21 +01:00
Magne Sjaastad
e47f2e6317 Performance: Added OpenMP to mock models 2013-11-08 10:34:05 +01:00
sigurdp
df5f1f85af Integrated from CeeSol Perforce, changelist 203
AppFwk tests.
Added rotation to locator.
Caf::FrameAnimationControl : Set current frame to 0 if a framecount
change makes the current frame invalid
2013-11-01 16:54:24 +01:00
sigurdp
bbebebadd5 Added complete VizFwk
Added the complete VizFwk from the ResInsight branch in Perforce as of
changelist 190.
2013-11-01 08:49:42 +01:00
sigurdp
fbfbdfca84 Integrate Fwk updates from ResInsight/Perforce
Integrated Fwk updates in Resinsight branch up to changelist 173.
Summary of changes:
* Rewrite of cvf::OverlayItem to allow fixed user controlled positioning
of the items.
* Removed pure virtual functions OverlayItem::maximumSize() and
OverlayItem::minimumSize().
* Use caf::AboutDialog instead of modified cvfqt::BasicAboutDialog.
* Removed lapack from link line due to fail on Ubuntu 12.04 when lapack
isn't installed.
* Fix in OpenGLContext::saveOpenGLState() to avoid application
corruption when running on RedHat with VMWare.
* Removed unused font manager.
* Console assert handler only calls __debugbreak() if debugger is
present. Otherwise, calls abort(). Done after trouble running gtest
death tests.
* Made component access functions in Color3f, Color3ub, Color4f,
Color4ub inline.
* Added conversion functions between TextureImage and QImage to
cvfqt::Utils class.
* Optimized TextureImage::setPixel() - relies on new inlined
component-wise access functions for Color4ub.
* Added TextureImage::clear() and non-const version of
TextureImage::ptr().
2013-10-31 14:57:52 +01:00
Magne Sjaastad
c0c78c8ada Use caf property dialog and removed obsolete riuPreferencesDialog 2013-10-28 12:50:39 +01:00
Magne Sjaastad
ae38128969 Improved mock model settings and use caf property dialog 2013-10-28 12:05:06 +01:00
Magne Sjaastad
b3f36df480 Added property dialog 2013-10-28 11:58:49 +01:00
Magne Sjaastad
78b6f200b1 Added default editor for quint64 2013-10-28 11:55:34 +01:00
Magne Sjaastad
93ba02c7db Added customized mock model to user interface 2013-10-28 10:32:24 +01:00
Magne Sjaastad
2315ab9014 Added flag to control adding of well data 2013-10-28 10:31:46 +01:00
Magne Sjaastad
e43bcd56b9 Added mock model settings 2013-10-28 10:30:58 +01:00
Magne Sjaastad
314512e405 Added serialization of pdm objects using QSettings 2013-10-28 10:30:11 +01:00
Magne Sjaastad
797e9df01d Moved mock model identicators to RimDefines 2013-10-28 07:30:00 +01:00
Magne Sjaastad
556f9aef1e Update README.md 2013-10-28 07:03:06 +01:00
Magne Sjaastad
db5afc4893 Documentation notes for PDF production 2013-10-28 06:59:54 +01:00
Stein Inge Dale
5f497751e0 Update README.md 2013-10-25 11:00:15 +02:00
Magne Sjaastad
b3a8d598a7 Merge pull request #108 from OPM/dev
Update to 1.0.0
2013-10-25 01:50:47 -07:00
Magne Sjaastad
04b54d89c9 Merge pull request #107 from OPM/internal
Update to 1.0.0
2013-10-25 01:48:47 -07:00
Magne Sjaastad
72b7936247 Updated copyright year and link to online documentation 2013-10-25 10:38:47 +02:00
Magne Sjaastad
a6e514239c Upped to 1.0.0 2013-10-25 10:28:46 +02:00
Magne Sjaastad
270e1f2264 Update README.md 2013-10-25 10:25:09 +02:00
Magne Sjaastad
82ab7e6944 Added Octave installation description 2013-10-25 10:23:29 +02:00
Magne Sjaastad
ed3a8db67d Added build instructions document 2013-10-25 10:04:55 +02:00
steinid
026dbc3c0f Update README.md 2013-10-25 09:36:07 +02:00
Jacob Støren
628991c658 Update README.md 2013-10-25 09:06:17 +02:00
Magne Sjaastad
550354a888 Updated tables with pipes in front and at end of rows 2013-10-24 18:56:35 +02:00
Jacob Støren
0a7fc0d19e User Doc: Added link back to contents 2013-10-24 17:29:51 +02:00
Jacob Støren
b909fe08ec Update CommandLineParameters.md 2013-10-24 17:21:51 +02:00
Jacob Støren
e7cd22b4ad Update CaseGroupsAndStatistics.md 2013-10-24 17:19:55 +02:00
Jacob Støren
3821033497 Update GettingStarted.md 2013-10-24 17:19:08 +02:00
Jacob Støren
bdff727b88 Update GettingStarted.md 2013-10-24 17:18:14 +02:00