Adding comment

This commit is contained in:
Stowell, Mark L
2024-05-07 15:53:07 -07:00
parent 59ccdced1a
commit 29662bf5c6
+1
View File
@@ -1642,6 +1642,7 @@ void RT_FuentesPyramidElement::calcBasis(const int p,
{
E_Q(p, mu01(z, xy, 2), grad_mu01(z, xy, 2),
mu01(z, xy, 1), grad_mu01(z, xy, 1), E_ijk, dE_ijk);
// Re-using phi_E from Family I
// phi_E(p, mu01(z), grad_mu01(z), phi_k, dphi_k);
const real_t muz = mu0(z);
const Vector dmuz(grad_mu0(z));