Searched refs:lfunc (Results 1 – 1 of 1) sorted by relevance
8201 PetscSimplePointFn *lfunc, *ufunc; in DMHasBound() local8203 PetscCall(PetscDSGetLowerBound(ds, f, &lfunc, NULL)); in DMHasBound()8205 if (lfunc || ufunc) *hasBound = PETSC_TRUE; in DMHasBound()