Arne Morten Kvarving
00db8ea130
added: RHEL6 packaging
2013-04-09 18:49:26 +02:00
Magne Sjaastad
99fcb435ed
Merge pull request #17 from hegge/build-system-fixes
...
Minor build system fixes, gitignore and compiler warning
2013-04-03 00:17:39 -07:00
Magne Sjaastad
83d23fb7c0
Merge pull request #18 from alfbr/master
...
Updated README
2013-04-02 23:46:02 -07:00
Torstein Hegge
b5ad0b9170
octave: Avoid deprecated single argument dim_vector constructor
...
The single argument constructor to dim_vector was deprecated in liboctave 3.4
[1], and gives a compile time warning when compiling with gcc and using a
recent version of liboctave. The two argument constructor is safe to use with
older versions of liboctave.
[1] http://hg.savannah.gnu.org/hgweb/octave/rev/12884915a8e4
2013-04-02 19:01:09 +02:00
Torstein Hegge
7b0b923d80
gitignore: Ignore more build system products
...
Ignore static libraries, cmake products, generated code and unit test
binaries.
Some extra care must be taken not to ignore more than intended when ignoring
the *_UnitTests. There is no way to directly express a path-neutral "only
ignore files with this pattern, not directories" in a single gitignore
pattern, but it can be expressed as "ignore everything containing this pattern
except directories".
2013-04-02 19:01:09 +02:00
alfbr
f22042c5d3
Updated Ubuntu 12.10 dependencies and standardized build directory.
2013-03-31 12:34:48 +02:00
Alf Birger Rustad
74a1cdd889
Merge pull request #15 from rolk/instdir
...
Enable installation of ResInsight with a package manager through an option
2013-03-31 03:04:30 -07:00
Roland Kaufmann
20f00f4a3a
Put launcher for ResInsight in desktop environment
2013-03-27 00:43:13 +01:00
Roland Kaufmann
f6dd430b87
Path to Octave plugins is taken from conf. program
2013-03-27 00:43:13 +01:00
Roland Kaufmann
e7613fe9ee
Optionally enable system installation of binaries
...
If the option PRIVATE_INSTALL is set to OFF, LSB-compliant paths are
used for the `install' target.
2013-03-27 00:43:01 +01:00
Roland Kaufmann
3fcd05e838
Refactor variable containing filenames for license
...
These will be used in several scenarios later.
2013-03-27 00:39:06 +01:00
Roland Kaufmann
e63c609111
Use $ORIGIN to load libs from program directory
...
The RPATH attribute won't expand relative directories (such as ".")
neither can it be a semi-colon separated list; the old way of setting
it was wrong and would lead to libraries being loaded from system
directories instead.
2013-03-27 00:38:59 +01:00
Magne Sjaastad
8c999fc481
Update .gitignore
2013-02-12 11:48:27 +01:00
Magne Sjaastad
4656b0b15b
Merge pull request #16 from OPM/internal
...
Update master to version 0.9.2
2013-02-11 05:16:44 -08:00
Magne Sjaastad
a0a1b5f7c3
Upped to 0.9.2
...
p4#: 20443
2013-02-11 13:58:58 +01:00
Magne Sjaastad
e343dc73b4
Added hide all dockwidgets, used before executing regression tests
...
p4#: 20442
2013-02-11 11:47:45 +01:00
Jacob Støren
4155bd821f
Regression test help text now uses the names in the RegTestNames namespace
...
p4#: 20441
2013-02-11 11:29:55 +01:00
Magne Sjaastad
942cccfdcb
Search for Eclipse data in project file folder in addition to the given case folder.
...
This allows for copy of a folder containing a project file and related Eclipse data
p4#: 20437
2013-02-11 08:16:51 +01:00
Jacob Støren
cdd5997f76
Updated regressiontest help text
...
p4#: 20435
2013-02-08 17:15:29 +01:00
Jacob Støren
9b00d3ce9f
Linnux compile fixes
...
p4#: 20434
2013-02-08 17:08:37 +01:00
Jacob Støren
0c437a0121
Added a regression test system to ResInsight.
...
Based on image comparison. Command line invocation.
p4#: 20433
2013-02-08 17:04:35 +01:00
Jacob Støren
baeba974bf
Fixed compiler warning
...
p4#: 20432
2013-02-08 16:57:54 +01:00
Magne Sjaastad
6017e6db35
Build new well pipe geometry when radius is changed
...
p4#: 20431
2013-02-08 14:59:27 +01:00
Magne Sjaastad
d5e491b7e0
If K-value for a well is given in fracture grid, subtract NZ from K to get index in matrix grid.
...
p4#: 20429
2013-02-08 14:51:42 +01:00
Magne Sjaastad
defc91ba08
As display of wells is dependent on timestep, do not reset timestep when no results are present.
...
This fix was reverted unintentionally.
p4#: 20423
2013-02-07 15:49:36 +01:00
Jacob Støren
09544f082b
Guard against missing well results
...
When project file has settings for wells but there are no well results
p4#: 20416
2013-02-07 13:44:18 +01:00
Jacob Støren
9f8f39b80b
Caf: Fixed missing redraw/update after zoom all
...
p4#: 20413
2013-02-07 13:37:39 +01:00
Magne Sjaastad
f8059880b8
As display of wells is dependent on timestep, do not reset timestep when no results are present.
...
p4#: 20411
2013-02-07 12:28:34 +01:00
Magne Sjaastad
7a88cf899b
More robust creation of data access object
...
p4#: 20410
2013-02-07 12:16:04 +01:00
Jacob Støren
e8bf853231
ERT: Temporary hack fix of crash on well reading with inordered timesteps.
...
p4#: 20408
2013-02-07 11:10:26 +01:00
Magne Sjaastad
5e38c909cf
Early exit when data fails to load
...
p4#: 20405
2013-02-07 10:12:59 +01:00
Magne Sjaastad
dbeb61bd53
Added test to make data access more robust.
...
p4#: 20403
2013-02-07 09:06:37 +01:00
Magne Sjaastad
0ed6c97ee3
Removed access method for time step texts, as it was not used
...
p4#: 20400
2013-02-07 08:41:40 +01:00
Magne Sjaastad
3906298cb6
Added support for reading more than one timestep per day. If this is detected, show hours and minutes in animation toolbar.
...
p4#: 20399
2013-02-07 08:35:04 +01:00
Jacob Støren
6fef9994db
Improved progress bar smoothness.
...
Particularily when having many result files
p4#: 20392
2013-02-06 13:44:27 +01:00
Jacob Støren
de8a959ad5
caf: Fixed bug in progress calculation resulting in the progress neary standing still on sub sub levels
...
p4#: 20391
2013-02-06 13:36:25 +01:00
Magne Sjaastad
4f44afdac1
Added command line parameter to save snapshots for all views. Closes down the application after writing images to file.
...
p4#: 20390
2013-02-06 13:23:46 +01:00
Jacob Støren
24e2c3dcbb
Added include of typeinfo as it seems to be needed on ubuntu and rhe6
...
p4#: 20387
2013-02-06 12:16:37 +01:00
Magne Sjaastad
7648a63f02
Added functions used to create 2D images from 3D views
...
p4#: 20385
2013-02-06 11:43:26 +01:00
Magne Sjaastad
d1f8110deb
Added missing test for fracture result data item count
...
p4#: 20383
2013-02-06 10:07:35 +01:00
Magne Sjaastad
f9dca273af
Added missing computation of active cell count to mock models
...
p4#: 20382
2013-02-06 10:02:50 +01:00
Jacob Støren
487ee03212
Rearranged members a bit in preparations to split out active info
...
p4#: 20381
2013-02-05 16:35:04 +01:00
Jacob Støren
1cab9a41a3
Now storing and restoring the camera viewpoint
...
p4#: 20380
2013-02-05 16:32:43 +01:00
Jacob Støren
dc4ba13469
caf::Pdm: Added support for Fields of cvf::Mat4d to use for viewpoint storage
...
p4#: 20378
2013-02-05 16:31:28 +01:00
Magne Sjaastad
3e4b0520d4
Show matrix/fracture selection only for models with fracture results
...
p4#: 20376
2013-02-05 14:45:35 +01:00
Magne Sjaastad
cf5aa3e882
Rewrite of file acces helper class
...
RifEcliseOutputFileTools is now a class with only static functions
Moved some application logic from file readers to RifEcliseOutput
Added more tests for extracting metainfo related to results
p4#: 20368
2013-02-05 10:51:32 +01:00
Magne Sjaastad
77b43847c7
Added const to active cell count methods
...
p4#: 20364
2013-02-04 15:32:37 +01:00
Magne Sjaastad
a1788740aa
Added const access
...
p4#: 20361
2013-02-04 14:33:28 +01:00
Jacob Støren
69d8739c6c
Removed pyramid cells when members of a coarse cell
...
p4#: 20357
2013-02-04 13:46:28 +01:00
Jacob Støren
87a120dc39
Static results: Fixed crash when going to timestep > 0
...
p4#: 20356
2013-02-04 13:45:46 +01:00