Searched refs:sfBm (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex5.c | 80 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 D | ex5_1.out | 49 PetscSF Object: sfBm 1 MPI process
|
| H A D | ex5_2.out | 363 PetscSF Object: sfBm 7 MPI processes
|