Fixing quad face dof order in pyramid finite elements

This commit is contained in:
Stowell, Mark L
2024-09-05 16:10:49 -07:00
parent 2758154175
commit f89f0eaad4
5 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -1107,7 +1107,7 @@ H1_FuentesPyramidElement::H1_FuentesPyramidElement(const int p, const int btype)
{
for (int i = 1; i < p; i++)
{
Nodes.IntPoint(o++).Set3(cp[i], cp[j], cp[0]);
Nodes.IntPoint(o++).Set3(cp[i], cp[p-j], cp[0]);
}
}