Home
last modified time | relevance | path

Searched defs:mod_xx_sq (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/petsc/qfunctions/area/
H A Dareasphere.h67 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
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp1sphere.h69 const CeedScalar mod_xx_sq = xx[0] * xx[0] + xx[1] * xx[1] + xx[2] * xx[2]; in SetupMassGeo() local
H A Dbp3sphere.h81 const CeedScalar mod_xx_sq = xx[0] * xx[0] + xx[1] * xx[1] + xx[2] * xx[2]; in SetupDiffGeo() local