Searched refs:radius_perp (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petsclandau.h | 125 PetscReal radius_perp[LANDAU_MAX_GRIDS]; member
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 595 PetscReal par_radius = ctx->radius_par[grid], perp_radius = ctx->radius_perp[grid]; in LandauDMCreateVMeshes() 624 x[i + 0] *= ctx->radius_perp[grid]; in LandauDMCreateVMeshes() 1099 ctx->radius_perp[grid] = 5.; /* thermal radius (velocity) */ in ProcessOptions() 1249 while (nt--) ctx->radius_par[nt] = ctx->radius_perp[nt] = ctx->radius[nt]; in ProcessOptions() 1254 …ity domain size in units of thermal velocity of grid", "plexland.c", ctx->radius_perp, &nt, &flg)); in ProcessOptions() 1265 …ctx->radius_perp[grid] *= ctx->thermal_speed[grid] / ctx->v_0; // scale domain by thermal radius r… in ProcessOptions() 1352 ….3e (%" PetscInt_FMT ") ", 0, (double)ctx->radius_par[0], (double)ctx->radius_perp[0], ctx->numAMR… in ProcessOptions() 1353 …e (%" PetscInt_FMT ") ", ii, (double)ctx->radius_par[ii], (double)ctx->radius_perp[ii], ctx->numAM… in ProcessOptions()
|