Home
last modified time | relevance | path

Searched defs:lmax (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c24 PetscReal lmin, lmax; /* min and max eigen values estimates to compute base shifts */ member
372 PetscReal lmin = plcg->lmin, lmax = plcg->lmax; in KSPSolve_PIPELCG() local
/petsc/src/dm/interface/
H A Ddmcoordinates.c881 PetscErrorCode DMGetLocalBoundingBox_Coordinates(DM dm, PetscReal lmin[], PetscReal lmax[], PetscIn… in DMGetLocalBoundingBox_Coordinates()
961 PetscErrorCode DMGetLocalBoundingBox(DM dm, PetscReal lmin[], PetscReal lmax[]) in DMGetLocalBoundingBox()
987 PetscReal lmin[3], lmax[3]; in DMGetBoundingBox() local
/petsc/src/dm/impls/da/
H A Ddacorn.c259 PetscErrorCode DMGetLocalBoundingIndices_DMDA(DM dm, PetscReal lmin[], PetscReal lmax[]) in DMGetLocalBoundingIndices_DMDA()
H A Ddageometry.c39 PetscErrorCode DMGetLocalBoundingBox_DA(DM da, PetscReal lmin[], PetscReal lmax[], PetscInt cs[], P… in DMGetLocalBoundingBox_DA()
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c347 PetscReal lmax[] = {PETSC_MIN_REAL, PETSC_MIN_REAL, PETSC_MIN_REAL}; in DMSwarmSetPointsUniformCoordinates() local