Home
last modified time | relevance | path

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

/honee/src/
H A Dmat-ceed.c86 PetscInt *rows_petsc = NULL, *cols_petsc = NULL; in MatCeedAssemblePointBlockDiagonalCOO() local
101 PetscCall(IntArrayCeedToPetsc(num_entries, &rows_ceed, &rows_petsc)); in MatCeedAssemblePointBlockDiagonalCOO()
103 PetscCall(MatSetPreallocationCOOLocal(mat_coo, num_entries, rows_petsc, cols_petsc)); in MatCeedAssemblePointBlockDiagonalCOO()
104 free(rows_petsc); in MatCeedAssemblePointBlockDiagonalCOO()
702 PetscInt *rows_petsc = NULL, *cols_petsc = NULL; in MatCeedSetPreallocationCOO() local
709 PetscCall(IntArrayCeedToPetsc(num_entries, &rows_ceed, &rows_petsc)); in MatCeedSetPreallocationCOO()
711 PetscCall(MatSetPreallocationCOOLocal(mat_coo, num_entries, rows_petsc, cols_petsc)); in MatCeedSetPreallocationCOO()
712 free(rows_petsc); in MatCeedSetPreallocationCOO()