Home
last modified time | relevance | path

Searched refs:PetscCount_FMT (Results 1 – 21 of 21) sorted by relevance

/petsc/src/vec/is/utils/
H A Dkdtree.c125 …ETSC_ERR_PLIB, "Sorted indices are not consistent. Could not find %" PetscCount_FMT " from %" Pets… in PetscKDTreeVerifySortedIndices()
144 …ETSC_COMM_SELF, PETSC_ERR_PLIB, "Start %" PetscCount_FMT " must be less than or equal to end %" Pe… in PetscKDTreeBuildStemAndLeaves()
197 …l bin failed. Range upper bound should be %" PetscCount_FMT " but partitioning resulted in %" Pets… in PetscKDTreeBuildStemAndLeaves()
198 …r bin failed. Range upper bound should be %" PetscCount_FMT " but partitioning resulted in %" Pets… in PetscKDTreeBuildStemAndLeaves()
245 …RR_USER_INPUT, "Number of coordinates may not be negative, received %" PetscCount_FMT, num_coords); in PetscKDTreeCreate()
480 …f(viewer, "Stem %" PetscCount_FMT ": Axis=%" PetscInt_FMT " Split=%g Greater_%s=%" PetscCount_FMT in PetscKDTreeView()
489 …PetscCall(PetscViewerASCIIPrintf(viewer, "Leaf %" PetscCount_FMT ": Count=%" PetscInt_FMT, i, leaf… in PetscKDTreeView()
495 PetscCall(PetscViewerASCIIPrintf(viewer, "%" PetscCount_FMT ": ", bucket_index)); in PetscKDTreeView()
/petsc/src/vec/is/utils/tests/
H A Dex1.c61 …, "Query failed for coord %" PetscInt_FMT ", query returned index %" PetscCount_FMT " with distanc… in main()
89 …y failed for random point %" PetscInt_FMT ". Query returned index %" PetscCount_FMT " with distanc… in main()
106 …PetscCall(PetscPrintf(comm, "KDTreeQuery %.6e for %" PetscCount_FMT " queries\n", query_perf_info.… in main()
/petsc/src/sys/classes/viewer/utils/
H A Dbtview.c10 …i < m; ++i) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscCount_FMT " %hhu\n", i, … in PetscBTView()
/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkvimpl.h53 …PetscCheck(a <= PETSC_VTK_INT_MAX, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "%" PetscCount_FMT "… in PetscVTKIntCast()
H A Dvtkv.c297 …iewer), PETSC_ERR_ARG_OUTOFRANGE, "Trying to write a negative amount of data %" PetscCount_FMT, n); in PetscViewerVTKFWrite()
321 …unt == n, PETSC_COMM_SELF, PETSC_ERR_FILE_WRITE, "Wrote %" PetscCount_FMT "/%" PetscCount_FMT " ar… in PetscViewerVTKFWrite()
/petsc/src/ts/interface/
H A Dtshistory.c57 …iven time step %" PetscInt_FMT " does not match any in history [0,%" PetscCount_FMT "]", step, tsh… in TSHistoryGetTime()
72 …iven time step %" PetscInt_FMT " does not match any in history [0,%" PetscCount_FMT "]", step, tsh… in TSHistoryGetTimeStep()
/petsc/include/
H A Dpetscsystypes.h216 #define PetscCount_FMT "td" macro
/petsc/src/sys/utils/
H A Dsorti.c588 …ERR_ARG_WRONG, "Input array was not sorted: (%" PetscCount_FMT ", %" PetscCount_FMT ", %" PetscCou… in PetscFindCount()
/petsc/src/sys/fileio/
H A Dsysio.c294 …_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Trying to read a negative amount of data %" PetscCount_FMT, num); in PetscBinaryRead()
415 …M_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Trying to write a negative amount of data %" PetscCount_FMT, n); in PetscBinaryWrite()
/petsc/src/sys/objects/device/tests/
H A Dex11.cxx144 …PetscCheck(key_idx >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Key index %" PetscCount_FMT " < 0, this… in TestAllCombinations()
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c947 …c currently supports up to %" PetscInt_FMT " tags per entity, not %" PetscCount_FMT, (PetscInt)GMS… in GmshReadEntities_v41()
989 …cks && !mesh->entities) PetscCall(PetscInfo(NULL, "File specifies %" PetscCount_FMT " entity block… in GmshReadNodes_v41()
1038 …cks && !mesh->entities) PetscCall(PetscInfo(NULL, "File specifies %" PetscCount_FMT " entity block… in GmshReadElements_v41()
H A Dplexsfc.c289 …MM_SELF, PETSC_ERR_SUP, "Donor request (%" PetscCount_FMT ") does not match expected donors (%" Pe… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
/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/mat/impls/aij/mpi/mumps/
H A Dmumps.c949 …, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Different numbers of nonzeros %" PetscCount_FMT " != %" PetscI… in MatConvertToTriples_seqsbaij_seqsbaij()
1680 …M_SELF, PETSC_ERR_PLIB, "Unexpected number of nonzeros %" PetscCount_FMT " != %" PetscCount_FMT, c… in MatConvertToTriples_nest_xaij()
1722 …MM_SELF, PETSC_ERR_PLIB, "Different number of nonzeros %" PetscCount_FMT " != %" PetscCount_FMT, c… in MatConvertToTriples_nest_xaij()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c1025 …ERR_PLIB, "nleaves2 %" PetscInt_FMT " != number of remote entries %" PetscCount_FMT, nleaves2, n1 … in VecSetPreallocationCOO_MPI()
/petsc/src/dm/dt/interface/
H A Ddtweakform.c187 …LF, PETSC_ERR_ARG_OUTOFRANGE, "Index %" PetscInt_FMT " not in [0, %" PetscCount_FMT ")", ind, chun… in PetscWeakFormGetIndexFunction_Private()
/petsc/src/vec/is/section/interface/
H A Dsection.c2623 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %2" PetscCount_FMT, ((PetscCount *)array)[i… in PrintArrayElement()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1477 … == num_plex_faces_found, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Found %" PetscCount_FMT " matching ple… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c180 … ctx->batch_sz, PETSC_COMM_SELF, PETSC_ERR_PLIB, "iteration wrong %" PetscCount_FMT " != cellClosu… in LandauFormJacobian_Internal()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c1178 …LF, PETSC_ERR_LIB, "Internal PETSc error: cnt = %" PetscInt_FMT " nz = %" PetscCount_FMT, cnt, nz); in MatView_MPIBAIJ_Binary()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6467 …ERR_PLIB, "nleaves2 %" PetscInt_FMT " != number of remote entries %" PetscCount_FMT, nleaves2, n1 … in MatSetPreallocationCOO_MPIAIJ()