| /petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/output/ |
| H A D | ex1_2.out | 7 p0 (-1, +0, -1) w0 (+0, +1, +0) 10 p0 (+0, +1, -1) w0 (+1, +0, +0) 13 p0 (+1, +0, -1) w0 (+0, -1, +0) 16 p0 (+0, -1, -1) w0 (-1, +0, +0) 19 p0 (+0, -1, +1) w0 (+1, +0, +0) 22 p0 (+1, +0, +1) w0 (+0, +1, +0) 25 p0 (+0, +1, +1) w0 (-1, +0, +0) 28 p0 (-1, +0, +1) w0 (+0, -1, +0) 31 p0 (+1, -1, +0) w0 (+0, +0, +1) 34 p0 (-1, -1, +0) w0 (+0, +0, -1) [all …]
|
| H A D | ex1_3.out | 7 p0 (-1, -1, -1) w0 (+0, +0, -1) 10 p0 (-1, +1, -1) w0 (+0, +0, -1) 13 p0 (+1, -1, -1) w0 (+0, +0, -1) 16 p0 (-1, -1, -1) w0 (-1, +0, +0) 19 p0 (-1, -1, +1) w0 (-1, +0, +0) 22 p0 (-1, +1, -1) w0 (-1, +0, +0) 25 p0 (-1, -1, -1) w0 (+0, -1, +0) 28 p0 (+1, -1, -1) w0 (+0, -1, +0) 31 p0 (-1, -1, +1) w0 (+0, -1, +0) 34 p0 (+1, -1, -1) w0 (+1, +1, +1) [all …]
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baijfact9.c | 886 __m256d a0, a1, a2, a3, a4, a5, w0, w1, w2, w3, s0, s1, s2, v0, v1, v2, v3; in MatSolve_SeqBAIJ_9_NaturalOrdering() local 909 w0 = _mm256_set1_pd((t + bs * vi[k])[0]); in MatSolve_SeqBAIJ_9_NaturalOrdering() 911 s0 = _mm256_fnmadd_pd(a0, w0, s0); in MatSolve_SeqBAIJ_9_NaturalOrdering() 913 s1 = _mm256_fnmadd_pd(a1, w0, s1); in MatSolve_SeqBAIJ_9_NaturalOrdering() 915 s2 = _mm256_fnmadd_pd(a2, w0, s2); in MatSolve_SeqBAIJ_9_NaturalOrdering() 941 w0 = _mm256_set1_pd((t + bs * vi[k])[4]); in MatSolve_SeqBAIJ_9_NaturalOrdering() 943 s0 = _mm256_fnmadd_pd(a0, w0, s0); in MatSolve_SeqBAIJ_9_NaturalOrdering() 945 s1 = _mm256_fnmadd_pd(a1, w0, s1); in MatSolve_SeqBAIJ_9_NaturalOrdering() 947 s2 = _mm256_fnmadd_pd(a2, w0, s2); in MatSolve_SeqBAIJ_9_NaturalOrdering() 973 w0 = _mm256_set1_pd((t + bs * vi[k])[8]); in MatSolve_SeqBAIJ_9_NaturalOrdering() [all …]
|
| H A D | baij2.c | 680 __m256d w0, w1, w2, w3; in MatMult_SeqBAIJ_9_AVX2() local 724 w0 = _mm256_set1_pd(work[j * 9]); in MatMult_SeqBAIJ_9_AVX2() 726 z0 = _mm256_fmadd_pd(a0, w0, z0); in MatMult_SeqBAIJ_9_AVX2() 728 z1 = _mm256_fmadd_pd(a1, w0, z1); in MatMult_SeqBAIJ_9_AVX2() 730 z2 = _mm256_fmadd_pd(a2, w0, z2); in MatMult_SeqBAIJ_9_AVX2() 760 w0 = _mm256_set1_pd(work[j * 9 + 4]); in MatMult_SeqBAIJ_9_AVX2() 762 z0 = _mm256_fmadd_pd(a3, w0, z0); in MatMult_SeqBAIJ_9_AVX2() 764 z1 = _mm256_fmadd_pd(a4, w0, z1); in MatMult_SeqBAIJ_9_AVX2() 766 z2 = _mm256_fmadd_pd(a5, w0, z2); in MatMult_SeqBAIJ_9_AVX2() 796 w0 = _mm256_set1_pd(work[j * 9 + 8]); in MatMult_SeqBAIJ_9_AVX2() [all …]
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.h | 588 static PetscScalar s, c0, p0, r0, u0, w0, x0, x2, ri, cx, sgn0, wsp0, gasc1, gasc2, gasc3, gasc4; in riemannsolver() local 627 w0 = *gam * r0 * p0 * (gasc3 * streng / p0 + 1.); in riemannsolver() 628 rstars = r0 / (1. - r0 * streng / w0); in riemannsolver() 633 w0 = PetscSqrtScalar(w0); in riemannsolver() 637 ushock = ustar + sgn0 * w0 / rstar; in riemannsolver()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 7703 static inline PetscErrorCode MatCollapseRows(Mat Amat, PetscInt start, PetscInt bs, PetscInt *w0, P… in MatCollapseRows() argument 7705 PetscInt i, nprev, *cprev = w0, ncur = 0, *ccur = w1, *merged = w2, *cprevtmp; in MatCollapseRows() 7892 PetscInt *d_nnz, *o_nnz, *w0, *w1, *w2; in MatCreateGraph_Simple_AIJ() local 7907 PetscCall(PetscMalloc3(max_d_nnz, &w0, max_d_nnz, &w1, max_d_nnz, &w2)); in MatCreateGraph_Simple_AIJ() 7908 …for (Ii = 0, jj = 0; Ii < Iend; Ii += bs, jj++) PetscCall(MatCollapseRows(Amat, Ii, bs, w0, w1, w2… in MatCreateGraph_Simple_AIJ() 7909 PetscCall(PetscFree3(w0, w1, w2)); in MatCreateGraph_Simple_AIJ() 7921 PetscCall(PetscMalloc3(max_d_nnz, &w0, max_d_nnz, &w1, max_d_nnz, &w2)); in MatCreateGraph_Simple_AIJ() 7922 …i < Iend - Istart; Ii += bs, jj++) PetscCall(MatCollapseRows(Daij, Ii, bs, w0, w1, w2, &d_nnz[jj],… in MatCreateGraph_Simple_AIJ() 7923 PetscCall(PetscFree3(w0, w1, w2)); in MatCreateGraph_Simple_AIJ()
|