Home
last modified time | relevance | path

Searched refs:Ez (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c218 E = ctx->Ez = spit_eta * (rectx->j - J_re); in testSpitzer()
220 E = ctx->Ez; /* keep real E */ in testSpitzer()
233 …(double)(n_e / ctx->n_0), (double)ctx->Ez, (double)J, (double)J_re, (double)(100 * J_re / J), (dou… in testSpitzer()
343 *a_E = ctx->Ez; in EConstant()
499 PetscCall(rectx->E(X, NULL, stepi, time, ctx, &ctx->Ez)); in PreStep()
598 …->Ne_ion, (double)rectx->T_cold, (double)rectx->ion_potential, (double)ctx->Ez, (double)ctx->v_0)); in ProcessREOptions()
613 PetscReal E = ctx->Ez, Tev = ctx->thermal_temps[0] * 8.621738e-5, n = ctx->n_0 * ctx->n[0]; in ProcessREOptions()
615 ((LandauCtx *)ctx)->Ez *= E; in ProcessREOptions()
681 rectx->Ez_initial = ctx->Ez; /* cache for induction calculation - applied E field */ in main()
/petsc/include/
H A Dpetsclandau.h157 PetscReal Ez; member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c140 …Eq_m[fieldA] = ctx->Ez * ctx->t_0 * ctx->charges[fieldA] / (ctx->v_0 * ctx->masses[fieldA]); /* no… in LandauFormJacobian_Internal()
1125 ctx->Ez = 0; in ProcessOptions()
1167 …electric field in unites of Conner-Hastie critical field", "plexland.c", ctx->Ez, &ctx->Ez, NULL)); in ProcessOptions()