Searched refs:DMNetworkGetGlobalVecOffset (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex4.c | 139 PetscCall(DMNetworkGetGlobalVecOffset(dmnetwork, vtx[v], ALL_COMPONENTS, &goffset)); in main() 147 PetscCall(DMNetworkGetGlobalVecOffset(dmnetwork, vtx[v], compkey, &goffset)); in main()
|
| H A D | ex3.c | 156 PetscCall(DMNetworkGetGlobalVecOffset(dmnetwork, vtx[v], j, &goffset)); in main()
|
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 55 alignment:DMNetworkGetGlobalVecOffset
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 55 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vtx[v], ALL_COMPONENTS, &goffset)); in FormJacobian_Power_private() 124 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &goffsetfrom)); in FormJacobian_Power_private() 125 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vto, ALL_COMPONENTS, &goffsetto)); in FormJacobian_Power_private()
|
| H A D | power2.c | 184 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vtx[v], ALL_COMPONENTS, &goffset)); in FormJacobian_Subnet() 251 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &goffsetfrom)); in FormJacobian_Subnet() 252 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vto, ALL_COMPONENTS, &goffsetto)); in FormJacobian_Subnet()
|
| /petsc/include/ |
| H A D | petscdmnetwork.h | 36 PETSC_EXTERN PetscErrorCode DMNetworkGetGlobalVecOffset(DM, PetscInt, PetscInt, PetscInt *);
|
| /petsc/src/dm/impls/network/ |
| H A D | networkmonitor.c | 192 …PetscCall(DMNetworkGetGlobalVecOffset(monitor->network, node->element, ALL_COMPONENTS, &varoffset)… in DMNetworkMonitorView()
|
| H A D | network.c | 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() [all …]
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 72 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, v, 0, &offset)); in UserMonitor() 120 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vtx[i], ALL_COMPONENTS, &offset)); in FormJacobian_subPower() 218 PetscCall(DMNetworkGetGlobalVecOffset(networkdm, vtx[v], k, &goffset[k])); in FormFunction()
|
| /petsc/doc/manual/ |
| H A D | dmnetwork.md | 172 DMNetworkGetGlobalVecOffset(DM dm, PetscInt p, PetscInt compnum, PetscInt *offsetg).
|
| H A D | dmcommonality.md | 76 and `DMNetworkGetGlobalVecOffset()`
|
| /petsc/doc/changes/ |
| H A D | 315.md | 306 `DMNetworkGetGlobalVecOffset()`
|