Merge branch 'master' into sjg/global-variables-threadsafe

This commit is contained in:
Sebastian Grimberg
2023-10-27 11:17:59 -07:00
186 changed files with 9716 additions and 2174 deletions
+1 -1
View File
@@ -820,7 +820,7 @@ void NodalFiniteElement::Project(
else
{
DenseMatrix vshape(fe.GetDof(), std::max(Trans.GetSpaceDim(),
fe.GetVDim()));
fe.GetRangeDim()));
I.SetSize(vshape.Width()*dof, fe.GetDof());
for (int k = 0; k < dof; k++)