Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex176.c37 PetscScalar anew[3][7] = { in main() local
58 PetscCall(MatUpdateMPIAIJWithArray(A, anew[rank])); in main()
59 PetscCall(MatUpdateMPIAIJWithArray(B, anew[rank])); in main()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.h15 …MatScalar *anew; /* nonzero diagonal and superdiagonal elements of reordered m… member
H A Dsbaij.c1514 b->anew = NULL; in MatSeqSBAIJSetPreallocation_SeqSBAIJ()
1792 b->anew = NULL; in MatCreate_SeqSBAIJ()
/petsc/doc/manual/
H A Dmat.md1043 structure of a matrix, rather than determining it anew every time the