Rename GetNodalTensorFaceMap to GetTensorFaceMap

This commit is contained in:
Will Pazner
2023-04-03 20:28:27 -07:00
parent 0a676e66cc
commit 436163bd75
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ void FillFaceMap(const int n_face_dofs_per_component,
}
}
void GetNodalTensorFaceMap(const int dim, const int order, const int face_id,
Array<int> &face_map)
void GetTensorFaceMap(const int dim, const int order, const int face_id,
Array<int> &face_map)
{
const int dof1d = order + 1;
int n_face_dofs = int(std::pow(dof1d, dim - 1));