ENH: fvMatrix::setReferences() single value variant

This commit is contained in:
Mark Olesen
2018-03-02 13:27:34 +01:00
parent 330b113abc
commit ffd7b00ad5
4 changed files with 37 additions and 5 deletions

View File

@ -101,7 +101,7 @@ if (mesh.changing())
pcorrEqn.setReferences
(
validCells,
scalarList(validCells.size(), 0.0),
scalar(0.0),
true
);
}

View File

@ -110,7 +110,7 @@
pcorrEqn.setReferences
(
validCells,
scalarList(validCells.size(), 0.0),
scalar(0.0),
true
);
}