Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20td.c214 const PetscScalar *sensmu_loc; in AdjointMonitor() local
228 PetscCall(VecGetArrayRead(*mu, &sensmu_loc)); in AdjointMonitor()
231 sensmu1_glob[curr_step] = sensmu_loc[0]; in AdjointMonitor()
232 sensmu2_glob[curr_step] = sensmu_loc[1]; in AdjointMonitor()
235 PetscCall(VecRestoreArrayRead(*mu, &sensmu_loc)); in AdjointMonitor()