3D viewer and post processing of reservoir models
Go to file
2013-01-24 10:41:28 +01:00
ApplicationCode Fix of missing well data from separate restart files. 2013-01-24 10:41:28 +01:00
cafAnimControl Removed stop button from animation toolbar 2012-10-11 07:10:53 +02:00
cafPdmCvf Updated to version 0.8.0 2012-06-26 16:10:41 +02:00
cafProjectDataModel ResInsight: Linux compile fixes 2012-09-18 15:34:50 +02:00
cafUserInterface Now using size_t instead of int in progressInfo interface. 2013-01-23 11:03:33 +01:00
cafViewer Removed a lot of size_t/uint/int related compiler warnings. Still more to go. 2013-01-22 11:34:47 +01:00
CommonCode Removed a lot of size_t/uint/int related compiler warnings. Still more to go. 2013-01-22 11:34:47 +01:00
OctavePlugin Include sources so the files show up in cmake generated project 2013-01-23 08:41:42 +01:00
ThirdParty Version number put into a separate file 2013-01-22 11:28:35 +01:00
VisualizationModules Removed even more compiler warnings. 2013-01-23 10:56:09 +01:00
.gitignore Do not exclude *.cmake 2013-01-22 11:32:54 +01:00
CMakeLists.txt Version number put into a separate file 2013-01-22 09:30:28 +01:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
README Updated README 2012-10-02 10:04:42 +02:00
ResInsightVersion.cmake Version number put into a separate file 2013-01-22 11:28:35 +01: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 ../ResInsight
 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