Searched refs:ISGetMinMax (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 526 if (n) PetscCall(ISGetMinMax(is, &min, &max)); in ISGetInfo_Sorted_Private() 691 if (n) PetscCall(ISGetMinMax(is, &min, &max)); in ISGetInfo_Interval() 718 PetscCall(ISGetMinMax(is, &min, NULL)); in ISGetInfo_Identity() 730 PetscCall(ISGetMinMax(is, &min, NULL)); in ISGetInfo_Identity() 1263 PetscErrorCode ISGetMinMax(IS is, PetscInt *min, PetscInt *max) in ISGetMinMax() function
|
| /petsc/src/dm/field/impls/da/ |
| H A D | dmfieldda.c | 362 PetscCall(ISGetMinMax(pointIS, &imin, NULL)); in DMFieldGetDegree_DA() 383 PetscCall(ISGetMinMax(cellIS, &imin, &imax)); in DMFieldCreateDefaultQuadrature_DA()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 471 PetscCall(ISGetMinMax(pointIS, &imin, NULL)); in DMFieldEvaluateFV_DS() 665 PetscCall(ISGetMinMax(pointIS, &imin, &imax)); in DMFieldGetDegree_DS() 728 PetscCall(ISGetMinMax(pointIS, &imin, &imax)); in DMFieldCreateDefaultQuadrature_DS() 762 PetscCall(ISGetMinMax(pointIS, &imin, &imax)); in DMFieldCreateDefaultFaceQuadrature_DS()
|
| /petsc/include/ |
| H A D | petscis.h | 106 PETSC_EXTERN PetscErrorCode ISGetMinMax(IS, PetscInt *, PetscInt *);
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 735 PetscCall(ISGetMinMax(ix, &min, &max)); in VecScatterCreate() 737 PetscCall(ISGetMinMax(iy, &min, &max)); in VecScatterCreate()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | gdsw.c | 253 PetscCall(ISGetMinMax(GidxMult, &cbs[0], &cbs[1])); in PCMGGDSWCreateCoarseSpace_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 735 PetscCall(ISGetMinMax(vals, &lminl, NULL)); in DMPlexView_GLVis_ASCII() 936 PetscCall(ISGetMinMax(vals, &lminl, NULL)); in DMPlexView_GLVis_ASCII()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 1533 PetscCall(ISGetMinMax(is, &min, &max)); in DMLabelGetStratumBounds()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2339 PetscCall(ISGetMinMax(subpointIS, &spStart, &spEnd)); in PetscSectionCreateSubplexSection_Private()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4593 PetscCall(ISGetMinMax(gnum[0], NULL, &ncells[0])); in DMForestTransferVecFromBase_pforest() 4594 PetscCall(ISGetMinMax(gnum[1], NULL, &ncells[1])); in DMForestTransferVecFromBase_pforest()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 43 PetscCall(ISGetMinMax(is[i], &Nmin, &Nmax)); in ISAdjustForBlockSize()
|
| H A D | mpiaij.c | 3369 PetscCall(ISGetMinMax(isrow, &i, &j)); in MatCreateSubMatrix_MPIAIJ() 3380 PetscCall(ISGetMinMax(iscol, &i, &j)); in MatCreateSubMatrix_MPIAIJ()
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 4375 for (PetscInt r = 0; r < nr; r++) PetscCall(ISGetMinMax(rows[r], &m[r], &M[r])); in MatGetFactor_nest_mumps()
|