Home
last modified time | relevance | path

Searched defs:d_nz (Results 1 – 21 of 21) sorted by relevance

/petsc/src/mat/impls/aij/mpi/aijperm/
H A Dmpiaijperm.c87 …IJPERM(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateMPIAIJPERM()
105 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJPERM(Mat B, PetscInt d_nz, const PetscInt d_n… in MatMPIAIJSetPreallocation_MPIAIJPERM()
/petsc/src/mat/impls/aij/mpi/aijmkl/
H A Dmpiaijmkl.c86 …AIJMKL(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateMPIAIJMKL()
106 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJMKL(Mat B, PetscInt d_nz, const PetscInt d_nn… in MatMPIAIJSetPreallocation_MPIAIJMKL()
/petsc/src/mat/impls/aij/mpi/aijsell/
H A Dmpiaijsell.c82 …IJSELL(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateMPIAIJSELL()
102 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJSELL(Mat B, PetscInt d_nz, const PetscInt d_n… in MatMPIAIJSetPreallocation_MPIAIJSELL()
/petsc/src/mat/impls/aij/mpi/mpiviennacl/
H A Dmpiaijviennacl.cxx7 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJViennaCL(Mat B, PetscInt d_nz, const PetscInt… in MatMPIAIJSetPreallocation_MPIAIJViennaCL()
106 …ennaCL(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateAIJViennaCL()
/petsc/src/mat/impls/baij/mpi/baijmkl/
H A Dmpibaijmkl.c5 static PetscErrorCode MatMPIBAIJSetPreallocation_MPIBAIJMKL(Mat B, PetscInt bs, PetscInt d_nz, cons… in MatMPIBAIJSetPreallocation_MPIBAIJMKL()
131 …mm comm, PetscInt bs, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateBAIJMKL()
/petsc/src/mat/tests/
H A Dex141.c9 PetscInt i, bs = 2, mbs, m, block, d_nz = 6, col[3]; in main() local
H A Dex303.c10 PetscInt M, N, m = 5, n = 6, d_nz = 3, o_nz = 4; in main() local
H A Dex55.c9 PetscInt i, j, ntypes, bs, mbs, m, block, d_nz = 6, o_nz = 3, col[3], row, verbose = 0; in main() local
H A Dex75.c12 …PetscInt n, col[3], n1, block, row, i, j, i2, j2, Ii, J, rstart, rend, bs = 1, mbs = 16, d_nz =… in main() local
/petsc/src/mat/impls/sell/mpi/mpicuda/
H A Dmpisellcuda.cu136 …LLCUDA(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateSELLCUDA()
/petsc/src/mat/impls/sell/mpi/mpihip/
H A Dmpisellhip.hip.cxx136 …ELLHIP(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateSELLHIP()
/petsc/src/dm/impls/sliced/
H A Dsliced.c12 PetscInt d_nz, o_nz, *d_nnz, *o_nnz; member
127 PetscErrorCode DMSlicedSetPreallocation(DM dm, PetscInt d_nz, const PetscInt d_nnz[], PetscInt o_nz… in DMSlicedSetPreallocation()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu262 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJCUSPARSE(Mat B, PetscInt d_nz, const PetscInt… in MatMPIAIJSetPreallocation_MPIAIJCUSPARSE()
559 …SPARSE(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateAIJCUSPARSE()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx262 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJHIPSPARSE(Mat B, PetscInt d_nz, const PetscIn… in MatMPIAIJSetPreallocation_MPIAIJHIPSPARSE()
532 …SPARSE(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateAIJHIPSPARSE()
/petsc/src/ksp/pc/impls/spai/
H A Dispai.c655 int d_nz, o_nz; in ConvertMatrixToMat() local
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c1322 PetscErrorCode MatMPISELLSetPreallocation(Mat B, PetscInt d_nz, const PetscInt d_nnz[], PetscInt o_… in MatMPISELLSetPreallocation()
1681 …PetscInt i, d_nz = 0, o_nz = 0, m = A->rmap->N, n = A->cmap->N, lm = A->rmap->n, ln = A->cmap->… in MatConvert_MPIAIJ_MPISELL() local
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c1898 static PetscErrorCode MatMPISBAIJSetPreallocation_MPISBAIJ(Mat B, PetscInt bs, PetscInt d_nz, const… in MatMPISBAIJSetPreallocation_MPISBAIJ()
2266 PetscErrorCode MatMPISBAIJSetPreallocation(Mat B, PetscInt bs, PetscInt d_nz, const PetscInt d_nnz[… in MatMPISBAIJSetPreallocation()
2379 …mm comm, PetscInt bs, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateSBAIJ()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2653 PetscErrorCode MatMPIBAIJSetPreallocation_MPIBAIJ(Mat B, PetscInt bs, PetscInt d_nz, const PetscInt… in MatMPIBAIJSetPreallocation_MPIBAIJ()
3019 PetscErrorCode MatMPIBAIJSetPreallocation(Mat B, PetscInt bs, PetscInt d_nz, const PetscInt d_nnz[]… in MatMPIBAIJSetPreallocation()
3129 …mm comm, PetscInt bs, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateBAIJ()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx33 static PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJKokkos(Mat mat, PetscInt d_nz, const PetscInt… in MatMPIAIJSetPreallocation_MPIAIJKokkos()
1817 …Kokkos(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateAIJKokkos()
/petsc/src/mat/impls/is/
H A Dmatis.c1782 PetscErrorCode MatISSetPreallocation(Mat B, PetscInt d_nz, const PetscInt d_nnz[], PetscInt o_nz, c… in MatISSetPreallocation()
1791 static PetscErrorCode MatISSetPreallocation_IS(Mat B, PetscInt d_nz, const PetscInt d_nnz[], PetscI… in MatISSetPreallocation_IS()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2873 PetscErrorCode MatMPIAIJSetPreallocation_MPIAIJ(Mat B, PetscInt d_nz, const PetscInt d_nnz[], Petsc… in MatMPIAIJSetPreallocation_MPIAIJ()
4119 PetscErrorCode MatMPIAIJSetPreallocation(Mat B, PetscInt d_nz, const PetscInt d_nnz[], PetscInt o_n… in MatMPIAIJSetPreallocation()
4515 …ateAIJ(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt d_nz, const PetscIn… in MatCreateAIJ()