Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Daxpy.c378 PetscInt matlocal, veclocal; in MatDiagonalSet() local
385 PetscCall(VecGetLocalSize(D, &veclocal)); in MatDiagonalSet()
386veclocal, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Number local rows of matrix %" PetscInt_FMT " do… in MatDiagonalSet()