mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: do all assembleTracerEquations_() in one call
by looping over the tracer batches. this trades memory for runtime efficiency as we cannot reuse one matrix but rather need to have one matrix for each phase
This commit is contained in:
@@ -103,7 +103,7 @@ protected:
|
||||
|
||||
std::vector<int> tracerPhaseIdx_;
|
||||
std::vector<Dune::BlockVector<Dune::FieldVector<Scalar, 1>>> tracerConcentration_;
|
||||
TracerMatrix *tracerMatrix_;
|
||||
std::unique_ptr<TracerMatrix> tracerMatrix_;
|
||||
TracerVector tracerResidual_;
|
||||
std::vector<int> cartToGlobal_;
|
||||
std::vector<Dune::BlockVector<Dune::FieldVector<Scalar, 1>>> storageOfTimeIndex1_;
|
||||
|
||||
Reference in New Issue
Block a user