Searched refs:n_e (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex2.c | 51 PetscReal n_e = PetscRealPart(u[0]); in f0_j_re() local 54 *f0 = n_e * 2. * PETSC_PI * x[0] * x[1] * constants[0]; /* n * r * v_|| * q */ in f0_j_re() 60 *f0 = n_e * x[2] * constants[0]; in f0_j_re() 152 PetscReal J, J_re, spit_eta, Te_kev = 0, E, ratio, Z, n_e, v, v2; in testSpitzer() local 186 n_e = PetscRealPart(tt[0]) * ctx->n_0; in testSpitzer() 196 vz = ctx->n_0 * PetscRealPart(tt[0]) / n_e; /* non-dimensional */ in testSpitzer() 203 …v = ctx->n_0 * ctx->v_0 * PetscRealPart(tt[0]) / n_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()
|