Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/output/
H A Dex3_landau_damping_2d.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000…
H A Dex2_coulomb_1d.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex3_landau_damping_1d.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000…
H A Dex2_none_1d.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex3_landau_damping_3d.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000…
H A Dex4_landau_damping_1d_bs.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex4_landau_damping_1d_dg.out3 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex3_sphere_3d.out9 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000…
H A Dex2_uniform_primal_1d_real.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_landau_damping_1d_dg.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_landau_damping_1d_c0.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_landau_damping_1d_mixed.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_uniform_equilibrium_1d_real.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_uniform_equilibrium_1d.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_uniform_primal_1d_real_pfak.out17 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_two_stream_rt.out43 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
H A Dex2_two_stream_c0.out43 (x0,v0,t0,m0,q0,phi0): (1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 1.000000e+00, 0.000…
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c290 const PetscScalar *q0, *q1; in SymBroydenCompactDenseUpdateArrays() local
294 q0 = &StB0S[0 + i * ldasbs]; in SymBroydenCompactDenseUpdateArrays()
299 …PetscCallBLAS("BLASgemv", BLASgemv_("N", &m, &m, &sone, M00, &lda00, q0, &ione, &szero, p0, &ione)… in SymBroydenCompactDenseUpdateArrays()
301 …PetscCallBLAS("BLASgemv", BLASgemv_("C", &m, &m, &sone, M01, &lda01, q0, &ione, &szero, p1, &ione)… in SymBroydenCompactDenseUpdateArrays()
305 PetscCallBLAS("BLASdot", qp = BLASdot_(&m, q0, &ione, p0, &ione)); in SymBroydenCompactDenseUpdateArrays()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c49 PetscScalar q0; /* Charge scale */ member
748 …0, (double)param->v0, (double)param->t0, (double)param->m0, (double)param->q0, (double)param->phi0… in InitializeConstants()
762 constants[Q0] = param->q0; in InitializeConstants()
786 PetscCall(PetscBagRegisterScalar(bag, &p->q0, 1.0, "q0", "Charge Scale, A*s")); in SetupParameters()
1259 q_p = user->charges[0] * param->q0; in RHSFunctionV()
H A Dex2.c103 PetscScalar q0; /* Charge scale */ member
880 PetscCall(PetscBagRegisterScalar(bag, &p->q0, 1.0, "q0", "Charge Scale, A*s")); in SetupParameters()
1433 …0, (double)param->v0, (double)param->t0, (double)param->m0, (double)param->q0, (double)param->phi0… in InitializeConstants()
1447 constants[Q0] = param->q0; in InitializeConstants()
1983 q_p = ctx->charges[0] * param->q0; in RHSFunctionV()
H A Dex4.c132 PetscScalar q0; /* Charge scale */ member
1396 PetscCall(PetscBagRegisterScalar(bag, &p->q0, 1.0, "q0", "Charge Scale, A*s")); in SetupParameters()
2047 …0, (double)param->v0, (double)param->t0, (double)param->m0, (double)param->q0, (double)param->phi0… in InitializeConstants()
2061 constants[Q0] = param->q0; in InitializeConstants()
2588 q_p = ctx->charges[0] * param->q0; in RHSFunctionV()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmda.pxi103 if itype in ("q0", "Q0"): return DMDA_INTERPOLATION_Q0