Searched defs:llen (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/vec/vec/impls/shared/ |
| H A D | shvec.c | 104 PetscErrorCode PetscSharedMalloc(MPI_Comm comm, PetscInt llen, PetscInt len, void **result) in PetscSharedMalloc()
|
| /petsc/src/sys/fileio/ |
| H A D | fretrieve.c | 336 PetscErrorCode PetscFileRetrieve(MPI_Comm comm, const char url[], char localname[], size_t llen, Pe… in PetscFileRetrieve()
|
| /petsc/src/sys/dll/ |
| H A D | dl.c | 52 …scDLLibraryRetrieve(MPI_Comm comm, const char libname[], char lname[], size_t llen, PetscBool *fou… in PetscDLLibraryRetrieve()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 621 PetscInt *inds, *colors, llen, ilen, lstart, lend, lcount, l; in ISPairToList() local
|
| /petsc/src/sys/utils/ |
| H A D | sortso.c | 212 const PetscInt llen = mid - left; in PetscTimSortMergeLo_Private() local 274 const PetscInt llen = mid - left; in PetscTimSortMergeLoWithArray_Private() local
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 1961 PetscInt llen = Bi[i + 1] - Bi[i]; // exclusive of the diagonal entry in MatLUFactorNumeric_SeqAIJKokkos() local 2022 PetscInt llen = Bi[i + 1] - Bi[i]; in MatLUFactorNumeric_SeqAIJKokkos() local
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 221 PetscInt llen = Ai[i + 1] - Ai[i]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local 279 PetscInt llen = Ai[i + 1] - Ai[i]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local
|