Jacob Støren
96329793f3
Use odb "Steps" as animation steps
...
Issue #293
This is only tested with one step yet.
2015-06-03 12:14:25 +02:00
Jacob Støren
ca6d9d364d
Improved progress bar a bit, for geomech cases
2015-06-03 12:14:21 +02:00
Jacob Støren
a338c6abda
Improved documentation of the progressbar class
2015-06-03 12:07:35 +02:00
Stein Dale
842e3d385f
Picking results metadata from the second frame
...
Picking results metadata from the second frame of the first step.
2015-06-03 12:02:34 +02:00
Stein Dale
9eebcb1899
Optimized building of results metadata
...
Reading results metadata from the first frame of the first step only,
assuming that the results metadata are the same for all steps/frames.
2015-06-03 11:37:13 +02:00
Stein Dale
fd571091b4
Changed return value of RifOdbReader::stepFrame()
...
Made sure that RifOdbReader::stepFrame() returns a const reference to
the given frame.
2015-06-03 11:15:05 +02:00
Stein Dale
4e61f0774b
Removed unused function
...
Removed static function which has now been replaced by
RifOdbReader::resultsMetaData().
2015-06-03 10:58:29 +02:00
Stein Dale
82afb3bd04
ODB API usage optimizations
...
Using const references to avoid unnecessary copying of memory. Also
releasing each frame when not needed any more when building results
metadata.
2015-06-03 10:51:00 +02:00
Stein Dale
d325342940
Additional geomech case info ( #291 )
...
Displaying time step, step name, and Z scaling factor. Prepared display
of statistics and histograms, when implemented. For now, we show zeros
and an empty histogram.
2015-06-02 10:37:05 +02:00
Stein Dale
f88343a122
Geomech case info ( #291 )
...
Displaying result info and the number of cells in the 3D view's info box
for geomech cases.
2015-06-01 16:37:22 +02:00
Jacob Storen
0bdc8916d7
Linux compile error/warning fixes
2015-05-29 02:27:23 -07:00
Jacob Støren
cdcfd62163
Geomech range : Improve Finding IJK = 000
...
Now the ijk assignment algorithm works for both test files.
Needed to use my first idea on how to detect element corresponing to IJK
= 000
2015-05-29 09:24:31 +02:00
Jacob Støren
51fd1b4de2
Geomech Range filters working
...
The algorithm for the IJK assignment now works on the simple test
example.
2015-05-29 07:53:03 +02:00
Jacob Støren
8a6e1ae65a
Geom Range WIP
...
Store face in neighbor
Oposite face lookup
Start of finding grid corner element
2015-05-27 15:36:20 +02:00
Jacob Storen
95557dcfba
Yet another linux compile warning
2015-05-27 06:23:08 -07:00
Jacob Storen
f6e8bb4a1a
Fixes of linux compile errors and warnings
2015-05-27 05:50:12 -07:00
Jacob Støren
0d56ee060e
Neighbor calculation and invisible face removal
...
As a step on the road to range filtering of Geomech cases, the removal
of internal faces is implemented, and fairly optimized.
We might consider paralellization, but reading the elements is the real
bottleneck.
Memory usage should be looked at.
2015-05-26 14:02:25 +02:00
Jacob Støren
f32fc130fc
Prep Geom range: Neighbor calculation
...
A checkpoint before starting to use the neighbor calculations
2015-05-26 08:57:53 +02:00
Jacob Støren
b280196b7c
Prep for Geomech range: Introduced VizLogic
...
Refactored to use the new RivVizLogic class, together with the
partMgrCache
Works.
2015-05-22 17:01:59 +02:00
Jacob Støren
49fafbf47f
Cleaned up RimEclipseView.h
2015-05-22 13:19:42 +02:00
Jacob Støren
68caed93b4
Prep for Gromech range filters:
...
* Generalized RangeFilter vs view
* Added stub implememntation of a StructGridInterface implementation for
Fem parts
2015-05-21 15:39:44 +02:00
Jacob Støren
d82d88d592
Removed a ;
2015-05-21 14:33:10 +02:00
Jacob Støren
038c578f97
Preps for Geomech RangeFilters: Small refactorings
2015-05-21 11:46:04 +02:00
Jacob Støren
2c7a741805
Renamed the files of RimReservoirView to RimEclipseView
2015-05-21 10:34:38 +02:00
Jacob Støren
ed74116376
Rename of RimReservoirView to RimEclipseView
...
To make the separation to geomech clearer, and alligning it to the
RigCaseNaming
2015-05-21 10:05:33 +02:00
Jacob Støren
caa835331f
Added progress bar when loading Geomech cases
...
Introduces Qt dependency in OdbReader
2015-05-20 15:22:10 +02:00
Jacob Støren
249823c970
Added a "Close" command on Geomech cases
...
See issue #292
2015-05-20 13:45:46 +02:00
Jacob Støren
10388ea3dc
Rewrote Add and Delete View for GeoMech
...
See issue #292
2015-05-20 12:33:06 +02:00
Jacob Støren
6a9555a196
Add general ownercase access method
...
Preparations for #292
2015-05-20 12:29:01 +02:00
Jacob Støren
b280c2287e
Case Groups: Added error message on missing maincase
...
When loading a project file, there were no error messages if the grid
file could not be found.
2015-05-20 09:40:00 +02:00
Jacob Støren
85f3c86814
Added hard rpath to odb libraries position
2015-05-19 21:27:33 +02:00
Jacob Støren
710f3d6c62
Adjusted cmake messages
2015-05-19 21:27:29 +02:00
Jacob Støren
a7991ac151
Merge pull request #290 from OPM/dev-geomech
...
Geomechanics into ResInsight dev
2015-05-18 15:45:16 +02:00
Jacob Støren
3c8bac9f2a
Fixed crash in regressiontest of statistics case
...
Destructor chain deleting view fired off getting all cases, which
accessed case during its destruction.
2015-05-18 15:23:51 +02:00
Jacob Støren
23fcd78093
Updated the version number to 1.3.3-dev
2015-05-18 10:15:11 +02:00
Jacob Støren
33148edef4
VizFwk: Discrete log legend: Added missing clamping
2015-05-16 09:36:03 +02:00
Jacob Støren
f544528aee
GeoMechView: Added missing include
2015-05-16 09:35:15 +02:00
Jacob Støren
d38aae29b6
GeoMech results loaded before animation setup
...
Now Geomech projects seems to open fine.
2015-05-16 09:12:43 +02:00
Jacob Støren
9596f6c0a4
Added init after read for GeoMechView/Case
...
And finalized moving the caseUserDescription field
All in order to get project load to work. Nearly there. Animation frame
is not restored though.
2015-05-16 08:45:50 +02:00
Jacob Støren
5e44826206
Fixed bug in parallell quad gen.
...
Cut paste error.
2015-05-15 21:09:47 +02:00
Jacob Støren
969a181897
RimCase reintroduced as baseclass for all cases
...
Refactored to handle cases generically in a lot of places.
Mostly complete regarding all these issues, but not tested yet:
Assigning caseId
Update relative path to the case data
RimProject::createDisplayModelAndRedrawAllViews
RimProject::computeUtmAreaOfInterest
Load case data on project open
save snapshots for all views
RegressionTest viewer size
Finding case based on caseId
Giving case information to octave
2015-05-15 18:51:49 +02:00
Jacob Støren
b111a26f21
Renamed Files: RimCase to RimEclipseCase
2015-05-15 09:16:33 +02:00
Jacob Støren
223f8385d2
Renamed base class RimCase to RimEclipseCase
...
To make room for a RimCase base class that can be used as base class for
RimGeoMechCase as well.
This commit is only the class rename not the file rename.
2015-05-15 08:40:27 +02:00
Jacob Støren
750fc5182c
Refactor : Use allCases method instead of traversing
...
Preparations to allign Geomech and Eclipse cases
2015-05-15 08:18:11 +02:00
Jacob Støren
2aae86073b
GeoMechView Toggle On/Off now works
2015-05-13 22:55:07 +02:00
Jacob Støren
af2699d362
Z-Scale working for geomech views
...
Alligned GeoMech and Reservoir views through RimView
2015-05-13 22:42:11 +02:00
Jacob Støren
7a2640b52f
Discrete legend: Fix of discrete texture and end colors
...
Added changes from ChList 2078-2081
2015-05-13 20:51:44 +02:00
Jacob Støren
8c12c8bcf7
Performance: Temp estimate of vx count
...
to fit generation of all faces for all elments
2015-05-13 20:22:37 +02:00
Jacob Støren
8813d8da6d
Performance: Avoid increasing memory. Parallell quad gen.
2015-05-13 14:27:39 +02:00
Jacob Støren
04c9639b0b
Performance: Avoid regeneration of geometry on result change
2015-05-13 13:03:41 +02:00