Searched refs:sfBBm (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 217 PetscCall(PetscSFComposeInverse(sfB, sfB, &sfBBm)); in main() 219 PetscCall(PetscSFCompose(sfB, sfBm, &sfBBm)); in main() 221 PetscCall(PetscSFSetFromOptions(sfBBm)); in main() 222 PetscCall(PetscSFSetUp(sfBBm)); in main() 223 PetscCall(PetscObjectSetName((PetscObject)sfBBm, "sfBBm")); in main() 224 PetscCall(PetscSFViewFromOptions(sfBBm, NULL, "-view")); in main() 225 if (test_vector) PetscCall(TestVector(sfBBm, "sfBBm")); in main() 236 PetscCall(PetscSFDestroy(&sfBBm)); in main()
|
| /petsc/src/vec/is/sf/tests/output/ |
| H A D | ex5_1.out | 55 PetscSF Object: sfBBm 1 MPI process
|
| H A D | ex5_2.out | 406 PetscSF Object: sfBBm 7 MPI processes
|