Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h184 PetscReal dmin, dmax; /* upper and lower bounds for the Hessian diagonal vector */ member
H A Dbnk.c116 PetscCall(VecSet(bnk->Diag_max, bnk->dmax)); in TaoBNKInitialize()
1321 bnk->dmax = 1.0e6; in TaoCreate_BNK()
/petsc/src/dm/impls/plex/
H A Dplex.c4458 PetscInt dmin = PETSC_INT_MAX, dmax = PETSC_INT_MIN; in DMPlexStratify_CellType_Private() local
4473 dmax = PetscMax(DMPolytopeTypeGetDim(ct), dmax); in DMPlexStratify_CellType_Private()
4475 PetscCall(PetscMalloc2(dmax + 1, &pMin, dmax + 1, &pMax)); in DMPlexStratify_CellType_Private()
4476 for (PetscInt d = dmin; d <= dmax; ++d) { in DMPlexStratify_CellType_Private()
4489 for (PetscInt d = dmin; d <= dmax; ++d) { in DMPlexStratify_CellType_Private()