Searched refs:pointSol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 886 const PetscScalar *pointSol; in DMAdaptorComputeErrorIndicator_Gradient() local 892 PetscCall(DMPlexPointLocalRead(plex, cell, pointSols, (void *)&pointSol)); in DMAdaptorComputeErrorIndicator_Gradient() 895 …PetscUseTypeMethod(adaptor, computecellerrorindicator, dim, Nc, pointSol, pointGrad, cg, &errInd, … in DMAdaptorComputeErrorIndicator_Gradient()
|