Lines Matching defs:REctx_struct
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;
29 PetscInt imp_idx; /* index for impurity ionizing sink */
30 PetscReal pulse_start;
31 PetscReal pulse_width;
32 PetscReal pulse_rate;
33 PetscReal current_rate;
34 PetscInt plotIdx;
35 PetscInt plotStep;
36 PetscInt idx; /* cache */
37 PetscReal j; /* cache */
38 PetscReal plotDt;
39 PetscBool plotting;
40 PetscBool use_spitzer_eta;
41 PetscInt print_period;
42 PetscInt grid_view_idx;