Home
last modified time | relevance | path

Searched refs:DMNetworkGetLocalVecOffset (Results 1 – 19 of 19) sorted by relevance

/petsc/src/ksp/ksp/tutorials/network/ !
H A Dex1.c164 PetscCall(DMNetworkGetLocalVecOffset(dmnetwork, e, ALL_COMPONENTS, &lofst)); in FormOperator()
167 PetscCall(DMNetworkGetLocalVecOffset(dmnetwork, cone[0], ALL_COMPONENTS, &lofst_fr)); in FormOperator()
168 PetscCall(DMNetworkGetLocalVecOffset(dmnetwork, cone[1], ALL_COMPONENTS, &lofst_to)); in FormOperator()
211 PetscCall(DMNetworkGetLocalVecOffset(dmnetwork, v, ALL_COMPONENTS, &lofst)); in FormOperator()
H A Dex2.c197 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &lofst)); in FormOperator()
200 PetscCall(DMNetworkGetLocalVecOffset(networkdm, cone[0], ALL_COMPONENTS, &lofst_fr)); in FormOperator()
201 PetscCall(DMNetworkGetLocalVecOffset(networkdm, cone[1], ALL_COMPONENTS, &lofst_to)); in FormOperator()
240 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, ALL_COMPONENTS, &lofst)); in FormOperator()
H A Dex1_nest.c217 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &lofst)); in FormOperator()
234 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, ALL_COMPONENTS, &lofst)); in FormOperator()
/petsc/src/snes/tutorials/network/power/ !
H A Dpffunctions.c54 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[v], ALL_COMPONENTS, &offset)); in FormJacobian_Power_private()
122 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &offsetfrom)); in FormJacobian_Power_private()
123 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, ALL_COMPONENTS, &offsetto)); in FormJacobian_Power_private()
262 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[v], ALL_COMPONENTS, &offset)); in FormFunction_Power()
310 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &offsetfrom)); in FormFunction_Power()
311 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, ALL_COMPONENTS, &offsetto)); in FormFunction_Power()
372 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[i], ALL_COMPONENTS, &offset)); in SetInitialGuess_Power()
H A Dpower2.c36 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[v], ALL_COMPONENTS, &offset)); in FormFunction_Subnet()
83 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &offsetfrom)); in FormFunction_Subnet()
84 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, ALL_COMPONENTS, &offsetto)); in FormFunction_Subnet()
183 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[v], ALL_COMPONENTS, &offset)); in FormJacobian_Subnet()
249 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &offsetfrom)); in FormJacobian_Subnet()
250 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, ALL_COMPONENTS, &offsetto)); in FormJacobian_Subnet()
386 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[i], ALL_COMPONENTS, &offset)); in SetInitialValues_Subnet()
/petsc/src/snes/tutorials/network/water/ !
H A Dwaterfunctions.c52 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vnode1, ncomp - 1, &offsetnode1)); in FormFunction_Water()
56 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vnode2, ncomp - 1, &offsetnode2)); in FormFunction_Water()
80 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[i], ALL_COMPONENTS, &offset)); in FormFunction_Water()
213 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[i], 0, &offset)); in SetInitialGuess_Water()
/petsc/src/ts/tutorials/power_grid/stability_9bus/ !
H A Dex9busdmnetwork.c396 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offset)); in SetInitialGuess()
404 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offset)); in SetInitialGuess()
444 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offset)); in SetInitialGuess()
541 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offsetbus)); in FormIFunction()
582 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, 0, &offsetfrom)); in FormIFunction()
583 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, 0, &offsetto)); in FormIFunction()
608 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offsetgen)); in FormIFunction()
630 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, 2, &offsetexc)); in FormIFunction()
664 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offsetexc)); in FormIFunction()
792 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, j, &offsetbus)); in AlgFunction()
[all …]
/petsc/src/ts/utils/ !
H A Ddmnetworkts.c158 PetscCall(DMNetworkGetLocalVecOffset(dm, e, ALL_COMPONENTS, &offset)); in TSMonitorLGCtxNetworkSolution()
169 PetscCall(DMNetworkGetLocalVecOffset(dm, v, ALL_COMPONENTS, &offset)); in TSMonitorLGCtxNetworkSolution()
/petsc/src/ts/tutorials/network/ !
H A Dpipes.c155 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, ALL_COMPONENTS, &varoffset)); in WASHIFunction()
171 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &varoffset)); in WASHIFunction()
189 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &offsetfrom)); in WASHIFunction()
190 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, ALL_COMPONENTS, &offsetto)); in WASHIFunction()
246 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &varoffset)); in WASHSetInitialSolution()
261 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vfrom, ALL_COMPONENTS, &offsetfrom)); in WASHSetInitialSolution()
262 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vto, ALL_COMPONENTS, &offsetto)); in WASHSetInitialSolution()
/petsc/src/dm/impls/network/tests/ !
H A Dex2.c70 PetscCall(DMNetworkGetLocalVecOffset(cdm, v, 0, &off)); in StarGraphSetCoordinates()
163 PetscCall(DMNetworkGetLocalVecOffset(dmclone, v, 0, &off)); in CoordinatePrint()
/petsc/src/dm/impls/network/ !
H A Dnetworkcreate.c56 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &offset)); in VecView_Network_Seq()
69 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, ALL_COMPONENTS, &offset)); in VecView_Network_Seq()
121 PetscCall(DMNetworkGetLocalVecOffset(networkdm, e, ALL_COMPONENTS, &offset)); in VecView_Network_MPI()
142 PetscCall(DMNetworkGetLocalVecOffset(networkdm, v, ALL_COMPONENTS, &offset)); in VecView_Network_MPI()
H A Dnetworkview.c54 PetscCall(DMNetworkGetLocalVecOffset(dmcoords, vertex, ALL_COMPONENTS, vertexOffsets)); in DMView_Network_CSV()
H A Dnetwork.c1219 PetscErrorCode DMNetworkGetLocalVecOffset(DM dm, PetscInt p, PetscInt compnum, PetscInt *offset) in DMNetworkGetLocalVecOffset() function
3126 PetscCall(DMNetworkGetLocalVecOffset(dm, p, i, &offsetl)); in DMISComputeLocalIdx_private()
/petsc/share/petsc/suppressions/ !
H A Dubsan54 alignment:DMNetworkGetLocalVecOffset
/petsc/include/ !
H A Dpetscdmnetwork.h35 PETSC_EXTERN PetscErrorCode DMNetworkGetLocalVecOffset(DM, PetscInt, PetscInt, PetscInt *);
/petsc/src/snes/tutorials/network/ !
H A Dex1.c153 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[i], ALL_COMPONENTS, &offset)); in FormFunction_Dummy()
297 PetscCall(DMNetworkGetLocalVecOffset(networkdm, vtx[i], j, &offset)); in SetInitialGuess()
341 PetscCall(DMNetworkGetLocalVecOffset(dmcoords, vtx[v], 0, &offset)); in CoordinateVecSetUp()
439 PetscCall(DMNetworkGetLocalVecOffset(dmcoords, v, 0, &off)); in CoordinatePrint()
/petsc/doc/manual/ !
H A Ddmnetwork.md168 DMNetworkGetLocalVecOffset(DM dm, PetscInt p, PetscInt compnum, PetscInt *offset);
H A Ddmcommonality.md75 …cal values for a given `point` (node or edge) directly. The routines `DMNetworkGetLocalVecOffset()`
/petsc/doc/changes/ !
H A D315.md304 `DMNetworkGetLocalVecOffset()`,