Searched refs:x_hat (Results 1 – 1 of 1) sorted by relevance
23 CeedScalar x_hat = x[0]; in BuildNodalHdivQuadrilateral() local25 Bx[0] = -0.125 + 0.125 * x_hat * x_hat; in BuildNodalHdivQuadrilateral()26 By[0] = -0.25 + 0.25 * x_hat + 0.25 * y_hat + -0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()27 Bx[1] = 0.125 + -0.125 * x_hat * x_hat; in BuildNodalHdivQuadrilateral()28 By[1] = -0.25 + -0.25 * x_hat + 0.25 * y_hat + 0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()29 Bx[2] = 0.25 + 0.25 * x_hat + -0.25 * y_hat + -0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()31 Bx[3] = 0.25 + 0.25 * x_hat + 0.25 * y_hat + 0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()33 Bx[4] = -0.125 + 0.125 * x_hat * x_hat; in BuildNodalHdivQuadrilateral()34 By[4] = 0.25 + -0.25 * x_hat + 0.25 * y_hat + -0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()35 Bx[5] = 0.125 + -0.125 * x_hat * x_hat; in BuildNodalHdivQuadrilateral()[all …]