Commit Graph

325 Commits

Author SHA1 Message Date
Magne Sjaastad
6346ed012c clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
Magne Sjaastad
5a1acc124f #3512 System : Remove unused functions 2018-10-17 13:52:48 +02:00
Bjørn Erik Jensen
0c05c93a72 #3420 Result info. Fix cordinate system translations. Renaming to improve readability 2018-09-27 14:47:33 +02:00
Magne Sjaastad
0127e0c1b5 #3343 Holo Lens : Use default surface color from geo mech 2018-09-21 14:14:19 +02:00
Magne Sjaastad
163193dc6c Whitespace 2018-09-21 14:14:19 +02:00
Magne Sjaastad
32237b6c7c #3401 HoloLens : Add detection of mesh line parts 2018-09-21 14:14:19 +02:00
Magne Sjaastad
e6ad33c057 System : Fix invalid compare between signed / unsigned 2018-09-05 13:49:28 +02:00
Gaute Lindkvist
4fd9cdfda3 #3300 Fix crash when loading formation indices as part of a project file.
* Rename structGrid() to getOrCreateStructGrid() to make it obvious that it allocates internally.
2018-09-04 09:33:48 +02:00
Magne Sjaastad
9e3a100bcc #3253 OpenMP : Give name to all critical sections 2018-08-27 13:04:29 +02:00
Gaute Lindkvist
038c7b168c #3184 Enable creation of plots within plot window. 2018-08-22 13:04:00 +02:00
Jacob Støren
fb7a7e39eb #3201 #3202 Split in separate files. Move offshore spherical coords stuff to separate file in RiaTools 2018-08-14 11:41:19 +02:00
Gaute Lindkvist
c869ce4430 #3186 Fix crash when selecting element nodal (and some other types) for some GeoMech well log curves. 2018-08-08 08:10:56 +02:00
Magne Sjaastad
9617128464 Use override keyword 2018-08-07 07:58:58 +02:00
Magne Sjaastad
fe07b60392 CppCheck : Several fixes
Add missing initializers
Guard potential null pointer access
2018-08-02 19:22:03 +02:00
Gaute Lindkvist
0a0cb584b5 Move hard coded parameter names to RiaDefines 2018-07-02 10:29:32 +02:00
Gaute Lindkvist
fab83846e6 #3095 Add PP, OBG and SH to well path derived extraction curves. 2018-06-25 08:37:26 +02:00
Gaute Lindkvist
6cd5ae9e22 #3093 Implement Azimuth and inclination well path derived extraction curves.
* Needed improvement of tangent calculation. Take the tangent from the well path, not the two intersection points.
2018-06-25 08:37:26 +02:00
Gaute Lindkvist
a9aad1cf69 #3062 Ditch temporary GeoMech results as soon as they are used. 2018-06-20 11:46:19 +02:00
Gaute Lindkvist
d13a52a8b4 #3058 Implement a memory cleanup dialog for GeoMech data. 2018-06-19 12:20:21 +02:00
Jacob Støren
ecd8f7cfd8 Fix compiler warnings 2018-06-15 14:47:42 +02:00
Gaute Lindkvist
280656ca26 #3043 Implement Time step filtering on import for Geomech 2018-06-13 14:10:47 +02:00
Gaute Lindkvist
4ddacad385 #2680. First reasonable Fracture Gradient and Shear Failure Gradient estimation.
Caveats:
* Hard coded poissonRatio = 0.25
* Hard coded UCS to 100 bar (fairly close to average value for shale in literature).
2018-06-06 12:03:08 +02:00
Gaute Lindkvist
14a5fd4009 #2959 Fix crash when loading ODB file without overburden. 2018-05-25 09:36:46 +02:00
Magne Sjaastad
06ae9cf155 2018-05-18 14:29:05 +02:00
Jacob Støren
439b8e22ad #2940 Geomech: Use display offset for FEM parts 2018-05-18 13:39:20 +02:00
Magne Sjaastad
090435a2ea OpenMP : Make sure grid is created before using OpenMP 2018-05-09 16:29:14 +02:00
Magne Sjaastad
2aeafb509b #2830 Geomech: Apply code improvements suggested by clang 2018-05-07 11:29:18 +02:00
Magne Sjaastad
9e5f0abfe9 #2830 Geomech: Move code into separate calculate functions, add OpenMP 2018-05-07 11:29:18 +02:00
Magne Sjaastad
bc4282d8d7 #2830 Geomech: Improve performance : Use dynamic on selected sections
Skip computation of formation layers if no formations are present
2018-05-07 11:29:18 +02:00
Magne Sjaastad
d132ecd036 #2830 Geomech: Improve performance on results calculations 2018-05-07 11:29:18 +02:00
Magne Sjaastad
a7b3aa0bab #2716 #2830 Use OpenMP on calculations 2018-05-07 11:29:18 +02:00
Magne Sjaastad
7421a3f7cd Fix signed / unsigned compare 2018-05-04 15:23:20 +02:00
Magne Sjaastad
085a3ea18a #2717 Compaction: Use OpenMP for calculation 2018-05-04 15:23:20 +02:00
Magne Sjaastad
a0e4f71138 #2715 Add direct access to RigFemPartCollection from a GeoMechView 2018-04-25 12:45:58 +02:00
Magne Sjaastad
9856038524 #2715 Geo Mech : Show element type in Result Info 2018-04-25 12:45:58 +02:00
Jacob Støren
54c7932806 Fix crashes when reading an odb file fails due to corruption 2018-04-23 16:35:19 +02:00
Magne Sjaastad
fd0228ee01 System : Use numeric_limits::infinity instead of HUGE_VALF 2018-04-19 13:55:22 +02:00
Magne Sjaastad
2a840bae76 System : Use numeric_limits::max instead of INT_MAX 2018-04-19 13:55:22 +02:00
Magne Sjaastad
3bc85ce794 #2727 Legends : Rename to RimRegularLegendConfig 2018-04-18 10:10:39 +02:00
Bjørn Erik Jensen
d44ffbc1b5 #2615 Compaction. Fixed compaction calculation expression 2018-04-05 11:45:56 +02:00
Jacob Støren
f7bfe8d003 #2436 Separated Hide grid cells mode as a separate value. Make sure that all the possible drawstyles works as expected, both for 2D intersection view and 3D views. 2018-04-05 07:41:29 +02:00
Rebecca Cox
c77c08222d Mohr circle: Use same function to calculate FOS (=1/dsm) in results collection and mohrs plot 2018-03-06 10:29:08 +01:00
Bjørn Erik Jensen
d92918d11e Fix Linux build error 2018-03-06 10:20:23 +01:00
Bjørn Erik Jensen
c685453fbb #2563 Compaction. Fixed compaction calculation due to wrong sign 2018-03-06 10:02:04 +01:00
Bjørn Erik Jensen
5e54c58c6d #2564 Compaction. Set default reference layer to topmost layer having valid POR 2018-03-06 09:33:21 +01:00
Bjørn Erik Jensen
801b1aefb8 #2565 Campaction. Remove enable compaction checkbox 2018-03-05 14:36:42 +01:00
Magne Sjaastad
7b5963d75c #2536 Build System : Add list of internal ResInsight libraries 2018-02-28 10:54:53 +01:00
Magne Sjaastad
25a1823f35 Merge branch 'dev' into cmake-improvements 2018-02-28 08:47:01 +01:00
Magne Sjaastad
89c090ba24 #2536 Build System : Remove obsolete code for cmake older than "2.8.2" 2018-02-28 08:05:00 +01:00
Magne Sjaastad
ca0087eb55 #2536 Build System VizFwk : Use target_* and remove includes 2018-02-28 07:42:19 +01:00