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
@@ -6033,7 +6033,7 @@ void RT0PyrFiniteElement::CalcVShape(const IntegrationPoint &ip,
shape(1,2) = z;
shape(2,0) = x * (2.0 - z) * ozi;
shape(2,1) = - y * z * ozi;;
shape(2,1) = - y * z * ozi;
shape(2,2) = z;
shape(3,0) = - x * z * ozi;