Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex87.c6 static PetscErrorCode MatAndISLoad(const char *prefix, const char *identifier, Mat A, IS is, Mat N,…
57 PetscCall(MatAndISLoad(prefix, "00", A[0], is[0], aux[0], size)); in main()
58 PetscCall(MatAndISLoad(prefix, "11", A[3], is[1], aux[1], size)); in main()
204 PetscErrorCode MatAndISLoad(const char *prefix, const char *identifier, Mat A, IS is, Mat aux, Pets… in MatAndISLoad() function