Lines Matching refs:real

471   PetscScalar       *real;  in QuadMap_Private()  local
475 PetscCall(VecGetArray(Xreal, &real)); in QuadMap_Private()
480 real[0] = x0 + f_1 * p0 + f_3 * p1 + f_01 * p0 * p1; in QuadMap_Private()
481 real[1] = y0 + g_1 * p0 + g_3 * p1 + g_01 * p0 * p1; in QuadMap_Private()
485 PetscCall(VecRestoreArray(Xreal, &real)); in QuadMap_Private()
534 Vec coordsLocal, r, ref, real; in DMInterpolate_Quad_Private() local
567 PetscCall(VecDuplicate(r, &real)); in DMInterpolate_Quad_Private()
586 PetscCall(VecGetArray(real, &xi)); in DMInterpolate_Quad_Private()
589 PetscCall(VecRestoreArray(real, &xi)); in DMInterpolate_Quad_Private()
590 PetscCall(SNESSolve(snes, real, ref)); in DMInterpolate_Quad_Private()
618 PetscCall(VecDestroy(&real)); in DMInterpolate_Quad_Private()
672 PetscScalar *real; in HexMap_Private() local
676 PetscCall(VecGetArray(Xreal, &real)); in HexMap_Private()
682real[0] = x0 + f_1 * p0 + f_3 * p1 + f_4 * p2 + f_01 * p0 * p1 + f_12 * p1 * p2 + f_02 * p0 * p2 +… in HexMap_Private()
683real[1] = y0 + g_1 * p0 + g_3 * p1 + g_4 * p2 + g_01 * p0 * p1 + g_01 * p0 * p1 + g_12 * p1 * p2 +… in HexMap_Private()
684real[2] = z0 + h_1 * p0 + h_3 * p1 + h_4 * p2 + h_01 * p0 * p1 + h_01 * p0 * p1 + h_12 * p1 * p2 +… in HexMap_Private()
688 PetscCall(VecRestoreArray(Xreal, &real)); in HexMap_Private()
768 Vec coordsLocal, r, ref, real; in DMInterpolate_Hex_Private() local
786 PetscCall(VecDuplicate(r, &real)); in DMInterpolate_Hex_Private()
806 PetscCall(VecGetArray(real, &xi)); in DMInterpolate_Hex_Private()
810 PetscCall(VecRestoreArray(real, &xi)); in DMInterpolate_Hex_Private()
811 PetscCall(SNESSolve(snes, real, ref)); in DMInterpolate_Hex_Private()
833 PetscCall(VecDestroy(&real)); in DMInterpolate_Hex_Private()