Searched refs:PetscIntMultError (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex29.c | 12 PetscCall(PetscIntMultError(a, b, &result)); in main() 16 PetscCall(PetscIntMultError(a, b, &result)); in main()
|
| /petsc/src/dm/impls/da/ |
| H A D | dacreate.c | 89 PetscCall(PetscIntMultError(dd->refine_x, dd->M, &dd->M)); in DMSetFromOptions_DA() 91 PetscCall(PetscIntMultError(dd->refine_x, dd->M - 1, &dd->M)); in DMSetFromOptions_DA() 95 PetscCall(PetscIntMultError(dd->refine_y, dd->N, &dd->N)); in DMSetFromOptions_DA() 97 PetscCall(PetscIntMultError(dd->refine_y, dd->N - 1, &dd->N)); in DMSetFromOptions_DA() 101 PetscCall(PetscIntMultError(dd->refine_z, dd->P, &dd->P)); in DMSetFromOptions_DA() 103 PetscCall(PetscIntMultError(dd->refine_z, dd->P - 1, &dd->P)); in DMSetFromOptions_DA()
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_failure_size.out | 5 [0]PETSC ERROR: #1 PetscIntMultError() at petscsys.h:0
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1102 …((PetscErrorCode)(PetscIntMultError(2, nlnk, NULL) || PetscMalloc1(2 * nlnk, &lnk) || PetscBTCreat… 1363 PetscCall(PetscIntMultError(2, nlnk_max + 2, &lsize)); in PetscLLCondensedCreate() 1462 PetscCall(PetscIntMultError(2, nlnk_max + 2, &lsize)); in PetscLLCondensedCreate_Scalable() 1476 PetscCall(PetscIntMultError(2, nlnk_max + 2, &lsize)); in PetscLLCondensedExpand_Scalable() 1555 PetscCall(PetscIntMultError(3, nlnk_max + 3, &lsize)); in PetscLLCondensedCreate_fast()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 612 PetscCall(PetscIntMultError(M / PETSC_BITS_PER_BYTE + 1, imax, &M_BPB_imax)); in MatIncreaseOverlap_MPIAIJ_Once() 619 PetscCall(PetscIntMultError(M, imax, &Mimax)); in MatIncreaseOverlap_MPIAIJ_Once() 620 PetscCall(PetscIntMultError(M / PETSC_BITS_PER_BYTE + 1, imax, &M_BPB_imax)); in MatIncreaseOverlap_MPIAIJ_Once()
|
| /petsc/include/ |
| H A D | petscsys.h | 2276 static inline PetscErrorCode PetscIntMultError(PetscInt a, PetscInt b, PetscInt *result) in PetscIntMultError() function
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 1647 PetscCall(PetscIntMultError(m, n, &mn)); in SetRandom()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 3328 PetscCall(PetscIntMultError(nz, mbs, &nz)); in MatSeqBAIJSetPreallocation_SeqBAIJ() 3346 PetscCall(PetscIntMultError(nz, bs2, &nzbs2)); in MatSeqBAIJSetPreallocation_SeqBAIJ()
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 1239 PetscCall(PetscIntMultError(a->lld, a->locc, &sz)); in MatScaLAPACKSetPreallocation()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 1475 PetscCall(PetscIntMultError(nz, mbs, &nz)); in MatSeqSBAIJSetPreallocation_SeqSBAIJ()
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 2091 PetscCall(PetscIntMultError(nrhs, M, &nrhsM)); in MatMatSolve_MUMPS() 2160 PetscCall(PetscIntMultError(nrhs, lsol_loc, &nlsol_loc)); /* length of sol_loc */ in MatMatSolve_MUMPS()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 3914 PetscCall(PetscIntMultError(nz, B->rmap->n, &nz)); in MatSeqAIJSetPreallocation_SeqAIJ()
|