mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-19 16:32:56 -06:00
rename "local AD" to "dense AD"
This commit is contained in:
parent
4539a069b4
commit
c6b402f7b7
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user