Searched defs:mod_xx_sq (Results 1 – 3 of 3) sorted by relevance
67 const CeedScalar mod_xx_sq = xx[0][0] * xx[0][0] + xx[1][0] * xx[1][0] + xx[2][0] * xx[2][0]; in SetupMassGeoSphere() local
69 const CeedScalar mod_xx_sq = xx[0] * xx[0] + xx[1] * xx[1] + xx[2] * xx[2]; in SetupMassGeo() local
81 const CeedScalar mod_xx_sq = xx[0] * xx[0] + xx[1] * xx[1] + xx[2] * xx[2]; in SetupDiffGeo() local