Lines Matching refs:thermal_temps
899 …PetscCall(DMPlexLandauAddMaxwellians(dm, X, 0.0, ctx->thermal_temps, ctx->n, grid, b_id, n_batch, … in LandauSetInitialCondition()
1045 PetscReal Ti_ev = (ctx->thermal_temps[iii] / 1.1604525e7) * 1000; // convert (back) to eV in makeLambdas()
1062 …PetscReal Tj_ev = (ctx->thermal_temps[jjj] / 1.1604525e7) * 1000; // convert (back) to … in makeLambdas()
1120 ctx->thermal_temps[0] = 1; in ProcessOptions()
1180 ctx->thermal_temps[ii] = 1; in ProcessOptions()
1186 …...] in keV (must be set to set number of species)", "plexland.c", ctx->thermal_temps, &nt, &flg)); in ProcessOptions()
1190 …for (ii = 0; ii < ctx->num_species; ii++) ctx->thermal_temps[ii] *= 1.1604525e7; /* convert to Kel… in ProcessOptions()
1226 …ctx->thermal_speed[grid] = PetscSqrtReal(ctx->k * ctx->thermal_temps[iii] / ctx->masses[iii]); /* … in ProcessOptions()
1343 …for (ii = ctx->num_species; ii < LANDAU_MAX_SPECIES; ii++) ctx->masses[ii] = ctx->thermal_temps[ii… in ProcessOptions()
1350 …0=%10.3e %" PetscInt_FMT " batched, view batch %" PetscInt_FMT "\n", (double)ctx->thermal_temps[0], in ProcessOptions()
1351 …(double)ctx->thermal_temps[1], (double)((ctx->num_species > 2) ? ctx->thermal_temps[2] : 0), non_d… in ProcessOptions()