Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex1.c7 static PetscErrorCode createMatsAndVecs(PetscInt m, PetscInt n, PetscInt nrhs, PetscBool full, Mat … in createMatsAndVecs() function
111 PetscCall(createMatsAndVecs(n, n, nrhs, full, &mat, &RHS, &SOLU, &x, &y, &b)); in main()
203 PetscCall(createMatsAndVecs(m, n, nrhs, full, &mat, &RHS, &SOLU, &x, &y, &b)); in main()