Lines Matching defs:_p_THI
236 struct _p_THI { struct
238 void (*initialize)(THI, PetscReal x, PetscReal y, PrmNode *p);
239 PetscInt nlevels;
240 PetscInt zlevels;
241 PetscReal Lx, Ly, Lz; /* Model domain */
242 PetscReal alpha; /* Bed angle */
243 Units units;
244 PetscReal dirichlet_scale;
245 PetscReal ssa_friction_scale;
246 PetscReal inertia;
247 PRange eta;
248 PRange beta2;
249 struct {
251 } viscosity;
252 struct {
254 } friction;
255 struct {
257 } erosion;
258 PetscReal rhog;
259 PetscBool no_slip;
260 PetscBool verbose;
261 char *mattype;
262 char *monitor_basename;
263 PetscInt monitor_interval;