Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsys.pxi60 PetscInt *_n,
89 if _n != NULL: _n[0] = n
96 PetscInt *_n,
99 cdef PetscInt n = _n[0]
105 _n[0] = n * bs
/petsc/include/petsc/private/kernels/
H A Dpetscaxpy.h199 const PetscInt _n = n; \
204 for (PetscInt __i = 0; __i < _n; __i++) _U[__i] += _a1 * _p1[__i]; \
208 const PetscInt _n = n; \
215 for (PetscInt __i = 0; __i < _n; __i++) _U[__i] += _a1 * _p1[__i] + _a2 * _p2[__i]; \
219 const PetscInt _n = n; \
228 …for (PetscInt __i = 0; __i < _n; __i++) _U[__i] += _a1 * _p1[__i] + _a2 * _p2[__i] + _a3 * _p3[__i…
232 const PetscInt _n = n; \
243 …for (PetscInt __i = 0; __i < _n; __i++) _U[__i] += _a1 * _p1[__i] + _a2 * _p2[__i] + _a3 * _p3[__i…
/petsc/src/dm/dt/interface/
H A Ddt.c707 PetscReal _n = (n); \
713 PetscReal _2n = _n + _n; \
714 PetscReal _d = (_2n * (_n + _a + _b) * (_2n + _a + _b - 2)); \
717 PetscReal _n2 = 2. * ((_n + _a - 1.) * (_n + _b - 1.) * (_2n + _a + _b)); \
/petsc/doc/manual/
H A Dts.md794 y)_{n+1} - (\tilde{y} - y)_n]$.
1022 Tol_n(i)&=&{\rm Tol}_{\rm A}(i) + \max(y_n(i),\widehat{y}_n(i)) {\rm Tol}_{\rm R}(i)\,,\end{aligne…
1030 -\widehat{y}_n(i)\right\|}{Tol(i)}}\,,\end{aligned}
1040 -\widehat{y}_n(i)\right\|}{Tol(i)}\,.\end{aligned}
H A Dksp.md1454 …\begin{pmatrix} f^{C,0}_0 & \cdots & f^{C,0}_n \\ \vdots & \ddots & \vdots \\ f^{C,K}_0 & \cdots …
/petsc/src/dm/impls/da/
H A Dda3.c297 PetscMPIInt _n = n; in DMSetUp_DA_3D() local
299 p = _n; in DMSetUp_DA_3D()
/petsc/src/ksp/ksp/tutorials/
H A Dex43-solcx.h4 …PetscReal _x_c, PetscInt _n, /* Input parameters: viscosity jump location,… in evaluate_solCx() argument
54 n = _n; /* only one n in Fourier series because del_rho has cos term */ in evaluate_solCx()
/petsc/src/dm/impls/stag/
H A Dstag3d.c540 PetscMPIInt _n = n; in DMStagSetUpBuildRankGrid_3d() local
542 p = _n; in DMStagSetUpBuildRankGrid_3d()