ResInsight
ResInsight copied to clipboard
3D viewer and post processing of reservoir models
- [ ] add visual identifier to indicate more sub folders when searching folder structure - [ ] make property editor take more screen space by default - [ ]...
- pin the version of VMs used in daily build - add a separate build job that is run each night using latest of all VMs
Consider how to speed up sorting algorithm using multithreading algorithm for histogram. `RigStatisticsMath` See https://www.modernescpp.com/index.php/performance-of-the-parallel-stl-algorithmn and performance of `std::execution::par` https://github.com/OPM/ResInsight/tree/test-parallell-sort
Investigate use of Google Analytics, optionally ask users before cookies are used https://www.cookiebot.com/en/google-analytics-gdpr/ https://www.wired.com/story/google-analytics-europe-austria-privacy-shield/
ResInsight now supports several ways to append multiple plots to existing plots. These features should be supported by undo/redo. - [ ] Undo/redo when creating and appending a summary plot...
Check if any required input parameter in grid model is missing: facies, permx, permz, poro If any is missing: 1) print error message wrt which parameter(s) is missing to console....
Several improvements have been done in upstream opm-common. Include relevant fixes for opm IO. https://github.com/OPM/opm-common
If the active 3D view is displaying the same case as the calculation, change "Cell Result" to the generated property when the calculation is complete.