ResInsight/ApplicationLibCode/FileInterface
Magne Sjaastad e9ff3540ba
Update dev branch after patch release
* Fix calculation for active cell values
Always allocate result data for active cells in destination case. Make sure that active cells is used for both population of expression variables and filtering of data. Improved naming to make it clear that we always work with active cell data.

* Check if scalar result index is valid
* Create the static scalar results once
addStaticScalarResult will clear already computed data, causing calculations to be triggered once more

* Early return if data already is available
If not checking if data is available, data is read from file and appended to result vector.

* Always check date for H5 files, and recreate if required

* Always recreate ESMRY if file exists and is older than SMSPEC

* #11355 Use category if result name starts with FIP or ends with NUM

* #11337 Summary import: Make sure ESMRY includes restart history

* #11334 Fix cvf::Viewport assert triggered for small contour map/2d intersection
Size of the overlay is could become negative, and would overflow for small views.

* #11310 Fix assert on single cell model.
Well pipe radius would become HUGE_VAL due to off-by-one error.
The assert could only happen on model with a single cell.

* Check equal grid size only when required
Equal grid size is required if there is more than one grid case in the expression. If a cell filter view is active, the visibility is based on one view and reused for all other grid models, and requires equal grid size.

* Remove obsolete log message

* Do not show dialog during regression tests

* Fix eclipse case contour map left click (#11378)

* Make sure we operate in the correct domain when picking points in the contour map

* Remove obsolete code causing grid to be loaded for all cases


* Bump version to 2024.03.1

---------

Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
Co-authored-by: jonjenssen <69144954+jonjenssen@users.noreply.github.com>
2024-04-19 15:09:15 +02:00
..
CMakeLists_files.cmake Add polygon file readers and make sure UI items are in sync 2024-03-01 14:59:14 +01:00
RifActiveCellsReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifActiveCellsReader.h Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
RifCaseRealizationParametersReader.cpp Refactor ensemble import dialog 2023-04-20 10:16:43 +02:00
RifCaseRealizationParametersReader.h Several adjustments related to Qt6 2024-04-16 14:22:15 +02:00
RifColorLegendData.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RifColorLegendData.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifColumnBasedUserData.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifColumnBasedUserData.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifColumnBasedUserDataParser.cpp #8893 Rename quantity name -> vector name 2022-05-10 08:17:41 +02:00
RifColumnBasedUserDataParser.h Reduce memory use for summary address object 2023-08-21 07:12:08 +02:00
RifCsvDataTableFormatter.cpp Add operations on polygon : Duplicate, exportCsv, exportPol and simplify 2024-03-04 11:24:42 +01:00
RifCsvDataTableFormatter.h Add operations on polygon : Duplicate, exportCsv, exportPol and simplify 2024-03-04 11:24:42 +01:00
RifCsvSummaryReader.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifCsvSummaryReader.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifCsvUserData.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifCsvUserData.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifCsvUserDataParser.cpp Add separate target for unit tests for easier test access. Remove unit tests from ResInsight application. (#11184) 2024-02-11 20:04:04 +01:00
RifCsvUserDataParser.h Reduce memory use for summary address object 2023-08-21 07:12:08 +02:00
RifDataSourceForRftPlt.cpp Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RifDataSourceForRftPlt.h Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RifDataSourceForRftPltQMetaType.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifDerivedEnsembleReader.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifDerivedEnsembleReader.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifEclEclipseSummary.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifEclEclipseSummary.h Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifEclipseInputFileTools.cpp Update dev branch after patch release 2024-04-19 15:09:15 +02:00
RifEclipseInputFileTools.h Move stream operator from AppEnum header 2024-03-25 15:14:04 +01:00
RifEclipseInputPropertyLoader.cpp Update dev branch after patch release 2024-04-19 15:09:15 +02:00
RifEclipseInputPropertyLoader.h Fix invalid parsing of line with keyword end tag and comment 2023-02-16 13:04:16 +01:00
RifEclipseKeywordContent.h #8143 Performance: Avoid parsing grid GRDECL file twice 2021-10-21 14:21:16 +02:00
RifEclipseOutputFileTools.cpp Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
RifEclipseOutputFileTools.h Add support for grid import using opm-common 2023-08-28 13:46:50 +02:00
RifEclipseRestartDataAccess.cpp Add result type and create and use custom legend if possible 2023-05-09 11:41:56 +02:00
RifEclipseRestartDataAccess.h Add result type and create and use custom legend if possible 2023-05-09 11:41:56 +02:00
RifEclipseRestartFilesetAccess.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RifEclipseRestartFilesetAccess.h Add result type and create and use custom legend if possible 2023-05-09 11:41:56 +02:00
RifEclipseRftAddress.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifEclipseRftAddress.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifEclipseSummaryAddress.cpp Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifEclipseSummaryAddress.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifEclipseSummaryAddressDefines.cpp Janitor: move historyIdentifier/differenceIdentifier. 2023-12-04 17:26:44 +01:00
RifEclipseSummaryAddressDefines.h Janitor: move historyIdentifier/differenceIdentifier. 2023-12-04 17:26:44 +01:00
RifEclipseSummaryAddressQMetaType.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifEclipseSummaryTools.cpp Reduce memory use for summary address object 2023-08-21 07:12:08 +02:00
RifEclipseSummaryTools.h Several adjustments related to Qt6 2024-04-16 14:22:15 +02:00
RifEclipseTextFileReader.cpp Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RifEclipseTextFileReader.h #8196 GRDECL import : Handle multiple items of same value 2021-10-27 09:29:36 +02:00
RifEclipseUnifiedRestartFileAccess.cpp Remove obsolete text info 2023-12-04 14:59:29 +01:00
RifEclipseUnifiedRestartFileAccess.h Add result type and create and use custom legend if possible 2023-05-09 11:41:56 +02:00
RifEclipseUserDataKeywordTools.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RifEclipseUserDataKeywordTools.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifEclipseUserDataParserTools.cpp Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
RifEclipseUserDataParserTools.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifElasticPropertiesReader.cpp Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
RifElasticPropertiesReader.h Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RifElementPropertyReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifElementPropertyReader.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifElementPropertyTableReader.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RifElementPropertyTableReader.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifEnsembleFractureStatisticsExporter.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifEnsembleFractureStatisticsExporter.h #7923 Ensemble Fracture Statistics: export fracture orientation for result files (#7926) 2021-08-31 08:12:40 +02:00
RifFaultReactivationModelExporter.cpp Exported coordinate fix (#11283) 2024-03-12 16:57:16 +01:00
RifFaultReactivationModelExporter.h Update stress source selection 2024-01-22 20:39:07 +01:00
RifFileParseTools.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifFileParseTools.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifGridCalculation.h #10861 Add import/export for grid calculations 2023-11-28 11:42:21 +01:00
RifGridCalculationExporter.cpp #10861 Add import/export for grid calculations 2023-11-28 11:42:21 +01:00
RifGridCalculationExporter.h #10861 Add import/export for grid calculations 2023-11-28 11:42:21 +01:00
RifGridCalculationImporter.cpp Grid Calculator Export: improve test and error handling. 2023-12-01 11:06:15 +01:00
RifGridCalculationImporter.h #10861 Add import/export for grid calculations 2023-11-28 11:42:21 +01:00
RifHdf5Exporter.cpp #7568 Summary HDF : Avoid exeptions when exporting to h5 2021-04-12 05:13:40 -07:00
RifHdf5Exporter.h Disable warnings on MSVC when including HDF5 2023-04-24 12:40:25 +02:00
RifHdf5Reader.cpp Disable warnings on MSVC when including HDF5 2023-04-24 12:40:25 +02:00
RifHdf5Reader.h Disable warnings on MSVC when including HDF5 2023-04-24 12:40:25 +02:00
RifHdf5ReaderInterface.cpp Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifHdf5ReaderInterface.h Several adjustments related to Qt6 2024-04-16 14:22:15 +02:00
RifHdf5SummaryExporter.cpp Update dev branch after patch release 2024-04-19 15:09:15 +02:00
RifHdf5SummaryExporter.h Update dev branch after patch release 2024-04-19 15:09:15 +02:00
RifHdf5SummaryReader.cpp Move stream operator from AppEnum header 2024-03-25 15:14:04 +01:00
RifHdf5SummaryReader.h Minor HDF adjustments (#7577) 2021-04-16 10:52:30 +02:00
RifInpExportTools.cpp Add more decimals to node coordinates to improve accuracy 2024-03-04 23:47:27 +01:00
RifInpExportTools.h Fault Reactivation Model: simplify export contents. 2023-09-20 19:55:39 +02:00
RifInputPropertyLoader.cpp Change API for PdmObjectHandle and PdmFieldHandle 2023-05-12 21:41:34 +02:00
RifInputPropertyLoader.h Janitor: Fix spelling of "synchronize". 2022-12-22 19:24:14 +01:00
RifJsonEncodeDecode.cpp Exported coordinate fix (#11283) 2024-03-12 16:57:16 +01:00
RifJsonEncodeDecode.h Fault reactivation (#10624) 2023-09-19 18:03:36 +02:00
RifKeywordVectorParser.cpp Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifKeywordVectorParser.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifKeywordVectorUserData.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifKeywordVectorUserData.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifMultipleSummaryReaders.cpp Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifMultipleSummaryReaders.h Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifOpenVDSReader.cpp Add basic support for calculating and showing seismic difference (#10377) 2023-06-12 11:56:48 +02:00
RifOpenVDSReader.h Import SEG-Y files by converting to VDS (#10175) 2023-04-27 01:32:59 +02:00
RifOpmCommonSummary.cpp Update dev branch after patch release 2024-04-19 15:09:15 +02:00
RifOpmCommonSummary.h Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifOpmGridTools.cpp Move stream operator from AppEnum header 2024-03-25 15:14:04 +01:00
RifOpmGridTools.h Add support for grid import using opm-common 2023-08-28 13:46:50 +02:00
RifOpmHdf5Summary.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifOpmHdf5Summary.h Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifParameterXmlReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifParameterXmlReader.h Fault reactivation assessment #7321 (#7690) 2021-05-18 14:28:54 +02:00
RifPerforationIntervalReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifPerforationIntervalReader.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifPolygonReader.cpp Add polygon file readers and make sure UI items are in sync 2024-03-01 14:59:14 +01:00
RifPolygonReader.h Add polygon file readers and make sure UI items are in sync 2024-03-01 14:59:14 +01:00
RifPressureDepthTextFileReader.cpp Avoid hardcoded requirements for headers of RFT pressure files 2024-03-19 14:22:45 +01:00
RifPressureDepthTextFileReader.h Avoid hardcoded requirements for headers of RFT pressure files 2024-03-19 14:22:45 +01:00
RifProjectSummaryDataWriter.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifProjectSummaryDataWriter.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifReaderEclipseInput.cpp Refactor use of grid dimensions 2024-01-22 14:52:49 +01:00
RifReaderEclipseInput.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifReaderEclipseOutput.cpp Import faults when using omp common file reader, too 2024-02-19 14:44:47 +01:00
RifReaderEclipseOutput.h Import faults when using omp common file reader, too 2024-02-19 14:44:47 +01:00
RifReaderEclipseRft.cpp RFT ensemble refactoring 2023-09-04 10:08:30 +02:00
RifReaderEclipseRft.h RFT ensemble refactoring 2023-09-04 10:08:30 +02:00
RifReaderEclipseSummary.cpp Update dev branch after patch release 2024-04-19 15:09:15 +02:00
RifReaderEclipseSummary.h Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifReaderEnsembleStatisticsRft.cpp Compute TVD when MD is extracted from well path 2023-09-08 08:38:46 +02:00
RifReaderEnsembleStatisticsRft.h GCC: Fix warning related to memory alignment seen on gcc11 2023-12-20 19:05:45 +01:00
RifReaderFmuRft.cpp Janitor: fix spelling. 2023-11-06 15:20:47 +01:00
RifReaderFmuRft.h Support multiple RFT observation files 2023-06-02 09:32:47 +02:00
RifReaderInterface.cpp Import faults when using omp common file reader, too 2024-02-19 14:44:47 +01:00
RifReaderInterface.h Import faults when using omp common file reader, too 2024-02-19 14:44:47 +01:00
RifReaderMockModel.cpp #10367 Janitor: Remove unneccessary 'this' pointers 2023-08-07 13:38:27 +02:00
RifReaderMockModel.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifReaderObservedData.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifReaderObservedData.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifReaderOpmCommon.cpp Move stream operator from AppEnum header 2024-03-25 15:14:04 +01:00
RifReaderOpmCommon.h #11092 Fix import of time since simulation start 2024-01-22 12:51:16 +01:00
RifReaderOpmRft.cpp RFT ensemble refactoring 2023-09-04 10:08:30 +02:00
RifReaderOpmRft.h RFT ensemble refactoring 2023-09-04 10:08:30 +02:00
RifReaderPressureDepthData.cpp Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RifReaderPressureDepthData.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifReaderRftInterface.cpp RFT ensemble refactoring 2023-09-04 10:08:30 +02:00
RifReaderRftInterface.h RFT ensemble refactoring 2023-09-04 10:08:30 +02:00
RifReaderSettings.cpp #10273 Set default value for "Immport Advanced MSW Data" to true 2023-05-16 13:12:57 +02:00
RifReaderSettings.h #8034 Pass reader settings to eclipse loading methods. 2021-09-29 09:40:27 +02:00
RifRevealCsvSectionSummaryReader.cpp Fixes by clang-format 2023-09-20 09:58:48 +02:00
RifRevealCsvSectionSummaryReader.h Rename to SummaryCategory 2023-09-20 09:58:48 +02:00
RifRevealCsvSummaryReader.cpp Rename to SummaryCategory 2023-09-20 09:58:48 +02:00
RifRevealCsvSummaryReader.h #9773 Import data from Reveal and StimPlan as summary case. 2023-03-20 08:58:42 +01:00
RifRftSegment.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifRftSegment.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifRoffFileTools.cpp Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
RifRoffFileTools.h Add result type and create and use custom legend if possible 2023-05-09 11:41:56 +02:00
RifRoffReader.cpp Add result type and create and use custom legend if possible 2023-05-09 11:41:56 +02:00
RifRoffReader.h Replace RifRoffReader code to utilize roffcpp::reader (#10098) 2023-04-17 09:45:14 +02:00
RifSeismicReader.cpp OpenVDS seismic access (#10145) 2023-04-21 16:38:04 +02:00
RifSeismicReader.h OpenVDS seismic access (#10145) 2023-04-21 16:38:04 +02:00
RifSeismicZGYReader.cpp OpenVDS seismic access (#10145) 2023-04-21 16:38:04 +02:00
RifSeismicZGYReader.h Fixes by clang-tidy 2023-04-23 08:10:28 +02:00
RifStimPlanCsvSummaryReader.cpp #9773 Import data from Reveal and StimPlan as summary case. 2023-03-20 08:58:42 +01:00
RifStimPlanCsvSummaryReader.h #9773 Import data from Reveal and StimPlan as summary case. 2023-03-20 08:58:42 +01:00
RifStimPlanModelAsymmetricFrkExporter.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifStimPlanModelAsymmetricFrkExporter.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifStimPlanModelDeviationFrkExporter.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifStimPlanModelDeviationFrkExporter.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifStimPlanModelExporter.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifStimPlanModelExporter.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifStimPlanModelGeologicalFrkExporter.cpp Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
RifStimPlanModelGeologicalFrkExporter.h Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RifStimPlanModelPerfsFrkExporter.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifStimPlanModelPerfsFrkExporter.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifStimPlanXmlReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifStimPlanXmlReader.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifSummaryCalculation.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifSummaryCalculationExporter.cpp Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifSummaryCalculationExporter.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifSummaryCalculationImporter.cpp Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifSummaryCalculationImporter.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RifSummaryCaseRestartSelector.cpp Refactor ensemble import dialog 2023-04-20 10:16:43 +02:00
RifSummaryCaseRestartSelector.h Refactor ensemble import dialog 2023-04-20 10:16:43 +02:00
RifSummaryReaderInterface.cpp Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifSummaryReaderInterface.h Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RifSummaryReaderMultipleFiles.cpp #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifSummaryReaderMultipleFiles.h #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
RifSurfaceExporter.cpp Fix crash when exporting surface. (#7705) 2021-05-20 10:28:53 +02:00
RifSurfaceExporter.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifSurfaceImporter.cpp Fixes by clang-tidy 2024-03-13 08:51:01 +01:00
RifSurfaceImporter.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifTextDataTableFormatter.cpp Add operations on polygon : Duplicate, exportCsv, exportPol and simplify 2024-03-04 11:24:42 +01:00
RifTextDataTableFormatter.h Add operations on polygon : Duplicate, exportCsv, exportPol and simplify 2024-03-04 11:24:42 +01:00
RifThermalFractureReader.cpp Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RifThermalFractureReader.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifThermalFractureTemplateSurfaceExporter.cpp Improve grid cell calculator 2022-11-17 15:51:01 +01:00
RifThermalFractureTemplateSurfaceExporter.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifThermalToStimPlanFractureXmlOutput.cpp Reveal: dump StimPlan XML for debugging thermal completions. 2023-09-25 09:33:37 +02:00
RifThermalToStimPlanFractureXmlOutput.h Reveal: dump StimPlan XML for debugging thermal completions. 2023-09-25 09:33:37 +02:00
RifWellIAFileWriter.cpp Fix several deprecation warnings (#8657) 2022-03-11 13:24:01 +01:00
RifWellIAFileWriter.h Merge pull request #7960 from OPM/geomech_WIA4 2021-09-09 17:34:27 +02:00
RifWellMeasurementReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifWellMeasurementReader.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifWellPathFormationReader.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifWellPathFormationReader.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifWellPathFormationsImporter.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RifWellPathFormationsImporter.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RifWellPathImporter.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RifWellPathImporter.h Well path import improvements 2022-11-04 10:11:08 +01:00