Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 18 of 18) sorted by relevance

/petsc/src/vec/vec/impls/seq/ftn-kernels/
H A Dfmdot.F907 pure subroutine FortranMDot4(x, y1, y2, y3, y4, n, sum1, sum2, sum3, sum4) argument
30 pure subroutine FortranMDot3(x, y1, y2, y3, n, sum1, sum2, sum3) argument
51 pure subroutine FortranMDot2(x, y1, y2, n, sum1, sum2) argument
70 pure subroutine FortranMDot1(x, y1, n, sum1) argument
H A Dfmaxpy.F908 pure subroutine FortranMAXPY4(x, a0, a1, a2, a3, y0, y1, y2, y3, n) argument
25 pure subroutine FortranMAXPY3(x, a0, a1, a2, y0, y1, y2, n) argument
41 pure subroutine FortranMAXPY2(x, a0, a1, y0, y1, n) argument
/petsc/src/vec/is/sf/tests/
H A Dex6.c10 Vec x, y1, y2; in main() local
/petsc/src/mat/tests/
H A Dex228.c17 Vec x1, y1, z1; /* Duplicate vectors */ in main() local
H A Dex121.c22 Vec w, x, y1, y2, z1, z2; in main() local
/petsc/share/petsc/saws/js/
H A DboxTree.js302 function getCurve(x1,y1,x2,y2,direction) { argument
/petsc/src/dm/tests/
H A Dex2k.kokkos.cxx32 …rorCode Update1(DM da, const PetscScalar ***__restrict__ x1, PetscScalar ***__restrict__ y1, Petsc… in Update1()
91 PetscScalar ***y1; /* arrays of g, ll */ in main() local
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Ddfovec.m47 y1 = [1.4d-1,1.8d-1,2.2d-1,2.5d-1,2.9d-1,3.2d-1,3.5d-1,3.9d-1,3.7d-1,... variable
H A Dg_dfovec_1d.m40y1= [1.4d-1, 1.8d-1, 2.2d-1, 2.5d-1, 2.9d-1, 3.2d-1, 3.5d-1, 3.9d-1, 3.7d-1, 5.8d-1, 7.3d-1, 9.6d-… variable
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c459 const PetscScalar y1 = vertices[3]; in QuadMap_Private() local
496 const PetscScalar y1 = vertices[3]; in QuadJacobian_Private() local
630 const PetscScalar y1 = vertices[10]; in HexMap_Private() local
699 const PetscScalar y1 = vertices[10]; in HexJacobian_Private() local
/petsc/src/snes/tutorials/
H A Dex70.c185 Vec y0, y1; in StokesExactSolution() local
686 Vec y0, y1; in StokesCalcError() local
/petsc/src/vec/vec/tests/
H A Dex37.c275 Vec x1, y1, x2, y2; in test_axpy_dot_max() local
/petsc/src/sys/classes/draw/impls/tikz/
H A Dtikz.c106 static PetscErrorCode PetscDrawTriangle_TikZ(PetscDraw draw, PetscReal x1, PetscReal y1, PetscReal … in PetscDrawTriangle_TikZ()
/petsc/src/ksp/ksp/tutorials/network/
H A Dex2.c27 PetscReal findDistance(PetscReal x1, PetscReal x2, PetscReal y1, PetscReal y2) in findDistance()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx389 ConstPetscScalarKokkosView xv, y0, y1, y2, y3, y4, y5, y6, y7; in VecMultiDot_Verbose() local
/petsc/src/ts/tutorials/
H A Dex53.c1516 PetscReal y1, y2, ym; in mandelZeros() local
1580 PetscReal y1, y2, ym; in cryerZeros() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1615 const PetscReal x1 = coords[2] - coords[0], y1 = coords[3] - coords[1]; in Volume_Triangle_Internal() local
1642 …const PetscReal x1 = coords[3] - coords[0], y1 = coords[4] - coords[1], z1 = coords[5] - coords[2]; in Volume_Tetrahedron_Internal() local
H A Dplexegads.c3732 PetscScalar x1, y1, z1; in DMPlexGeomDataAndGrads() local