Lines Matching refs:PetscReal

13 PETSC_EXTERN PetscErrorCode DMPlexLandauAddMaxwellians(DM, Vec, PetscReal, PetscReal[], PetscReal[]…
15 PETSC_EXTERN PetscErrorCode DMPlexLandauIFunction(TS, PetscReal, Vec, Vec, Vec, void *);
16 PETSC_EXTERN PetscErrorCode DMPlexLandauIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, voi…
123 PetscReal radius[LANDAU_MAX_GRIDS];
124 PetscReal radius_par[LANDAU_MAX_GRIDS];
125 PetscReal radius_perp[LANDAU_MAX_GRIDS];
126 PetscReal re_radius; /* RE: radius of refinement along v_perp=0, z>0 */
127 PetscReal vperp0_radius1; /* RE: radius of refinement along v_perp=0 */
128PetscReal vperp0_radius2; /* RE: radius of refinement along v_perp=0 after origin AMR refinement */
131 PetscReal sphere_inner_radius_90degree[LANDAU_MAX_GRIDS];
132 PetscReal sphere_inner_radius_45degree[LANDAU_MAX_GRIDS];
143 PetscReal thermal_speed[LANDAU_MAX_GRIDS];
149 PetscReal thermal_temps[LANDAU_MAX_SPECIES];
150 PetscReal masses[LANDAU_MAX_SPECIES]; /* mass of each species */
151 PetscReal charges[LANDAU_MAX_SPECIES]; /* charge of each species */
152 PetscReal n[LANDAU_MAX_SPECIES]; /* number density of each species */
153 PetscReal m_0; /* reference mass */
154 PetscReal v_0; /* reference velocity */
155 PetscReal n_0; /* reference number density */
156 PetscReal t_0; /* reference time */
157 PetscReal Ez;
158 PetscReal epsilon0;
159 PetscReal k;
160 PetscReal lambdas[LANDAU_MAX_GRIDS][LANDAU_MAX_GRIDS];
161 PetscReal electronShift;
205 PetscReal scale;
222 …st PetscInt, const PetscInt[], PetscReal[], PetscScalar[], const PetscScalar[], const LandauStatic…
225 …cInt[], PetscInt[], PetscReal[], PetscReal[], PetscReal[], PetscReal[], PetscReal[], PetscReal[],