Lines Matching refs:DMNetworkGetGlobalVecOffset
1263 PetscErrorCode DMNetworkGetGlobalVecOffset(DM dm, PetscInt p, PetscInt compnum, PetscInt *offsetg) in DMNetworkGetGlobalVecOffset() function
2516 PetscCall(DMNetworkGetGlobalVecOffset(dm, e, ALL_COMPONENTS, &rstart)); in DMCreateMatrix_Network()
2548 PetscCall(DMNetworkGetGlobalVecOffset(dm, v, ALL_COMPONENTS, &rstart)); in DMCreateMatrix_Network()
2566 PetscCall(DMNetworkGetGlobalVecOffset(dm, edges[e], ALL_COMPONENTS, &cstart)); in DMCreateMatrix_Network()
2595 PetscCall(DMNetworkGetGlobalVecOffset(dm, v, ALL_COMPONENTS, &cstart)); in DMCreateMatrix_Network()
2632 PetscCall(DMNetworkGetGlobalVecOffset(dm, e, ALL_COMPONENTS, &rstart)); in DMCreateMatrix_Network()
2640 PetscCall(DMNetworkGetGlobalVecOffset(dm, cone[v], ALL_COMPONENTS, &cstart)); in DMCreateMatrix_Network()
2661 PetscCall(DMNetworkGetGlobalVecOffset(dm, v, ALL_COMPONENTS, &rstart)); in DMCreateMatrix_Network()
2678 PetscCall(DMNetworkGetGlobalVecOffset(dm, edges[e], ALL_COMPONENTS, &cstart)); in DMCreateMatrix_Network()
2690 PetscCall(DMNetworkGetGlobalVecOffset(dm, vc, ALL_COMPONENTS, &cstart)); in DMCreateMatrix_Network()
2701 PetscCall(DMNetworkGetGlobalVecOffset(dm, v, ALL_COMPONENTS, &cstart)); in DMCreateMatrix_Network()
3029 PetscCall(DMNetworkGetGlobalVecOffset(dm, p, i, &offsetg)); in DMISComputeIdx_private()