Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclandau.h124 PetscReal radius_par[LANDAU_MAX_GRIDS]; member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c595 PetscReal par_radius = ctx->radius_par[grid], perp_radius = ctx->radius_perp[grid]; in LandauDMCreateVMeshes()
625 x[i + 1] *= ctx->radius_par[grid]; in LandauDMCreateVMeshes()
1100 ctx->radius_par[grid] = 5.; /* thermal radius (velocity) */ in ProcessOptions()
1249 while (nt--) ctx->radius_par[nt] = ctx->radius_perp[nt] = ctx->radius[nt]; in ProcessOptions()
1252 …city domain size in units of thermal velocity of grid", "plexland.c", ctx->radius_par, &nt, &flg)); in ProcessOptions()
1266 …ctx->radius_par[grid] *= ctx->thermal_speed[grid] / ctx->v_0; // scale domain by thermal radius r… in ProcessOptions()
1352 …grid %d: par=%10.3e perp=%10.3e (%" PetscInt_FMT ") ", 0, (double)ctx->radius_par[0], (double)ctx-… in ProcessOptions()
1353 …_FMT ": par=%10.3e perp=%10.3e (%" PetscInt_FMT ") ", ii, (double)ctx->radius_par[ii], (double)ctx… in ProcessOptions()