Home
last modified time | relevance | path

Searched refs:Xnet (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c139 Vec Xgen, Xnet; in EventFunction() local
145 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in EventFunction()
146 PetscCall(DMCompositeScatter(user->dmpgrid, X, Xgen, Xnet)); in EventFunction()
149 PetscCall(VecGetArrayRead(Xnet, &xnet)); in EventFunction()
178 PetscCall(VecRestoreArrayRead(Xnet, &xnet)); in EventFunction()
180 PetscCall(DMCompositeRestoreLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in EventFunction()
187 Vec Xgen, Xnet; in PostEventFunction() local
197 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in PostEventFunction()
198 PetscCall(DMCompositeScatter(user->dmpgrid, X, Xgen, Xnet)); in PostEventFunction()
201 PetscCall(VecGetArray(Xnet, &xnet)); in PostEventFunction()
[all …]
H A Dex9busopt.c155 Vec Xgen, Xnet; in SetInitialGuess() local
172 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess()
175 PetscCall(VecCopy(user->V0, Xnet)); in SetInitialGuess()
179 PetscCall(VecGetArray(Xnet, &xnet)); in SetInitialGuess()
233 PetscCall(VecRestoreArray(Xnet, &xnet)); in SetInitialGuess()
236 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
237 PetscCall(DMCompositeRestoreLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess()
243 Vec Xgen, Xnet; in InitialGuess() local
260 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in InitialGuess()
263 PetscCall(VecCopy(user->V0, Xnet)); in InitialGuess()
[all …]
H A Dex9busoptfd.c118 Vec Xgen, Xnet; in SetInitialGuess() local
135 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess()
138 PetscCall(VecCopy(user->V0, Xnet)); in SetInitialGuess()
142 PetscCall(VecGetArray(Xnet, &xnet)); in SetInitialGuess()
196 PetscCall(VecRestoreArray(Xnet, &xnet)); in SetInitialGuess()
199 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
200 PetscCall(DMCompositeRestoreLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess()
207 Vec Xgen, Xnet, Fgen, Fnet; in ResidualFunction() local
222 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualFunction()
224 PetscCall(DMCompositeScatter(user->dmpgrid, X, Xgen, Xnet)); in ResidualFunction()
[all …]
H A Dex9busadj.c116 Vec Xgen, Xnet; in SetInitialGuess() local
133 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess()
136 PetscCall(VecCopy(user->V0, Xnet)); in SetInitialGuess()
140 PetscCall(VecGetArray(Xnet, &xnet)); in SetInitialGuess()
194 PetscCall(VecRestoreArray(Xnet, &xnet)); in SetInitialGuess()
197 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
198 PetscCall(DMCompositeRestoreLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess()
205 Vec Xgen, Xnet, Fgen, Fnet; in ResidualFunction() local
220 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualFunction()
222 PetscCall(DMCompositeScatter(user->dmpgrid, X, Xgen, Xnet)); in ResidualFunction()
[all …]