Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex42.c148 CeedScalar xxsq[3][3]; in SetupMassGeoSphere() local
151 xxsq[j][k] = 0.; in SetupMassGeoSphere()
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()