Update README.

This commit is contained in:
Atgeirr Flø Rasmussen 2017-06-23 09:27:05 +02:00
parent 2ceca48f04
commit 70e86997bb

View File

@ -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