Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/ksp/pc/impls/pbjacobi/
H A Dpbjacobi.c11 PetscScalar *yy, x0, x1, x2, x3, x4, x5, x6; in PCApply_PBJacobi() local
133 PetscScalar *yy, x0, x1, x2, x3, x4, x5, x6; in PCApplyTranspose_PBJacobi() local
/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Dmatfree.cxx34 const PetscScalar *x0; in PetscAdolcIJacobianVectorProduct() local
116 const PetscScalar *x0; in PetscAdolcIJacobianVectorProductIDMass() local
/petsc/src/ksp/pc/impls/vpbjacobi/
H A Dvpbjacobi.c11 PetscScalar *yy, x0, x1, x2, x3, x4, x5, x6; in PCApply_VPBJacobi() local
113 PetscScalar *yy, x0, x1, x2, x3, x4, x5, x6; in PCApplyTranspose_VPBJacobi() local
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact2.c222 PetscScalar *x, x0, x1, x2, x3, x4, x5, x6, *t, *tp; in MatSolve_SeqSBAIJ_7_inplace() local
339 PetscScalar *xp, x0, x1, x2, x3, x4, x5, x6; in MatForwardSolve_SeqSBAIJ_7_NaturalOrdering() local
388 PetscScalar *xp, x0, x1, x2, x3, x4, x5, x6; in MatBackwardSolve_SeqSBAIJ_7_NaturalOrdering() local
502 PetscScalar *x, x0, x1, x2, x3, x4, x5, *t, *tp; in MatSolve_SeqSBAIJ_6_inplace() local
611 PetscScalar *xp, x0, x1, x2, x3, x4, x5; in MatForwardSolve_SeqSBAIJ_6_NaturalOrdering() local
656 PetscScalar *xp, x0, x1, x2, x3, x4, x5; in MatBackwardSolve_SeqSBAIJ_6_NaturalOrdering() local
768 PetscScalar *x, x0, x1, x2, x3, x4, *t, *tp; in MatSolve_SeqSBAIJ_5_inplace() local
870 PetscScalar *xp, x0, x1, x2, x3, x4; in MatForwardSolve_SeqSBAIJ_5_NaturalOrdering() local
913 PetscScalar *xp, x0, x1, x2, x3, x4; in MatBackwardSolve_SeqSBAIJ_5_NaturalOrdering() local
1022 PetscScalar *x, x0, x1, x2, x3, *t, *tp; in MatSolve_SeqSBAIJ_4_inplace() local
[all …]
/petsc/src/ts/tutorials/
H A Dex29.c171 PetscReal x0, x1; in FormInitialGuess() local
195 PetscReal x1, x0; in FormDiffusionCoefficient() local
H A Dex10.c241 …, TS ts, Vec X, Vec Xdot, PetscReal *Theta, PetscReal *dt, Vec *X0loc, RDNode **x0, Vec *Xloc, RDN… in RDGetLocalArrays()
274 static PetscErrorCode RDRestoreLocalArrays(RD rd, Vec *X0loc, RDNode **x0, Vec *Xloc, RDNode **x, V… in RDRestoreLocalArrays()
314 RDNode *x, *x0, *xdot, *f; in RDIFunction_FD() local
382 RDNode *x, *x0, *xdot; in RDIJacobian_FD() local
630 RDNode *x, *x0, *xdot, *f; in RDIFunction_FE() local
716 RDNode *x, *x0, *xdot; in RDIJacobian_FE() local
H A Dex77.c70 Vec x0; /* The initial particle positions at t = 0 */ member
118 const PetscReal x0 = X[0]; in trig_trig_x() local
784 PetscReal x0[3]; in ComputeParticleError() local
817 PetscReal x0[3]; in MonitorParticleError() local
H A Dex18.c447 PetscReal x0[2]; in delta_phi_2d() local
478 const PetscReal x0[2] = {0.5, 0.5}; in gaussian_phi_2d() local
497 PetscReal x0[3]; in tilted_phi_2d() local
510 PetscReal x0[3]; in tilted_phi_coupled_2d() local
H A Dex11.c219 PetscReal x0[DIM]; in PhysicsSolution_Advect() local
228 PetscReal x0[DIM], v[DIM], r, cost, sint; in PhysicsSolution_Advect() local
H A Dex30.c542 PetscReal *x0; member
550 PetscReal x0[3]; member
560 const PetscReal *x0 = s->x0; in gaussian() local
2273 const PetscReal *x0 = ctx->source_ctx->x0 + ctx->dim * i; in Run() local
/petsc/src/dm/impls/swarm/tests/
H A Dex5.c111 const PetscReal x0 = coords[p * dim + 0]; in RHSFunction() local
146 const PetscReal x0 = coords[p * dim + 0]; in RHSJacobian() local
203 const PetscReal x0 = coords[p * dim + 0]; in RHSFunctionV() local
H A Dex6.c544 const PetscReal x0 = coords[p * dim + 0]; in RHSFunction() local
582 const PetscReal x0 = coords[p * dim + 0]; in RHSJacobian() local
646 const PetscReal x0 = coords[p * dim + 0]; in RHSFunctionV() local
719 const PetscReal x0 = coords[p * dim + 0]; in RHSObjectiveF() local
767 const PetscReal x0 = coords[p * dim + 0]; in RHSFunctionG() local
H A Dex4.c419 const PetscReal x0 = DMPlex_NormD_Internal(dim, &coords[p * dim]); in ComputeError() local
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c456 const PetscScalar x0 = vertices[0]; in QuadMap_Private() local
493 const PetscScalar x0 = vertices[0]; in QuadJacobian_Private() local
626 const PetscScalar x0 = vertices[0]; in HexMap_Private() local
695 const PetscScalar x0 = vertices[0]; in HexJacobian_Private() local
/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c87 PetscScalar sum0 = 0.0, sum1 = 0.0, sum2 = 0.0, sum3, x0, x1, x2, x3; in VecMDot_Seq() local
305 PetscScalar sum0 = 0., sum1 = 0., sum2 = 0., sum3, x0, x1, x2, x3; in VecMTDot_Seq() local
/petsc/src/tao/interface/
H A Dtaosolver_fg.c16 PetscErrorCode TaoSetSolution(Tao tao, Vec x0) in TaoSetSolution()
/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx453 …const PetscReal x0 = coords[/*0 * 3 +*/ 0], y0 = coords[/*0 * 3 +*/ 1], z0 = coords[/*0 * 3 +*/ 2]; in Compute_Lagrange_Basis_3D_Internal() local
/petsc/src/ts/tutorials/multirate/
H A Dex5.c76 PetscReal *a = ctx->a, x0; in PhysicsSample_Advect() local
H A Dex6.c64 PetscReal a = ctx->a, x0; in PhysicsSample_Advect() local
H A Dex7.c102 PetscReal a = ctx->a, x0; in PhysicsSample_Advect() local
H A Dex8.c57 PetscReal a = ctx->a, x0; in PhysicsSample_Advect() local
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c101 Vec x0; in main() local
H A Dparabolic.c98 Vec x, x0; in main() local
H A Dhyperbolic.c96 Vec x, x0; in main() local
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c101 PetscScalar x0; /* Space scale */ member
1673 const PetscReal x0[3] = {-1., -1., -1.}; in ComputeFieldAtParticles_Primal() local
1799 const PetscReal x0[3] = {-1., -1., -1.}; in ComputeFieldAtParticles_Mixed() local

12