Home
last modified time | relevance | path

Searched refs:kev_joul (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c39 static const PetscReal kev_joul = 6.241506479963235e+15; /* 1/1000e */ variable
276 energy *= kev_joul * 1000; // T eV in Monitor()
282 e_par *= kev_joul * 1000; // eV in Monitor()
288 e_perp *= kev_joul * 1000; // eV in Monitor()
H A Dex2.c45 static const PetscReal kev_joul = 6.241506479963235e+15; /* 1/1000e */ variable
205 …Te_kev = (v2 * ctx->masses[0] * PETSC_PI / 8) * kev_joul; … in testSpitzer()
206 …es[0], -ctx->charges[0], Z, ctx->epsilon0, ctx->lambdas[0][1], Te_kev / kev_joul); /* kev --> J (k… in testSpitzer()