Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex5.c6 static PetscErrorCode TestVector(PetscSF sf, const char *sfname) in TestVector() function
154 if (test_vector) PetscCall(TestVector(sfA, "sfA")); in main()
155 if (test_vector) PetscCall(TestVector(sfB, "sfB")); in main()
182 if (test_vector) PetscCall(TestVector(sfBA, "sfBA")); in main()
197 if (test_vector) PetscCall(TestVector(sfAm, "sfAm")); in main()
208 if (test_vector) PetscCall(TestVector(sfAAm, "sfAAm")); in main()
214 if (test_vector) PetscCall(TestVector(sfBm, "sfBm")); in main()
225 if (test_vector) PetscCall(TestVector(sfBBm, "sfBBm")); in main()