added: add dedicated class for output of logs

start by moving output of cumulative logs to the new class
This commit is contained in:
Arne Morten Kvarving
2023-08-14 11:44:32 +02:00
parent 43acfb6142
commit 91a4701fa4
5 changed files with 333 additions and 217 deletions
+2
View File
@@ -48,6 +48,7 @@ list (APPEND MAIN_SOURCE_FILES
opm/simulators/flow/ExtraConvergenceOutputThread.cpp
opm/simulators/flow/FlowMainEbos.cpp
opm/simulators/flow/KeywordValidation.cpp
opm/simulators/flow/LogOutputHelper.cpp
opm/simulators/flow/Main.cpp
opm/simulators/flow/NonlinearSolverEbos.cpp
opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.cpp
@@ -425,6 +426,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/simulators/flow/NonlinearSolverEbos.hpp
opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp
opm/simulators/flow/KeywordValidation.hpp
opm/simulators/flow/LogOutputHelper.hpp
opm/simulators/flow/ValidationFunctions.hpp
opm/simulators/flow/partitionCells.hpp
opm/simulators/flow/SubDomain.hpp