Home
last modified time | relevance | path

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

/libCEED/examples/petsc/qfunctions/area/
H A Dareasphere.h95 const CeedScalar mod_J = sqrt(J[0][0] * J[0][0] + J[1][0] * J[1][0] + J[2][0] * J[2][0]); in SetupMassGeoSphere() local
96 q_data[i + Q * 0] = mod_J * w[i]; in SetupMassGeoSphere()
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp1sphere.h94 const CeedScalar mod_J = sqrt(J[0] * J[0] + J[1] * J[1] + J[2] * J[2]); in SetupMassGeo() local
97 q_data[i + Q * 0] = mod_J * w[i]; in SetupMassGeo()
H A Dbp3sphere.h106 const CeedScalar mod_J = sqrt(J[0] * J[0] + J[1] * J[1] + J[2] * J[2]); in SetupDiffGeo() local
109 q_data[i + Q * 0] = mod_J * w[i]; in SetupDiffGeo()