Lines Matching defs:_AppCtx
22 struct _AppCtx { struct
23 MPI_Comm comm;
24 PetscInt n; /* dimension */
25 PetscInt n_local;
26 PetscInt n_local_comp;
27 Rosenbrock problem;
28 Vec Hvalues; /* vector for writing COO values of this MPI process */
29 Vec gvalues; /* vector for writing gradient values of this mpi process */
30 Vec fvector;
31 PetscSF off_process_scatter;
32 PetscSF gscatter;
33 Vec off_process_values; /* buffer for off-process values if chained */
34 PetscBool test_lmvm;
35 PetscLogEvent event_f, event_g, event_fg;