mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 13:32:58 -06:00
merge
This commit is contained in:
commit
d1e8525c4d
@ -72,6 +72,9 @@ namespace Opm
|
||||
std::vector<double>& pressure,
|
||||
std::vector<double>& faceflux);
|
||||
|
||||
/// Expose read-only reference to internal half-transmissibility.
|
||||
const ::std::vector<double>& getHalfTrans() const { return htrans_; }
|
||||
|
||||
private:
|
||||
const UnstructuredGrid& grid_;
|
||||
const LinearSolverInterface& linsolver_;
|
||||
|
Loading…
Reference in New Issue
Block a user