Merge branch 'master' into full-assembly-elast-dev

This commit is contained in:
victor-decaria-nnl
2023-11-28 11:46:11 -05:00
committed by GitHub
145 changed files with 10470 additions and 3928 deletions
+1 -1
View File
@@ -816,7 +816,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++)