Home
last modified time | relevance | path

Searched refs:totalCharge (Results 1 – 22 of 22) sorted by relevance

/petsc/src/snes/tests/output/ !
H A Dex15_particle_hdiv_5.out3 dim = 2 totalWeight = 1.000000 totalCharge = -1.000000, Total Area = 12.566371
/petsc/src/ts/tutorials/hamiltonian/output/ !
H A Dex3_landau_damping_2d.out1 dim = 2 totalWeight = 12.566400, user->charges[species[0]] = -1.000000 totalCharge = -12.566400, To…
H A Dex2_coulomb_1d.out1 dim = 1 totalWeight = 1.000000, ctx->charges[species[0]] = -1.000000 totalCharge = -1.000000, Total…
H A Dex3_landau_damping_1d.out1 dim = 1 totalWeight = 12.566400, user->charges[species[0]] = -1.000000 totalCharge = -12.566400, To…
H A Dex2_none_1d.out1 dim = 1 totalWeight = 1.000000, ctx->charges[species[0]] = -1.000000 totalCharge = -1.000000, Total…
H A Dex3_landau_damping_3d.out1 dim = 3 totalWeight = 50.265601, user->charges[species[0]] = -1.000000 totalCharge = -50.265601, To…
H A Dex4_landau_damping_1d_bs.out1 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex4_landau_damping_1d_dg.out1 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex3_sphere_3d.out7 dim = 3 totalWeight = 50.463507, user->charges[species[0]] = -1.000000 totalCharge = -50.463507, To…
H A Dex2_uniform_primal_1d_real.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_landau_damping_1d_dg.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_landau_damping_1d_c0.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_landau_damping_1d_mixed.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_uniform_equilibrium_1d_real.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_uniform_equilibrium_1d.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_uniform_primal_1d_real_pfak.out15 dim = 1 totalWeight = 12.566400, ctx->charges[species[0]] = -1.000000 totalCharge = -12.566400, Tot…
H A Dex2_two_stream_rt.out41 dim = 1 totalWeight = 12.532474, ctx->charges[species[0]] = -1.000000 totalCharge = -12.532474, Tot…
H A Dex2_two_stream_c0.out41 dim = 1 totalWeight = 12.532474, ctx->charges[species[0]] = -1.000000 totalCharge = -12.532474, Tot…
/petsc/src/snes/tests/ !
H A Dex15.c397 PetscReal *weight, totalCharge, totalWeight = 0., gmin[3], gmax[3]; in InitializeConstants() local
407 totalCharge = -1.0 * totalWeight; in InitializeConstants()
427 …otalCharge = %f, Total Area = %f\n", dim, (double)totalWeight, (double)totalCharge, (double)Area)); in InitializeConstants()
428 param->sigma = PetscAbsReal(totalCharge / (Area)); in InitializeConstants()
/petsc/src/ts/tutorials/hamiltonian/ !
H A Dex3.c708 …PetscReal *weight, totalCharge = 0., totalWeight = 0., gmin[3], gmax[3], global_charge, global_wei… in InitializeConstants() local
720 totalCharge += user->charges[species[p]] * weight[p]; in InitializeConstants()
743 …PetscCallMPI(MPIU_Allreduce(&totalCharge, &global_charge, 1, MPIU_REAL, MPIU_SUM, PETSC_COMM_WORLD… in InitializeConstants()
H A Dex2.c1393 …PetscReal *weight, totalCharge = 0., totalWeight = 0., gmin[3], gmax[3], global_charge, global_wei… in InitializeConstants() local
1405 totalCharge += ctx->charges[species[p]] * weight[p]; in InitializeConstants()
1428 …PetscCallMPI(MPIU_Allreduce(&totalCharge, &global_charge, 1, MPIU_REAL, MPIU_SUM, PETSC_COMM_WORLD… in InitializeConstants()
H A Dex4.c2007 …PetscReal *weight, totalCharge = 0., totalWeight = 0., gmin[3], gmax[3], global_charge, global_wei… in InitializeConstants() local
2019 totalCharge += ctx->charges[species[p]] * weight[p]; in InitializeConstants()
2042 …PetscCallMPI(MPIU_Allreduce(&totalCharge, &global_charge, 1, MPIU_REAL, MPIU_SUM, PETSC_COMM_WORLD… in InitializeConstants()