Searched refs:aroots (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 857 PetscInt *clocal, aroots, aleaves, broots, bleaves; in PetscSFMerge() local 863 PetscCall(PetscSFGetGraph(sfa, &aroots, &aleaves, &alocal, &aremote)); in PetscSFMerge() 865 …PetscCheck(aroots == broots, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Both sfa and sfb must have th… in PetscSFMerge() 884 …PetscCall(PetscSFSetGraph(*merged, aroots, nleaves, clocal, PETSC_COPY_VALUES, cremote, PETSC_COPY… in PetscSFMerge()
|