Home
last modified time | relevance | path

Searched refs:p_i (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex13.c29 const PetscReal *p_i = &p_trimmed[(i * Nf + f) * Nk * npoints]; in constructTabulationAndMass() local
32 for (PetscInt pt = 0; pt < npoints; pt++) v += p_i[pt] * p_j[pt] * weights[pt]; in constructTabulationAndMass()
108 const PetscReal *p_i = &p_scalar[i * Nk * npoints]; in test() local
111 for (PetscInt pt = 0; pt < npoints; pt++) v += p_i[pt] * p_j[pt] * weights[pt]; in test()
177 PetscReal *p_i; in test() local
188 p_i = &p_koszul[(b * Nf + i) * npoints]; in test()
190 for (PetscInt pt = 0; pt < npoints; pt++) p_i[pt] += p_j[pt] * points[pt * dim + k] * sign; in test()
201 const PetscReal *p_i = &p_koszul[(i * Nf + v) * npoints]; in test() local
204 for (PetscInt pt = 0; pt < npoints; pt++) val += p_i[pt] * p_j[pt] * weights[pt]; in test()
217 const PetscReal *p_i = &p_koszul[(i * Nf + v) * npoints]; in test() local
[all …]
/petsc/doc/manual/
H A Dsection.md97 Denote each array entry $(p_i, f_i, d_i)$ for $p_i$ being the ith point, $f_i$ being the ith field,…
H A Dksp.md1444 = &\min_{P_{ij}} \| W^{1/2} \mathbf{f}^{F}_i - W^{1/2} \mathbf{f}^{C} p_i \|_2
1455 p_i &= \begin{pmatrix} P_{i0} \\ \vdots \\ P_{in} \end{pmatrix}
1466 [p_i]_j &= P_{ij}
1482 x &= p_i
/petsc/src/dm/dt/interface/
H A Ddt.c1342 PetscReal *p_i = &p_f[i * Nk * npoints]; in PetscDTPTrimmedEvalJet_Internal() local
1345 PetscReal *p_jet = &p_i[jet * npoints]; in PetscDTPTrimmedEvalJet_Internal()
1354 p_jet = &p_i[l * npoints]; in PetscDTPTrimmedEvalJet_Internal()