Searched defs:REctx_struct (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex2.c | 19 typedef struct REctx_struct { struct 20 …PetscErrorCode (*test)(TS, Vec, PetscInt, PetscReal, PetscBool, LandauCtx *, struct REctx_struct *… argument 21 PetscErrorCode (*impuritySrcRate)(PetscReal, PetscReal *, LandauCtx *); 22 PetscErrorCode (*E)(Vec, Vec, PetscInt, PetscReal, LandauCtx *, PetscReal *); 23 PetscReal T_cold; /* temperature of newly ionized electrons and impurity ions */ 24 PetscReal ion_potential; /* ionization potential of impurity */ 25 PetscReal Ne_ion; /* effective number of electrons shed in ioization of impurity */ 26 PetscReal Ez_initial; 27 PetscReal L; /* inductance */ 28 Vec X_0; [all …]
|