Merge branch 'master' of github.com:mfem/mfem into float

This commit is contained in:
Dylan Copeland
2023-11-09 21:38:06 -08:00
89 changed files with 4059 additions and 2209 deletions
+1 -1
View File
@@ -807,7 +807,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++)