Home
last modified time | relevance | path

Searched refs:z0 (Results 1 – 18 of 18) sorted by relevance

/petsc/share/petsc/datafiles/meshes/
H A Dpyr_tet.geo3 z0 = 0; z1 = 1;
20 Point(1) = {x0, y0, z0};
21 Point(2) = {x1, y0, z0};
22 Point(3) = {x0, y1, z0};
23 Point(4) = {x1, y1, z0};
H A Dgmsh-3d.geo7 z0 = 0; z1 = 1;
24 Point(1) = {x0, y0, z0};
25 Point(2) = {x1, y0, z0};
26 Point(3) = {x0, y1, z0};
27 Point(4) = {x1, y1, z0};
H A Dgmsh-hex.geo3 z0 = 0; z1 = 1;
20 Point(1) = {x0, y0, z0};
21 Point(2) = {x1, y0, z0};
22 Point(3) = {x0, y1, z0};
23 Point(4) = {x1, y1, z0};
/petsc/src/ts/tutorials/output/
H A Dex20adj_1.out2 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
8 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
H A Dex20adj_2.out2 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
8 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
H A Dex20adj_imex.out2 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
8 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
H A Dex16fwd_1.out7 forward sensitivity: d[y(tf) z(tf)]/d[y0 z0 mu]
H A Dex20fwd_1.out9 forward sensitivity: d[y(tf) z(tf)]/d[y0 z0 mu]
H A Dex20adj_5.out58 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
64 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
H A Dex20adj_6.out57 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
63 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
H A Dex20adj_3.out86 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
92 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
H A Dex20adj_4.out100 sensitivity wrt initial conditions: d[y(tf)]/d[y0] d[y(tf)]/d[z0]
106 sensitivity wrt initial conditions: d[z(tf)]/d[y0] d[z(tf)]/d[z0]
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c628 const PetscScalar z0 = vertices[2]; in HexMap_Private() local
652 const PetscScalar h_1 = z1 - z0; in HexMap_Private()
655 const PetscScalar h_3 = z3 - z0; in HexMap_Private()
658 const PetscScalar h_4 = z4 - z0; in HexMap_Private()
661 const PetscScalar h_01 = z2 - z1 - z3 + z0; in HexMap_Private()
664 const PetscScalar h_12 = z7 - z3 - z4 + z0; in HexMap_Private()
667 const PetscScalar h_02 = z5 - z1 - z4 + z0; in HexMap_Private()
670 const PetscScalar h_012 = z6 - z0 + z1 - z2 + z3 + z4 - z5 - z7; in HexMap_Private()
684 …real[2] = z0 + h_1 * p0 + h_3 * p1 + h_4 * p2 + h_01 * p0 * p1 + h_01 * p0 * p1 + h_12 * p1 * p2 +… in HexMap_Private()
697 const PetscScalar z0 = vertices[2]; in HexJacobian_Private() local
[all …]
/petsc/src/mat/impls/baij/seq/
H A Dbaij2.c681 __m256d z0, z1, z2; in MatMult_SeqBAIJ_9_AVX2() local
718 z0 = _mm256_setzero_pd(); in MatMult_SeqBAIJ_9_AVX2()
726 z0 = _mm256_fmadd_pd(a0, w0, z0); in MatMult_SeqBAIJ_9_AVX2()
735 z0 = _mm256_fmadd_pd(a0, w1, z0); in MatMult_SeqBAIJ_9_AVX2()
744 z0 = _mm256_fmadd_pd(a3, w2, z0); in MatMult_SeqBAIJ_9_AVX2()
753 z0 = _mm256_fmadd_pd(a0, w3, z0); in MatMult_SeqBAIJ_9_AVX2()
762 z0 = _mm256_fmadd_pd(a3, w0, z0); in MatMult_SeqBAIJ_9_AVX2()
771 z0 = _mm256_fmadd_pd(a0, w1, z0); in MatMult_SeqBAIJ_9_AVX2()
780 z0 = _mm256_fmadd_pd(a0, w2, z0); in MatMult_SeqBAIJ_9_AVX2()
789 z0 = _mm256_fmadd_pd(a3, w3, z0); in MatMult_SeqBAIJ_9_AVX2()
[all …]
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c459 PetscScalar x, z0, z1, z2, Lpj, Lpr, rhoGLj, rhoGLk; in GLLStuffs() local
495 z0 = 1.0; in GLLStuffs()
498 z2 = x * z1 * (2.0 * n + 1.0) / (n + 1.0) - z0 * (PetscScalar)(n / (n + 1.0)); in GLLStuffs()
499 z0 = z1; in GLLStuffs()
512 z0 = 1.0; in GLLStuffs()
515 z2 = x * z1 * (2.0 * n + 1.0) / (n + 1.0) - z0 * (PetscScalar)(n / (n + 1.0)); in GLLStuffs()
516 z0 = z1; in GLLStuffs()
525 z0 = 1.0; in GLLStuffs()
528 z2 = x * z1 * (2.0 * n + 1.0) / (n + 1.0) - z0 * (PetscScalar)(n / (n + 1.0)); in GLLStuffs()
529 z0 = z1; in GLLStuffs()
[all …]
/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
465 jacobian[6] = coords[1 * 3 + 2] - z0; in Compute_Lagrange_Basis_3D_Internal()
466 jacobian[7] = coords[2 * 3 + 2] - z0; in Compute_Lagrange_Basis_3D_Internal()
467 jacobian[8] = coords[3 * 3 + 2] - z0; in Compute_Lagrange_Basis_3D_Internal()
/petsc/src/dm/dt/interface/
H A Ddt.c2979 PetscReal z0, z1, z2 = -1, x, Lpj, Lpr; in PetscGaussLobattoLegendreElementLaplacianCreate() local
2989 z0 = 1.; in PetscGaussLobattoLegendreElementLaplacianCreate()
2992 …z2 = x * z1 * (2. * ((PetscReal)nn) + 1.) / (((PetscReal)nn) + 1.) - z0 * (((PetscReal)nn) / (((Pe… in PetscGaussLobattoLegendreElementLaplacianCreate()
2993 z0 = z1; in PetscGaussLobattoLegendreElementLaplacianCreate()
3002 z0 = 1.; in PetscGaussLobattoLegendreElementLaplacianCreate()
3005 …z2 = x * z1 * (2. * ((PetscReal)nn) + 1.) / (((PetscReal)nn) + 1.) - z0 * (((PetscReal)nn) / (((Pe… in PetscGaussLobattoLegendreElementLaplacianCreate()
3006 z0 = z1; in PetscGaussLobattoLegendreElementLaplacianCreate()
3016 z0 = 1.; in PetscGaussLobattoLegendreElementLaplacianCreate()
3019 …z2 = x * z1 * (2. * ((PetscReal)nn) + 1.) / (((PetscReal)nn) + 1.) - z0 * (((PetscReal)nn) / (((Pe… in PetscGaussLobattoLegendreElementLaplacianCreate()
3020 z0 = z1; in PetscGaussLobattoLegendreElementLaplacianCreate()
[all …]
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh87 len [a-z][a-z0-9]*_len
99 [a-z]"tim"[a-z0-9]*"_(" |
100 [a-z]"prtb"[a-z0-9]"_(" {