Searched refs:upperBound (Results 1 – 2 of 2) sorted by relevance
116 PetscSimplePointFn **upperBound; // Upper bounds for each each field member
589 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()