Home
last modified time | relevance | path

Searched refs:DMNetworkGetConnectedVertices (Results 1 – 14 of 14) sorted by relevance

/petsc/include/
H A Dpetscdmnetwork.h47 PETSC_EXTERN PetscErrorCode DMNetworkGetConnectedVertices(DM, PetscInt, const PetscInt *[]);
/petsc/src/dm/impls/network/
H A Dnetworkview.c75 PetscCall(DMNetworkGetConnectedVertices(dmcoords, edge, &edgeVertices)); in DMView_Network_CSV()
313 PetscCall(DMNetworkGetConnectedVertices(dm, p, &cone)); in DMView_Network()
H A Dnetwork.c2067 PetscErrorCode DMNetworkGetConnectedVertices(DM dm, PetscInt edge, const PetscInt *vertices[]) in DMNetworkGetConnectedVertices() function
2522 PetscCall(DMNetworkGetConnectedVertices(dm, e, &cone)); in DMCreateMatrix_Network()
2575 PetscCall(DMNetworkGetConnectedVertices(dm, edges[e], &cone)); in DMCreateMatrix_Network()
2638 PetscCall(DMNetworkGetConnectedVertices(dm, e, &cone)); in DMCreateMatrix_Network()
2687 PetscCall(DMNetworkGetConnectedVertices(dm, edges[e], &cone)); in DMCreateMatrix_Network()
/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c118 PetscCall(DMNetworkGetConnectedVertices(networkdm, edges[e], &cone)); in FormJacobian_Power_private()
306 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in FormFunction_Power()
H A Dpower2.c79 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in FormFunction_Subnet()
245 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in FormJacobian_Subnet()
/petsc/src/ksp/ksp/tutorials/network/
H A Dex1_nest.c178 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in FormOperator()
H A Dex1.c166 PetscCall(DMNetworkGetConnectedVertices(dmnetwork, e, &cone)); in FormOperator()
H A Dex2.c199 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in FormOperator()
/petsc/src/ts/tutorials/network/
H A DpipeInterface.c213 PetscCall(DMNetworkGetConnectedVertices(dm, edges[e], &cone)); in JunctionCreateJacobian()
H A Dpipes.c186 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in WASHIFunction()
258 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in WASHSetInitialSolution()
709 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in main()
/petsc/src/snes/tutorials/network/water/
H A Dwaterfunctions.c45 PetscCall(DMNetworkGetConnectedVertices(networkdm, edges[i], &cone)); in FormFunction_Water()
/petsc/doc/manual/
H A Ddmnetwork.md180 DMNetworkGetConnectedVertices(DM dm, PetscInt edge, const PetscInt *vertices[]);
H A Ddmcommonality.md87 `DMNetworkGetSupportingEdges()` and `DMNetworkGetConnectedVertices()`.
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c577 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in FormIFunction()
823 PetscCall(DMNetworkGetConnectedVertices(networkdm, e, &cone)); in AlgFunction()