Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h116 PetscSimplePointFn **upperBound; // Upper bounds for each each field member
/petsc/src/dm/dt/interface/
H A Ddtds.c589 for (f = 0; f < Nf; ++f) tmpupperBound[f] = prob->upperBound[f]; in PetscDSEnlarge_Static()
600 PetscCall(PetscFree4(prob->lowerBound, prob->lowerCtx, prob->upperBound, prob->upperCtx)); in PetscDSEnlarge_Static()
607 prob->upperBound = tmpupperBound; in PetscDSEnlarge_Static()
650 PetscCall(PetscFree4((*ds)->lowerBound, (*ds)->lowerCtx, (*ds)->upperBound, (*ds)->upperCtx)); in PetscDSDestroy()
2493 *ub = ds->upperBound[f]; in PetscDSGetUpperBound()
2525 ds->upperBound[f] = ub; in PetscDSSetUpperBound()