Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c8201 PetscSimplePointFn *lfunc, *ufunc; in DMHasBound() local
8204 PetscCall(PetscDSGetUpperBound(ds, f, &ufunc, NULL)); in DMHasBound()
8205 if (lfunc || ufunc) *hasBound = PETSC_TRUE; in DMHasBound()