Home
last modified time | relevance | path

Searched refs:ISGetMinMax (Results 1 – 13 of 13) sorted by relevance

/petsc/src/vec/is/is/interface/
H A Dindex.c526 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 Ddmfieldda.c362 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 Ddmfieldds.c471 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 Dpetscis.h106 PETSC_EXTERN PetscErrorCode ISGetMinMax(IS, PetscInt *, PetscInt *);
/petsc/src/vec/vec/utils/
H A Dvscat.c735 PetscCall(ISGetMinMax(ix, &min, &max)); in VecScatterCreate()
737 PetscCall(ISGetMinMax(iy, &min, &max)); in VecScatterCreate()
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c253 PetscCall(ISGetMinMax(GidxMult, &cbs[0], &cbs[1])); in PCMGGDSWCreateCoarseSpace_Private()
/petsc/src/dm/impls/plex/
H A Dplexglvis.c735 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 Ddmlabel.c1533 PetscCall(ISGetMinMax(is, &min, &max)); in DMLabelGetStratumBounds()
/petsc/src/vec/is/section/interface/
H A Dsection.c2339 PetscCall(ISGetMinMax(subpointIS, &spStart, &spEnd)); in PetscSectionCreateSubplexSection_Private()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4593 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 Dmpiov.c43 PetscCall(ISGetMinMax(is[i], &Nmin, &Nmax)); in ISAdjustForBlockSize()
H A Dmpiaij.c3369 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 Dmumps.c4375 for (PetscInt r = 0; r < nr; r++) PetscCall(ISGetMinMax(rows[r], &m[r], &M[r])); in MatGetFactor_nest_mumps()