Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h117 void **upperCtx; // Contexts for the upper bounds functions member
/petsc/src/dm/dt/interface/
H A Ddtds.c590 for (f = 0; f < Nf; ++f) tmpupperCtx[f] = prob->upperCtx[f]; in PetscDSEnlarge_Static()
600 PetscCall(PetscFree4(prob->lowerBound, prob->lowerCtx, prob->upperBound, prob->upperCtx)); in PetscDSEnlarge_Static()
608 prob->upperCtx = tmpupperCtx; in PetscDSEnlarge_Static()
650 PetscCall(PetscFree4((*ds)->lowerBound, (*ds)->lowerCtx, (*ds)->upperBound, (*ds)->upperCtx)); in PetscDSDestroy()
2497 *ctx = ds->upperCtx[f]; in PetscDSGetUpperBound()
2529 ds->upperCtx[f] = ctx; in PetscDSSetUpperBound()