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
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
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
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
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
Stein Dale
860151074b
RedHat build fix: Fixed case in include filename
...
"RigGeomechCaseData.h" -> "RigGeoMechCaseData.h"
2015-05-13 11:54:58 +02:00
Stein Dale
aaa4ff3b41
RedHat build fix: Fixed case in include filename
...
"RigGeomechCaseData.h" -> "RigGeoMechCaseData.h"
2015-05-13 11:45:09 +02:00
Jacob Støren
091fe2551e
Fixed missing step information on first click
2015-05-12 14:59:51 +02:00
Jacob Støren
2e3fbaf7ce
Fixed missing update of ComponentName
...
When selecting a field only variable
2015-05-12 14:47:45 +02:00
Jacob Støren
a74a8114f4
FemGeomGen: Removed obsolete code
2015-05-12 14:35:35 +02:00
Jacob Støren
d3baa09774
OdbReader: Cleaned up elmtype functions a bit
2015-05-12 14:35:11 +02:00
Jacob Støren
0d0b2f9609
Introduced correct integration point result order
2015-05-12 14:22:26 +02:00
Jacob Støren
92a9bf9994
Fixed error in integration point res mapping
...
Wrong vertex to result index used
2015-05-11 23:22:55 +02:00
Stein Dale
6b79c92f68
Fixed building of geo mech lib and odb reader unit tests
...
Changed cmake files and unit tests after recent changes that had broken
the builds. Geo mech lib now links with new library
ResultStatisticsCache.
2015-05-11 14:42:41 +02:00
Stein Dale
85f62ec1d4
Moved code to new library: ResultStatisticsCache
...
Moved RigStatisticsCalculator.h/.cpp, RigStatisticsDataCache.h/.cpp,
RigStatisticsMath.h/.cpp to new library ResultStatisticsCache.
ResInsight and some unit tests now link with this new library.
2015-05-11 13:25:05 +02:00
Stein Dale
ca17645499
Split classes in RigStatisticsCalculator.h/.cpp into separate files
...
New files:RigNativeStatCalc.h./cpp, RigMultipleDatasetStatCalc.h/.cpp.,
in addition to RigStatisticsCalculator.h/.cpp.
2015-05-11 10:56:33 +02:00
Stein Dale
da7035517f
Added include - RedHat compilation fix
...
Added #include <limits.h>.
2015-05-11 09:48:55 +02:00
Stein Dale
a958184daf
RedHat compilation fixes
...
Added includes.
2015-05-08 15:51:18 +02:00
Stein Dale
54dac07c36
RedHat compilation fixes
...
Removed a couple of auto types and started writing the types explicitly,
to be able to compile on RedHat.
2015-05-08 15:51:17 +02:00
Stein Dale
23f4f05b99
RedHat compilation fixes
...
Added stdlib includes, to be able to compile on RedHat.
2015-05-08 15:51:16 +02:00
Stein Dale
29e40e242d
ODB reader lib now compiles on RedHat
...
Added compilator flags and definitions, and added list of dynamic libs,
for RedHat.
2015-05-08 15:51:15 +02:00
Stein Dale
a91962b1a2
Linux compilation fixes
...
Did some changes to be able to build on RedHat. Stopped using auto for
iterator types.
2015-05-08 15:51:14 +02:00
Stein Dale
1b8944516f
Linux compilation fix
...
Added include
2015-05-08 15:51:13 +02:00
Stein Dale
5fe54c6c8d
Instance count, initialize/finalize ODB API
...
Using a static instance count member to determine when to initialize or
finalize ABAQUS ODB API.
2015-05-08 15:51:12 +02:00
Jacob Støren
a05c186d34
Now result colors are correct at first selection
2015-05-08 15:16:29 +02:00
Jacob Støren
d6643d9d35
RimView etc: More aligning GeoMech/Eclipse
...
Now Animation drawstyle works fairly well.
2015-05-08 14:13:26 +02:00
Jacob Støren
86b058cdbe
RimView etc: Refactored and alligned
...
To implement geomechView features alligned with ReservoirView
Now geomech results are shown with correct legend, and updated fairly
well.
2015-05-08 10:38:10 +02:00