mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added some comments that the current code is only for serial running.
This commit is contained in:
parent
4f44c33c58
commit
1032f11d3d
@ -154,6 +154,8 @@ namespace Opm
|
|||||||
std::vector<double>& wells_perf_length)
|
std::vector<double>& wells_perf_length)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// TODO, the function does not work for parallel running
|
||||||
|
// to be fixed later.
|
||||||
int number_of_cells = Opm::UgGridHelpers::numCells(grid);
|
int number_of_cells = Opm::UgGridHelpers::numCells(grid);
|
||||||
const int* global_cell = Opm::UgGridHelpers::globalCell(grid);
|
const int* global_cell = Opm::UgGridHelpers::globalCell(grid);
|
||||||
const int* cart_dims = Opm::UgGridHelpers::cartDims(grid);
|
const int* cart_dims = Opm::UgGridHelpers::cartDims(grid);
|
||||||
|
Loading…
Reference in New Issue
Block a user