Home
last modified time | relevance | path

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

/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c45 static PetscErrorCode MatSetValues_Preallocator(Mat A, PetscInt m, const PetscInt *rows, PetscInt n… in MatSetValues_Preallocator() function
117 PetscCall(MatSetValues_Preallocator(A, 1, row + i, ncols, col + i, val + i, INSERT_VALUES)); in MatAssemblyEnd_Preallocator()
275 A->ops->setvalues = MatSetValues_Preallocator; in MatCreate_Preallocator()