Home
last modified time | relevance | path

Searched refs:cols_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
102 PetscCall(IntArrayCeedToPetsc(num_entries, &cols_ceed, &cols_petsc)); in MatCeedAssemblePointBlockDiagonalCOO()
103 PetscCall(MatSetPreallocationCOOLocal(mat_coo, num_entries, rows_petsc, cols_petsc)); in MatCeedAssemblePointBlockDiagonalCOO()
105 free(cols_petsc); in MatCeedAssemblePointBlockDiagonalCOO()
702 PetscInt *rows_petsc = NULL, *cols_petsc = NULL; in MatCeedSetPreallocationCOO() local
710 PetscCall(IntArrayCeedToPetsc(num_entries, &cols_ceed, &cols_petsc)); in MatCeedSetPreallocationCOO()
711 PetscCall(MatSetPreallocationCOOLocal(mat_coo, num_entries, rows_petsc, cols_petsc)); in MatCeedSetPreallocationCOO()
713 free(cols_petsc); in MatCeedSetPreallocationCOO()