Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex77.c765 const PetscScalar *xp0, *xp; in ComputeParticleError() local
779 PetscCall(VecGetArrayRead(adv->x0, &xp0)); in ComputeParticleError()
787 for (d = 0; d < dim; ++d) x0[d] = PetscRealPart(xp0[p * dim + d]); in ComputeParticleError()
791 PetscCall(VecRestoreArrayRead(adv->x0, &xp0)); in ComputeParticleError()
802 const PetscScalar *xp0, *xp; in MonitorParticleError() local
813 PetscCall(VecGetArrayRead(adv->x0, &xp0)); in MonitorParticleError()
821 for (d = 0; d < dim; ++d) x0[d] = PetscRealPart(xp0[p * dim + d]); in MonitorParticleError()
826 PetscCall(VecRestoreArrayRead(adv->x0, &xp0)); in MonitorParticleError()