Searched refs:o_rlenmax (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/sell/mpi/mpicuda/ |
| H A D | mpisellcuda.cu | 5 …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 D | mpisellhip.hip.cxx | 5 …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 D | mpisell.c | 966 …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()
|