Fix minor issues pointed out by bska.

This commit is contained in:
Atgeirr Flø Rasmussen
2013-09-23 13:02:56 +02:00
parent edd7e1487b
commit cc58bc3cef
6 changed files with 21 additions and 21 deletions

View File

@@ -42,15 +42,15 @@ struct HelperOps
typedef Eigen::Array<int, Eigen::Dynamic, 1> IFaces;
IFaces internal_faces;
/// Extract for each internal face the difference of its adjacent cells'values (first - second).
/// Extract for each internal face the difference of its adjacent cells' values (first - second).
M ngrad;
/// Extract for each face the difference of its adjacent cells'values (second - first).
/// Extract for each face the difference of its adjacent cells' values (second - first).
M grad;
/// Extract for each face the average of its adjacent cells' values.
M caver;
/// Extract for each cell the sum of its adjacent interior faces' (signed) values.
M div;
/// Extract for each face the difference of its adjacent cells'values (first - second).
/// Extract for each face the difference of its adjacent cells' values (first - second).
/// For boundary faces, one of the entries per row (corresponding to the outside) is zero.
M fullngrad;
/// Extract for each cell the sum of all its adjacent faces' (signed) values.