Searched defs:_p_THI (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ ! |
| H A D | ex14.c | 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; [all …]
|
| /petsc/src/snes/tutorials/ ! |
| H A D | ex48.c | 251 struct _p_THI { struct 253 void (*initialize)(THI, PetscReal x, PetscReal y, PrmNode *p); 254 PetscInt zlevels; 255 PetscReal Lx, Ly, Lz; /* Model domain */ 256 PetscReal alpha; /* Bed angle */ 257 Units units; 258 PetscReal dirichlet_scale; 259 PetscReal ssa_friction_scale; 260 PRange eta; 261 PRange beta2; [all …]
|