Home
last modified time | relevance | path

Searched refs:PetscInt32_FMT (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscsystypes.h328 #define PetscInt32_FMT PRId32 macro
/petsc/src/vec/is/section/interface/
H A Dsection.c2615 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %2" PetscInt32_FMT, ((PetscInt32 *)array)[i… in PrintArrayElement()