Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddmadapt.c860 PetscScalar *earray; in DMAdaptorComputeErrorIndicator_Gradient() local
877 PetscCall(VecGetArray(errVec, &earray)); in DMAdaptorComputeErrorIndicator_Gradient()
944 PetscCall(DMPlexPointGlobalRef(eplex, cell, earray, (void *)&eval)); in DMAdaptorComputeErrorIndicator_Gradient()
949 PetscCall(VecRestoreArray(errVec, &earray)); in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/dm/impls/plex/
H A Dplexfem.c2010 PetscScalar *interpolant, *minterpolant, *earray; in DMPlexComputeL2FluxDiffVecLocal() local
2036 PetscCall(VecGetArrayWrite(eFlux, &earray)); in DMPlexComputeL2FluxDiffVecLocal()
2069 PetscCall(DMPlexPointGlobalRef(edm, c, earray, (void *)&eval)); in DMPlexComputeL2FluxDiffVecLocal()
2073 PetscCall(VecRestoreArrayWrite(eFlux, &earray)); in DMPlexComputeL2FluxDiffVecLocal()