Lines Matching refs:rot
270 PetscReal R[9], rot[3], rotM[9]; in CheckCell() local
325 for (e = 0, rot[d] = 0.0; e < cdim; ++e) rot[d] += R[d * cdim + e] * v0ExT[e]; in CheckCell()
327 for (d = 0; d < cdim; ++d) v0ExT[d] = rot[d]; in CheckCell()
360 for (e = 0, rot[d] = 0.0; e < cdim; ++e) rot[d] += R[d * cdim + e] * centroidExT[e]; in CheckCell()
362 for (d = 0; d < cdim; ++d) centroidExT[d] = rot[d]; in CheckCell()
364 for (e = 0, rot[d] = 0.0; e < cdim; ++e) rot[d] += R[d * cdim + e] * normalExT[e]; in CheckCell()
366 for (d = 0; d < cdim; ++d) normalExT[d] = rot[d]; in CheckCell()
380 …for (e = 0, rot[d] = 0.0; e < cdim; ++e) rot[d] += R[d * cdim + e] * PetscRealPart(newCoords[p * c… in CheckCell()
382 for (d = 0; d < cdim; ++d) newCoords[p * cdim + d] = rot[d]; in CheckCell()
409 … for (e = 0, rot[d] = 0.0; e < cdim; ++e) rot[d] += R[d * cdim + e] * faceCentroidExT[e]; in CheckCell()
411 for (d = 0; d < cdim; ++d) faceCentroidExT[d] = rot[d]; in CheckCell()
413 for (e = 0, rot[d] = 0.0; e < cdim; ++e) rot[d] += R[d * cdim + e] * faceNormalExT[e]; in CheckCell()
415 for (d = 0; d < cdim; ++d) faceNormalExT[d] = rot[d]; in CheckCell()