rename "local AD" to "dense AD"

This commit is contained in:
Andreas Lauser 2016-06-02 18:29:13 +02:00
parent 4539a069b4
commit c6b402f7b7
2 changed files with 5 additions and 5 deletions

View File

@ -32,8 +32,8 @@
#include <ewoms/common/propertysystem.hh>
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
#include <opm/material/localad/Evaluation.hpp>
#include <opm/material/localad/Math.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/material/densead/Math.hpp>
#include <dune/common/fmatrix.hh>
#include <dune/common/version.hh>
@ -1392,7 +1392,7 @@ protected:
bool onBail = false;
// Newton-Raphson method
typedef Opm::LocalAd::Evaluation<Scalar, 1> BhpEval;
typedef Opm::DenseAd::Evaluation<Scalar, 1> BhpEval;
BhpEval bhpEval(bhpScalar);
bhpEval.derivatives[0] = 1.0;

View File

@ -30,8 +30,8 @@
#include <ewoms/common/propertysystem.hh>
#include <opm/material/localad/Evaluation.hpp>
#include <opm/material/localad/Math.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/material/densead/Math.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>