Home
last modified time | relevance | path

Searched refs:sfBm (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
210 PetscCall(PetscSFCreateInverseSF(sfB, &sfBm)); in main()
211 PetscCall(PetscSFSetFromOptions(sfBm)); in main()
212 PetscCall(PetscObjectSetName((PetscObject)sfBm, "sfBm")); in main()
213 PetscCall(PetscSFViewFromOptions(sfBm, NULL, "-view")); in main()
214 if (test_vector) PetscCall(TestVector(sfBm, "sfBm")); in main()
219 PetscCall(PetscSFCompose(sfB, sfBm, &sfBBm)); in main()
234 PetscCall(PetscSFDestroy(&sfBm)); in main()
/petsc/src/vec/is/sf/tests/output/
H A Dex5_1.out49 PetscSF Object: sfBm 1 MPI process
H A Dex5_2.out363 PetscSF Object: sfBm 7 MPI processes