Merge branch 'master' of github.com:mfem/mfem into ndpa-dev

This commit is contained in:
Dylan Copeland
2019-12-19 15:00:33 -08:00
50 changed files with 2668 additions and 645 deletions
+1
View File
@@ -9648,6 +9648,7 @@ void L2_TetrahedronElement::ProjectDelta(int vertex, Vector &dofs) const
const IntegrationPoint &ip = Nodes.IntPoint(i);
dofs[i] = pow(ip.y, Order);
}
break;
case 3:
for (int i = 0; i < Dof; i++)
{