mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
Merged.
This commit is contained in:
commit
1763e8afd7
@ -693,6 +693,12 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
void TransportModelPolymer::solveMultiCell(const int num_cells, const int* /*cells*/)
|
||||
{
|
||||
THROW("TransportModelPolymer::solveMultiCell() not yet implemented, "
|
||||
"got a component of size " << num_cells);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -93,7 +93,8 @@ namespace Opm
|
||||
double* concentration,
|
||||
double* cmax);
|
||||
|
||||
virtual void solveSingleCell(int cell);
|
||||
virtual void solveSingleCell(const int cell);
|
||||
virtual void solveMultiCell(const int num_cells, const int* cells);
|
||||
void solveSingleCellBracketing(int cell);
|
||||
void solveSingleCellSplitting(int cell);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user