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