Searched refs:PETSC_COUNT (Results 1 – 6 of 6) sorted by relevance
43 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()
729 PETSC_COUNT = 18, enumerator
237 else if (pdtype == PETSC_COUNT) PetscCall(PetscByteSwapInt64((PetscInt64 *)data, count)); in PetscByteSwap()
1233 else if (dtype == PETSC_COUNT) ret = fscanf(fd, "%" PetscCount_FMT, &(((PetscCount *)data)[i])); in PetscViewerASCIIRead()
351 PetscCall(GmshRead(gmsh, buf, count, PETSC_COUNT)); in GmshReadPetscCount()
2622 case PETSC_COUNT: { in PrintArrayElement()