20 #ifndef OPM_LINEARISEDBLACKOILRESIDUAL_HEADER_INCLUDED
21 #define OPM_LINEARISEDBLACKOILRESIDUAL_HEADER_INCLUDED
23 #include <opm/autodiff/AutoDiffBlock.hpp>
66 std::vector<double> matbalscale;
68 bool singlePrecision ;
77 #endif // OPM_LINEARISEDBLACKOILRESIDUAL_HEADER_INCLUDED
ADB well_eq
The well_eq has size equal to the number of wells.
Definition: LinearisedBlackoilResidual.hpp:64
int sizeNonLinear() const
The size of the non-linear system.
Definition: LinearisedBlackoilResidual.cpp:22
std::vector< ADB > material_balance_eq
The material_balance_eq vector has one element for each active phase, each of which has size equal to...
Definition: LinearisedBlackoilResidual.hpp:54
ADB well_flux_eq
The well_flux_eq has size equal to the number of wells times the number of phases.
Definition: LinearisedBlackoilResidual.hpp:59
Residual structure of the fully implicit solver.
Definition: LinearisedBlackoilResidual.hpp:47
AutoDiffBlock< double > ADB
A type alias for the automatic differentiation type.
Definition: LinearisedBlackoilResidual.hpp:49