From 70e86997bbf5e0eb8692af64c594b859f548264e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 23 Jun 2017 09:27:05 +0200 Subject: [PATCH] Update README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0ed0850..7a40d8dd9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ also contains a small library for automatic differentiation built on the Eigen linear algebra package which is used by many of the simulators to handle the building of Jacobians. The most important parts are: -* flow.cpp (a fully implicit black-oil simulator) +* flow_ebos.cpp (a fully implicit black-oil simulator built using + the local AD class Evaluation) +* flow_legacy.cpp (a fully implicit black-oil simulator built using + the vectorized AD class AutoDiffBlock) * AutoDiffBlock.hpp (class for AD on vectorized data with sparse jacobians) LICENSE