Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h115 void **lowerCtx; // Contexts for the lower bounds functions member
/petsc/src/dm/dt/interface/
H A Ddtds.c588 for (f = 0; f < Nf; ++f) tmplowerCtx[f] = prob->lowerCtx[f]; in PetscDSEnlarge_Static()
600 PetscCall(PetscFree4(prob->lowerBound, prob->lowerCtx, prob->upperBound, prob->upperCtx)); in PetscDSEnlarge_Static()
606 prob->lowerCtx = tmplowerCtx; in PetscDSEnlarge_Static()
650 PetscCall(PetscFree4((*ds)->lowerBound, (*ds)->lowerCtx, (*ds)->upperBound, (*ds)->upperCtx)); in PetscDSDestroy()
2432 *ctx = ds->lowerCtx[f]; in PetscDSGetLowerBound()
2464 ds->lowerCtx[f] = ctx; in PetscDSSetLowerBound()