Searched refs:MatSetValues_Preallocator (Results 1 – 1 of 1) sorted by relevance
45 static PetscErrorCode MatSetValues_Preallocator(Mat A, PetscInt m, const PetscInt *rows, PetscInt n… in MatSetValues_Preallocator() function117 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()