3D viewer and post processing of reservoir models
Go to file
Magne Sjaastad 6c7c11ab6b Added deepCopy()
p4#: 22334
2013-09-06 15:30:32 +02:00
ApplicationCode Renaming and comments 2013-09-06 15:05:41 +02:00
cafAnimControl Improved animation control 2013-08-06 11:01:14 +02:00
cafPdmCvf Octave interface: Added the path to ResInsight binary as search path for oct files in octave. 2013-08-30 15:35:28 +02:00
cafProjectDataModel Added deepCopy() 2013-09-06 15:30:32 +02:00
cafUserInterface Removed obsolete code and cleaned up interface 2013-09-05 07:29:22 +02:00
cafViewer Octave interface: Added the path to ResInsight binary as search path for oct files in octave. 2013-08-30 15:35:28 +02:00
CommonCode Fix of Grayish problem. TP#4094 2013-09-06 09:44:57 +02:00
debian Buildsystem: Prefixed the resinsight vars to make them groupend and more accessible from the cmake gui. 2013-08-30 15:37:29 +02:00
OctavePlugin Octave Interface: Added riGetWellCells 2013-09-04 12:57:36 +02:00
redhat Buildsystem: Prefixed the resinsight vars to make them groupend and more accessible from the cmake gui. 2013-08-30 15:37:29 +02:00
ThirdParty Ert: Fixed build settings to build static libs on linux 2013-08-29 11:50:03 +02:00
VisualizationModules Added missing variable init 2013-08-14 08:19:23 +02:00
.gitignore gitignore: Ignore more build system products 2013-04-02 19:01:09 +02:00
CMakeLists.txt Buildsystem: Prefixed the resinsight vars to make them groupend and more accessible from the cmake gui. 2013-08-30 15:37:29 +02:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
Doxyfile.in Added Doxygen configuration file 2013-04-19 08:58:57 +02:00
README Updated Ubuntu 12.10 dependencies and standardized build directory. 2013-03-31 12:34:48 +02:00
ResInsightVersion.cmake Octave Interface: Added riGetWellStatus 2013-09-04 08:03:11 +02:00

These are the release notes for ResInsight.

ResInsight is a 3D viewer and post processing tool for reservoir models. It has been co-developed by Statoil and Ceetron with the aim to provide a versatile tool for professionals who need to visualize and process reservoir models. The software is copyrighted by Ceetron and Statoil and licensed under GPL 3+. See COPYING for details.

ON WHAT PLATFORMS DOES IT RUN?
ResInsight is designed cross-platform from the start. Efforts have been made to ensure that code will compile and run on linux and windows platforms. It will probably also compile and run on osx should anybody be interested in that.

DOCUMENTATION
No efforts to provide documentation has been made yet.

DOWNLOADING RESINSIGHT
 git clone git://github.com/OPM/ResInsight.git

CONTRIBUTION
Please use master branch for contributions and pull requests. Please do not use branch 'internal' for contributions.

BUILDING RESINSIGHT
ResInsight uses the cmake build system and requires cmake version 2.8 or higher. Moreover, you need version 4.7.3 of Qt or newer, look below for dependecy list. An out-of-tree build is typically done with
 mkdir ResInsight/build
 cd ResInsight/build
 cmake ..
 make
 make install
You will find the ResInsight binary under the Install directory in your build directory.

DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
 sudo apt-get install git cmake build-essential octave octave-headers qt4-dev-tools
If you are running Ubuntu 12.10 or newer, you will need to replace octave-headers with liboctave-dev in the line above.