Home
last modified time | relevance | path

Searched defs:dmin (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c118 PetscReal dcurnorm, dmin = -1.0; in SNESNGMRESNorms_Private() local
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h184 PetscReal dmin, dmax; /* upper and lower bounds for the Hessian diagonal vector */ member
/petsc/src/dm/impls/plex/
H A Dplexcreate.c29 static PetscErrorCode DMPlexCopyContext_Private(DM dmin, const char name[], DM dmout) in DMPlexCopyContext_Private()
55 PetscErrorCode DMPlexCopyEGADSInfo_Internal(DM dmin, DM dmout) in DMPlexCopyEGADSInfo_Internal()
76 PetscErrorCode DMPlexCopy_Internal(DM dmin, PetscBool copyPeriodicity, PetscBool copyOverlap, DM dm… in DMPlexCopy_Internal()
H A Dplex.c4458 PetscInt dmin = PETSC_INT_MAX, dmax = PETSC_INT_MIN; in DMPlexStratify_CellType_Private() local