Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20td.c87 PetscInt adj_idx; /* to keep track of adjoint solve index */ member
225 if (curr_step == user->adj_idx) { in AdjointMonitor()
381 for (user.adj_idx = user.max_steps; user.adj_idx > 0; user.adj_idx--) { in main()