Lines Matching refs:p_hex

802     nelem_hex, p_hex, q_hex = 6, 3, 4
898 indx_hex = np.zeros(nelem_hex * p_hex * p_hex, dtype="int32")
904 for j in range(p_hex):
905 for k in range(p_hex):
906 indx_hex[p_hex * (p_hex * i + k) + j] = offset + \
909 rx_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, dim, ndofs,
912 ru_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, 1, 1, ndofs,
919 bx_hex = ceed.BasisTensorH1Lagrange(dim, dim, p_hex, q_hex, libceed.GAUSS)
920 bu_hex = ceed.BasisTensorH1Lagrange(dim, 1, p_hex, q_hex, libceed.GAUSS)
978 nelem_hex, p_hex, q_hex = 6, 3, 4
1074 indx_hex = np.zeros(nelem_hex * p_hex * p_hex, dtype="int32")
1080 for j in range(p_hex):
1081 for k in range(p_hex):
1082 indx_hex[p_hex * (p_hex * i + k) + j] = offset + \
1085 rx_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, dim, ndofs,
1088 ru_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, 1, 1, ndofs,
1095 bx_hex = ceed.BasisTensorH1Lagrange(dim, dim, p_hex, q_hex, libceed.GAUSS)
1096 bu_hex = ceed.BasisTensorH1Lagrange(dim, 1, p_hex, q_hex, libceed.GAUSS)
1155 nelem_hex, p_hex, q_hex = 6, 3, 4
1243 indx_hex = np.zeros(nelem_hex * p_hex * p_hex, dtype="int32")
1249 for j in range(p_hex):
1250 for k in range(p_hex):
1251 indx_hex[p_hex * (p_hex * i + k) + j] = offset + \
1254 rx_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, dim, ndofs,
1258 ru_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, 1, 1, ndofs,
1265 bx_hex = ceed.BasisTensorH1Lagrange(dim, dim, p_hex, q_hex, libceed.GAUSS)
1266 bu_hex = ceed.BasisTensorH1Lagrange(dim, 1, p_hex, q_hex, libceed.GAUSS)
1327 nelem_hex, p_hex, q_hex = 6, 3, 4
1423 indx_hex = np.zeros(nelem_hex * p_hex * p_hex, dtype="int32")
1429 for j in range(p_hex):
1430 for k in range(p_hex):
1431 indx_hex[p_hex * (p_hex * i + k) + j] = offset + \
1434 rx_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, dim, ndofs,
1438 ru_hex = ceed.ElemRestriction(nelem_hex, p_hex * p_hex, 1, 1, ndofs,
1445 bx_hex = ceed.BasisTensorH1Lagrange(dim, dim, p_hex, q_hex, libceed.GAUSS)
1446 bu_hex = ceed.BasisTensorH1Lagrange(dim, 1, p_hex, q_hex, libceed.GAUSS)