Home
last modified time | relevance | path

Searched refs:d_rlen (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/sell/mpi/mpihip/
H A Dmpisellhip.hip.cxx5 …ELLSetPreallocation_MPISELLHIP(Mat B, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlen… in MatMPISELLSetPreallocation_MPISELLHIP() argument
24 PetscCall(MatSeqSELLSetPreallocation(b->A, d_rlenmax, d_rlen)); in MatMPISELLSetPreallocation_MPISELLHIP()
/petsc/src/mat/impls/sell/mpi/mpicuda/
H A Dmpisellcuda.cu5 …LLSetPreallocation_MPISELLCUDA(Mat B, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlen… in MatMPISELLSetPreallocation_MPISELLCUDA() argument
24 PetscCall(MatSeqSELLSetPreallocation(b->A, d_rlenmax, d_rlen)); in MatMPISELLSetPreallocation_MPISELLCUDA()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c966 …PISELLSetPreallocation_MPISELL(Mat B, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlen… in MatMPISELLSetPreallocation_MPISELL() argument
987 PetscCall(MatSeqSELLSetPreallocation(b->A, d_rlenmax, d_rlen)); in MatMPISELLSetPreallocation_MPISELL()
1504 …, PetscInt n, PetscInt M, PetscInt N, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlen… in MatCreateSELL() argument
1514 PetscCall(MatMPISELLSetPreallocation(*A, d_rlenmax, d_rlen, o_rlenmax, o_rlen)); in MatCreateSELL()
1517 PetscCall(MatSeqSELLSetPreallocation(*A, d_rlenmax, d_rlen)); in MatCreateSELL()