opm-simulators/opm/simulators/utils
2025-02-14 11:37:26 +01:00
..
satfunc add some missing initializers 2025-01-23 10:56:03 +01:00
BlackoilPhases.cpp Move opm/core/props to opm/simulators/utils 2024-06-25 12:22:09 +02:00
BlackoilPhases.hpp Move opm/core/props to opm/simulators/utils 2024-06-25 12:22:09 +02:00
ComponentName.cpp ComponentName: optionally instantiate for float 2024-08-19 13:09:42 +02:00
ComponentName.hpp ComponentName: add compile unit 2023-06-30 11:51:08 +02:00
compressPartition.cpp Enable Loading Parallel NLDD Partition From File 2023-11-17 17:39:17 +01:00
compressPartition.hpp Enable Loading Parallel NLDD Partition From File 2023-11-17 17:39:17 +01:00
DamarisKeywords.cpp Damaris: move some more code to TU 2025-01-15 09:14:17 +01:00
DamarisKeywords.hpp Damaris: move some more code to TU 2025-01-15 09:14:17 +01:00
DamarisOutputModule.cpp cosmetics and header cleanups in damaris classes 2024-01-10 14:16:02 +01:00
DamarisOutputModule.hpp cosmetics and header cleanups in damaris classes 2024-01-10 14:16:02 +01:00
DamarisVar.cpp avoid declaring t1 outside lambda 2024-10-17 12:32:59 +02:00
DamarisVar.hpp DamarisVar: remove unused base class DamarisVarBase 2024-01-30 09:58:37 +01:00
DeferredLogger.cpp avoid include in header 2021-06-18 11:43:54 +02:00
DeferredLogger.hpp clean up after review 2021-10-05 13:07:52 +02:00
DeferredLoggingErrorHelpers.hpp Only indicate problems for exceptions whem updating well potentials, 2024-06-12 14:25:37 +02:00
FullySupportedFlowKeywords.cpp Support NEFAC and clean up implementation 2025-02-14 11:37:26 +01:00
FullySupportedFlowKeywords.hpp Introduce struct to reduce number of constructor params 2025-01-15 13:34:05 +01:00
gatherDeferredLogger.cpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
gatherDeferredLogger.hpp clean up after review 2021-10-05 13:07:52 +02:00
GridDataOutput_impl.hpp GridDataOutput: use implicit std::string constructor 2024-01-30 13:19:13 +01:00
GridDataOutput.cpp bump minimum dune version to 2.9 2024-12-03 13:59:53 +01:00
GridDataOutput.hpp GridDataOutput: avoid stringstream member 2024-01-30 13:19:12 +01:00
HDF5File.cpp consistently use std::size_t 2023-08-15 09:32:10 +02:00
HDF5File.hpp HDF5File: enable gzip compression 2023-02-24 11:56:17 +01:00
HDF5Serializer.cpp HDF5Serializer: add translation unit 2024-01-29 10:00:48 +01:00
HDF5Serializer.hpp HDF5Serializer: add translation unit 2024-01-29 10:00:48 +01:00
initDamarisXmlFile.cpp update after pull request comments; addition of OUTPUTDIR variable to Damaris XML configuration 2024-05-17 17:36:18 +02:00
moduleVersion.cpp Added missing include of config.h in cpp files. 2022-10-12 15:28:38 +02:00
moduleVersion.hpp Add build time to flow startup banner 2020-03-31 08:42:24 +02:00
MPIPacker.cpp Do not serialize time_point via time_t. 2024-12-13 09:33:53 +01:00
MPIPacker.hpp mark constructors explicit 2025-01-21 14:41:17 +01:00
MPISerializer.hpp mark constructors explicit 2025-01-21 14:41:17 +01:00
ParallelCommunication.hpp minimum dune version required is now 2.7 2023-04-12 09:41:23 +02:00
ParallelEclipseState.cpp Add Procedure for Calculating Basic FIP Region Statistics 2024-04-05 17:06:13 +02:00
ParallelEclipseState.hpp mark constructors explicit 2025-01-21 14:41:17 +01:00
ParallelFileMerger.cpp cosmetics 2023-02-01 15:42:04 +01:00
ParallelFileMerger.hpp cosmetics 2023-02-01 15:42:04 +01:00
ParallelNLDDPartitioningZoltan.cpp mark parameters/variables as const where appropriate 2025-01-23 07:57:44 +01:00
ParallelNLDDPartitioningZoltan.hpp Make Zoltan-Based Domain Partitioning MPI Aware 2023-11-15 13:31:41 +01:00
ParallelRestart.cpp changed: move ebos/eclmpiserializer.hh to opm/simulators/utils/MPISerializer.hpp 2024-01-23 10:51:32 +01:00
ParallelRestart.hpp changed: split ParallelRestart.hpp/cpp in two bits 2022-09-08 13:36:51 +02:00
ParallelSerialization.cpp Fix parallel gsatprod 2025-01-22 12:55:44 +01:00
ParallelSerialization.hpp fix: serial build after PR #3671 2021-11-09 15:57:24 +01:00
PartiallySupportedFlowKeywords.cpp Support instantaneous flow rates in extended network (WEFAC and GEFAC item 3) 2025-02-14 11:35:07 +01:00
PartiallySupportedFlowKeywords.hpp Introduce struct to reduce number of constructor params 2025-01-15 13:34:05 +01:00
phaseUsageFromDeck.cpp Move opm/core/props to opm/simulators/utils 2024-06-25 12:22:09 +02:00
phaseUsageFromDeck.hpp Move opm/core/props to opm/simulators/utils 2024-06-25 12:22:09 +02:00
PressureAverage.cpp changed: move helpers for calculation pressure averages to separate compile unit 2023-08-14 11:44:32 +02:00
PressureAverage.hpp changed: move helpers for calculation pressure averages to separate compile unit 2023-08-14 11:44:32 +02:00
PropsDataHandle.hpp add missing include 2024-02-06 10:41:36 +01:00
readDeck.cpp Merge pull request #5866 from vkip/fully_supported_validation 2025-02-06 10:06:46 +01:00
readDeck.hpp Spawn slaves from master 2025-01-17 22:01:11 +01:00
SerializationPackers.cpp adjust to change in MemPacker unpack signature 2024-09-11 12:46:44 +02:00
SerializationPackers.hpp adjust to change in MemPacker unpack signature 2024-09-11 12:46:44 +02:00
SetupPartitioningParams.cpp Include <boost/version.hpp> before the macro BOOST_VERSION is checked 2024-07-16 17:39:32 +02:00
SetupPartitioningParams.hpp Add the metis partitioner as a command line option as well 2024-07-16 17:39:28 +02:00
SymmTensor.cpp added: SymmTensor 2025-02-06 12:57:25 +01:00
SymmTensor.hpp added: SymmTensor 2025-02-06 12:57:25 +01:00
UnsupportedFlowKeywords.cpp Support NEFAC and clean up implementation 2025-02-14 11:37:26 +01:00
UnsupportedFlowKeywords.hpp changed: put unsupported keywords in separate compile unit 2021-05-12 14:29:33 +02:00
VectorVectorDataHandle.hpp bump minimum dune version to 2.9 2024-12-03 13:59:53 +01:00
VoigtArray.cpp added: voigt array 2025-02-06 12:57:25 +01:00
VoigtArray.hpp added: SymmTensor 2025-02-06 12:57:25 +01:00