Searched defs:lmax (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/impls/cg/pipelcg/ |
| H A D | pipelcg.c | 24 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 D | dmcoordinates.c | 881 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 D | dacorn.c | 259 PetscErrorCode DMGetLocalBoundingIndices_DMDA(DM dm, PetscReal lmin[], PetscReal lmax[]) in DMGetLocalBoundingIndices_DMDA()
|
| H A D | dageometry.c | 39 PetscErrorCode DMGetLocalBoundingBox_DA(DM da, PetscReal lmin[], PetscReal lmax[], PetscInt cs[], P… in DMGetLocalBoundingBox_DA()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 347 PetscReal lmax[] = {PETSC_MIN_REAL, PETSC_MIN_REAL, PETSC_MIN_REAL}; in DMSwarmSetPointsUniformCoordinates() local
|