Added entry in CHANGELOG. Other small changes.

This commit is contained in:
Tzanio
2018-02-26 17:40:19 -08:00
parent 24ce200d08
commit cd99e292bb
4 changed files with 28 additions and 15 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ void ScalarFiniteElement::ScalarLocalInterpolation(
ElementTransformation &Trans, DenseMatrix &I,
const ScalarFiniteElement &fine_fe) const
{
// General "interpolation", defined based on L2 projection
// General "interpolation", defined by L2 projection
double v[Geometry::MaxDim];
Vector vv (v, Dim);