Searched refs:dmax (Results 1 – 3 of 3) sorted by relevance
184 PetscReal dmin, dmax; /* upper and lower bounds for the Hessian diagonal vector */ member
116 PetscCall(VecSet(bnk->Diag_max, bnk->dmax)); in TaoBNKInitialize()1321 bnk->dmax = 1.0e6; in TaoCreate_BNK()
4458 PetscInt dmin = PETSC_INT_MAX, dmax = PETSC_INT_MIN; in DMPlexStratify_CellType_Private() local4473 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()