Searched refs:sensmu_loc (Results 1 – 1 of 1) sorted by relevance
214 const PetscScalar *sensmu_loc; in AdjointMonitor() local228 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()