Home
last modified time | relevance | path

Searched refs:PETSC_COUNT (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/objects/
H A Dptype.c43 else if (ptype == PETSC_COUNT) *mtype = MPIU_COUNT; in PetscDataTypeToMPIDataType()
80 else if (mtype == MPIU_COUNT) *ptype = PETSC_COUNT; in PetscMPIDataTypeToPetscDataType()
162 else if (ptype == PETSC_COUNT) *size = PETSC_COUNT_SIZE; in PetscDataTypeGetSize()
/petsc/include/
H A Dpetscsystypes.h729 PETSC_COUNT = 18, enumerator
/petsc/src/sys/fileio/
H A Dsysio.c237 else if (pdtype == PETSC_COUNT) PetscCall(PetscByteSwapInt64((PetscInt64 *)data, count)); in PetscByteSwap()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c1233 else if (dtype == PETSC_COUNT) ret = fscanf(fd, "%" PetscCount_FMT, &(((PetscCount *)data)[i])); in PetscViewerASCIIRead()
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c351 PetscCall(GmshRead(gmsh, buf, count, PETSC_COUNT)); in GmshReadPetscCount()
/petsc/src/vec/is/section/interface/
H A Dsection.c2622 case PETSC_COUNT: { in PrintArrayElement()