Searched refs:ISGetPointRange (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 151 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMCeedCreateGeometry() 287 PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMCeedCreateGeometryFVM() 312 PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMCeedCreateInfoFVM()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 96 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexCheckFace_Internal() 97 PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMPlexCheckFace_Internal() 257 if (cellIS) PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexOrient_Serial() 258 if (faceIS) PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMPlexOrient_Serial() 766 if (cellIS) PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexOrientCells_Internal() 767 if (faceIS) PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMPlexOrientCells_Internal()
|
| H A D | plexfem.c | 3769 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexGetCellFields() 3864 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexGetHybridCellFields() 4011 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexGetHybridFields() 4466 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeResidual_Patch_Internal() 4638 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobian_Patch_Internal() 5203 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeResidualByKey() 5588 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeResidualHybridByKey() 6203 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianByKey() 6422 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianByKeyGeneral() 6670 PetscCall(ISGetPointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianHybridByKey() [all …]
|
| /petsc/include/ |
| H A D | petscis.h | 109 PETSC_EXTERN PetscErrorCode ISGetPointRange(IS, PetscInt *, PetscInt *, const PetscInt *[]);
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 48 PetscErrorCode ISGetPointRange(IS pointIS, PetscInt *pStart, PetscInt *pEnd, const PetscInt *points… in ISGetPointRange() function
|