Searched refs:xxsq (Results 1 – 1 of 1) sorted by relevance
148 CeedScalar xxsq[3][3]; in SetupMassGeoSphere() local151 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()