Searched refs:lowerBound (Results 1 – 2 of 2) sorted by relevance
114 PetscSimplePointFn **lowerBound; // Lower bounds for each each field member
587 for (f = 0; f < Nf; ++f) tmplowerBound[f] = prob->lowerBound[f]; in PetscDSEnlarge_Static()600 PetscCall(PetscFree4(prob->lowerBound, prob->lowerCtx, prob->upperBound, prob->upperCtx)); in PetscDSEnlarge_Static()605 prob->lowerBound = tmplowerBound; in PetscDSEnlarge_Static()650 PetscCall(PetscFree4((*ds)->lowerBound, (*ds)->lowerCtx, (*ds)->upperBound, (*ds)->upperCtx)); in PetscDSDestroy()2428 *lb = ds->lowerBound[f]; in PetscDSGetLowerBound()2460 ds->lowerBound[f] = lb; in PetscDSSetLowerBound()