Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/mpi/mpicuda/
H A Dmpisellcuda.cu5 …PISELLCUDA(Mat B, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlenmax, const PetscInt … in MatMPISELLSetPreallocation_MPISELLCUDA() argument
25 PetscCall(MatSeqSELLSetPreallocation(b->B, o_rlenmax, o_rlen)); in MatMPISELLSetPreallocation_MPISELLCUDA()
/petsc/src/mat/impls/sell/mpi/mpihip/
H A Dmpisellhip.hip.cxx5 …MPISELLHIP(Mat B, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlenmax, const PetscInt … in MatMPISELLSetPreallocation_MPISELLHIP() argument
25 PetscCall(MatSeqSELLSetPreallocation(b->B, o_rlenmax, o_rlen)); in MatMPISELLSetPreallocation_MPISELLHIP()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c966 …on_MPISELL(Mat B, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlenmax, const PetscInt … in MatMPISELLSetPreallocation_MPISELL() argument
988 PetscCall(MatSeqSELLSetPreallocation(b->B, o_rlenmax, o_rlen)); in MatMPISELLSetPreallocation_MPISELL()
1504 …nt M, PetscInt N, PetscInt d_rlenmax, const PetscInt d_rlen[], PetscInt o_rlenmax, const PetscInt … in MatCreateSELL() argument
1514 PetscCall(MatMPISELLSetPreallocation(*A, d_rlenmax, d_rlen, o_rlenmax, o_rlen)); in MatCreateSELL()