Searched refs:sfAAm (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 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 D | ex5_1.out | 41 PetscSF Object: sfAAm 1 MPI process
|
| H A D | ex5_2.out | 285 PetscSF Object: sfAAm 7 MPI processes
|