Searched refs:computecellerrorindicator (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmadaptorimpl.h | 17 …PetscErrorCode (*computecellerrorindicator)(DMAdaptor, PetscInt, PetscInt, const PetscScalar *, co… member
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 895 …PetscUseTypeMethod(adaptor, computecellerrorindicator, dim, Nc, pointSol, pointGrad, cg, &errInd, … in DMAdaptorComputeErrorIndicator_Gradient() 941 …PetscUseTypeMethod(adaptor, computecellerrorindicator, dim, Nc, field, gradient, &cg, &errInd, ctx… in DMAdaptorComputeErrorIndicator_Gradient() 1704 adaptor->ops->computecellerrorindicator = DMAdaptorComputeCellErrorIndicator_Gradient; in DMAdaptorInitialize_Gradient()
|