Rename GetInterpDim -> GetRangeDim

This commit is contained in:
Sebastian Grimberg
2023-09-12 10:55:42 -07:00
parent a2557a37b2
commit ba0f9bba88
12 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -807,7 +807,7 @@ void NodalFiniteElement::Project(
else
{
DenseMatrix vshape(fe.GetDof(), std::max(Trans.GetSpaceDim(),
fe.GetInterpDim()));
fe.GetRangeDim()));
I.SetSize(vshape.Width()*dof, fe.GetDof());
for (int k = 0; k < dof; k++)