mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adding data for experiments, left alone if unused.
This commit is contained in:
parent
9667d09fe0
commit
3312aad6f5
@ -63,9 +63,11 @@ namespace Opm
|
||||
double* saturation_; // one per cell
|
||||
std::vector<double> fractionalflow_; // one per cell
|
||||
|
||||
// Storing the upwind graph for experiments.
|
||||
// std::vector<int> ia_;
|
||||
// std::vector<int> ja_;
|
||||
// Storing the upwind and downwind graphs for experiments.
|
||||
std::vector<int> ia_upw_;
|
||||
std::vector<int> ja_upw_;
|
||||
std::vector<int> ia_downw_;
|
||||
std::vector<int> ja_downw_;
|
||||
|
||||
struct Residual;
|
||||
double fracFlow(double s, int cell) const;
|
||||
|
Loading…
Reference in New Issue
Block a user