Searched refs:xreal (Results 1 – 2 of 2) sorted by relevance
102 …PetscReal xreal = ((volatile PetscReal *)ptr)[0], ximag = ((volatile Petsc… in PetscCheckPointer() local103 PETSC_UNUSED volatile PetscScalar x = xreal + PETSC_i * ximag; in PetscCheckPointer()
1962 PetscReal *xreal; in PetscOptionsGetVec() local1968 PetscCall(PetscCalloc1(N, &xreal)); in PetscOptionsGetVec()1969 PetscCall(PetscOptionsGetRealArray(options, prefix, key, xreal, &N, &iset)); in PetscOptionsGetVec()1972 for (i = rstart; i < rend; i++) xx[i - rstart] = xreal[i]; in PetscOptionsGetVec()1975 PetscCall(PetscFree(xreal)); in PetscOptionsGetVec()