Add first cut at fully implicit system assembly.

Compile-tested only.

At this point, we only include reservoir effects--i.e., we don't
consider wells.
This commit is contained in:
Bård Skaflestad
2013-05-23 18:28:50 +02:00
parent 0c9cd6b901
commit 12e4557b08
3 changed files with 600 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ list (APPEND EXAMPLE_SOURCE_FILES
examples/sim_2p_incomp_adfi.cpp
examples/sim_simple.cpp
examples/test_impestpfa_ad.cpp
examples/test_implicit_ad.cpp
)
# programs listed here will not only be compiled, but also marked for
@@ -72,6 +73,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/autodiff/BlackoilPropsAdInterface.hpp
opm/autodiff/GeoProps.hpp
opm/autodiff/ImpesTPFAAD.hpp
opm/autodiff/ImplicitBOStep.hpp
opm/autodiff/SimulatorCompressibleAd.hpp
opm/autodiff/SimulatorIncompTwophaseAdfi.hpp
opm/autodiff/TransportSolverTwophaseAd.hpp