changed: add a container for polymer solution components

makes it easy to pass data around to enable some refactoring
This commit is contained in:
Arne Morten Kvarving
2023-08-01 13:45:14 +02:00
parent 2728d30185
commit 841d11efed
6 changed files with 141 additions and 31 deletions
+2
View File
@@ -33,6 +33,7 @@ list (APPEND MAIN_SOURCE_FILES
ebos/eclgenericvanguard.cc
ebos/eclgenericwriter.cc
ebos/eclinterregflows.cc
ebos/eclsolutioncontainers.cc
ebos/ecltransmissibility.cc
ebos/equil/equilibrationhelpers.cc
ebos/equil/initstateequil.cc
@@ -386,6 +387,7 @@ list (APPEND PUBLIC_HEADER_FILES
ebos/ecloutputblackoilmodule.hh
ebos/eclpolyhedralgridvanguard.hh
ebos/eclproblem.hh
ebos/eclsolutioncontainers.hh
ebos/eclthresholdpressure.hh
ebos/ecltracermodel.hh
ebos/ecltransmissibility.hh