3D viewer and post processing of reservoir models
Go to file
2013-04-11 12:06:38 +02:00
ApplicationCode Use model index at drop position when asking user for confirm of drop event causing statistics to be deleted 2013-04-11 12:06:38 +02:00
cafAnimControl Removed stop button from animation toolbar 2012-10-11 07:10:53 +02:00
cafPdmCvf caf::Pdm: Added support for Fields of cvf::Mat4d to use for viewpoint storage 2013-02-05 16:31:28 +01:00
cafProjectDataModel Added count 2013-04-11 12:00:06 +02:00
cafUserInterface Caf: Made groups become hidden if requested in the uiOrdering system 2013-04-08 14:10:49 +02:00
cafViewer Linux compile warning fixes 2013-04-09 07:59:41 +02:00
CommonCode Reviewed and simplified DataAccess classes. 2013-03-01 16:00:34 +01:00
OctavePlugin Do not use deprecated Octave functions 2013-04-03 09:24:33 +02:00
ThirdParty Fix for reading wells, verified to be working on case TestCase_LGR_Amalg 2013-04-07 16:22:39 +02:00
VisualizationModules Integrating Visualization Modules 2013-03-06 09:25:33 +01:00
.gitignore Update .gitignore 2013-02-12 11:49:38 +01:00
CMakeLists.txt Set the variable to override in the CMake cache, then the default value for the option in the sub project will have no effect. 2013-04-05 09:43:49 +02: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 Upped to new internal version after pushing changes to main branch 2013-02-11 14:42:47 +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