Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex5.c80 PetscSF sfA, sfB, sfBA, sfAAm, sfBBm, sfAm, sfBm; in main() local
200 PetscCall(PetscSFComposeInverse(sfA, sfA, &sfAAm)); in main()
202 PetscCall(PetscSFCompose(sfA, sfAm, &sfAAm)); in main()
204 PetscCall(PetscSFSetFromOptions(sfAAm)); in main()
205 PetscCall(PetscSFSetUp(sfAAm)); in main()
206 PetscCall(PetscObjectSetName((PetscObject)sfAAm, "sfAAm")); in main()
207 PetscCall(PetscSFViewFromOptions(sfAAm, NULL, "-view")); in main()
208 if (test_vector) PetscCall(TestVector(sfAAm, "sfAAm")); in main()
235 PetscCall(PetscSFDestroy(&sfAAm)); in main()
/petsc/src/vec/is/sf/tests/output/
H A Dex5_1.out41 PetscSF Object: sfAAm 1 MPI process
H A Dex5_2.out285 PetscSF Object: sfAAm 7 MPI processes