Merge branch 'master' of github.com:mfem/mfem into ndpa-dev
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user