Home
last modified time | relevance | path

Searched refs:modxxsq (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex42.c147 const CeedScalar modxxsq = xx[0][0] * xx[0][0] + xx[1][0] * xx[1][0] + xx[2][0] * xx[2][0]; in SetupMassGeoSphere() local
152 for (int l = 0; l < 1; ++l) xxsq[j][k] += xx[j][l] * xx[k][l] / (sqrt(modxxsq) * modxxsq); in SetupMassGeoSphere()
156 …{1. / sqrt(modxxsq) - xxsq[0][0], -xxsq[0][1], -xxsq[0][2] … in SetupMassGeoSphere()
157 …{-xxsq[1][0], 1. / sqrt(modxxsq) - xxsq[1][1], -xxsq[1][2] … in SetupMassGeoSphere()
158 …{-xxsq[2][0], -xxsq[2][1], 1. / sqrt(modxxsq) - xxsq[2][2]} in SetupMassGeoSphere()