Searched defs:_User (Results 1 – 7 of 7) sorted by relevance
65 struct _User { struct66 PetscReal pressure;67 int Nspec;68 int Nreac;69 PetscReal Tini, dx;70 PetscReal diffus;71 DM dm;72 PetscBool diffusion, reactions;73 double *tchemwork;97 struct _User user; in main() argument
41 struct _User { struct42 PetscReal pressure;43 int Nspec;44 int Nreac;45 PetscReal Tini;46 double *tchemwork;47 double *Jdense; /* Dense array workspace where Tchem computes the Jacobian */48 PetscInt *rows;49 char **snames;
26 struct _User { struct46 struct _User user; /* user-defined work context */ in main() argument
24 struct _User { struct25 PetscReal epsilon; /* inverse of seismic ratio, B-A / A */26 PetscReal gamma; /* wave frequency for interblock coupling */27 PetscReal gammaTilde; /* wave frequency for coupling to plate */28 PetscReal xi; /* interblock spring constant */29 PetscReal c; /* wavespeed */
28 struct _User { struct49 struct _User user; /* user-defined work context */ in main() argument
33 struct _User { struct34 PetscReal A, B; /* Reaction coefficients */35 PetscReal alpha; /* Diffusion coefficient */36 PetscReal uleft, uright; /* Dirichlet boundary conditions */37 PetscReal vleft, vright; /* Dirichlet boundary conditions */
33 struct _User { struct50 struct _User user; /* user-defined work context */ in main() argument