Searched refs:pointSols (Results 1 – 1 of 1) sorted by relevance
885 const PetscScalar *pointSols; in DMAdaptorComputeErrorIndicator_Gradient() local891 PetscCall(VecGetArrayRead(locX, &pointSols)); in DMAdaptorComputeErrorIndicator_Gradient()892 PetscCall(DMPlexPointLocalRead(plex, cell, pointSols, (void *)&pointSol)); in DMAdaptorComputeErrorIndicator_Gradient()896 PetscCall(VecRestoreArrayRead(locX, &pointSols)); in DMAdaptorComputeErrorIndicator_Gradient()