Home
last modified time | relevance | path

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

/petsc/src/tao/bound/tutorials/
H A Djbearing2.c213 PetscReal one = 1.0, two = 2.0, six = 6.0, pi = 4.0 * atan(1.0); in FormFunctionGradient() local
248 trule1 = hxhy * (p(xi, ecc) + p(xi + hx, ecc) + p(xi, ecc)) / six; /* L(i,j) */ in FormFunctionGradient()
249 trule2 = hxhy * (p(xi, ecc) + p(xi - hx, ecc) + p(xi, ecc)) / six; /* U(i,j) */ in FormFunctionGradient()
250 trule3 = hxhy * (p(xi, ecc) + p(xi + hx, ecc) + p(xi + hx, ecc)) / six; /* U(i+1,j) */ in FormFunctionGradient()
251 trule4 = hxhy * (p(xi, ecc) + p(xi - hx, ecc) + p(xi - hx, ecc)) / six; /* L(i-1,j) */ in FormFunctionGradient()
328 PetscReal one = 1.0, two = 2.0, six = 6.0, pi = 4.0 * atan(1.0); in FormHessian() local
354 trule1 = hxhy * (p(xi, ecc) + p(xi + hx, ecc) + p(xi, ecc)) / six; /* L(i,j) */ in FormHessian()
355 trule2 = hxhy * (p(xi, ecc) + p(xi - hx, ecc) + p(xi, ecc)) / six; /* U(i,j) */ in FormHessian()
356 trule3 = hxhy * (p(xi, ecc) + p(xi + hx, ecc) + p(xi + hx, ecc)) / six; /* U(i+1,j) */ in FormHessian()
357 trule4 = hxhy * (p(xi, ecc) + p(xi - hx, ecc) + p(xi - hx, ecc)) / six; /* L(i-1,j) */ in FormHessian()
/petsc/src/ts/tutorials/
H A Dex22f.F90207 PetscReal one, two, three, four, six, twelve
215 six = 6.0
224 sixth = one/six
H A Dex22f_mf.F90236 PetscReal one, two, three, four, six, twelve
244 six = 6.0
252 sixth = one/six
/petsc/doc/developers/
H A Dcommunication.md38 - Thank the person for their patience if it is more than six hours since the report came in.
/petsc/doc/manual/
H A Dperformance.md69 on a dual-socket system equipped with two six-core-CPUs with
145 machine, in which each CPU consists of six cores and supports
197 A good placement for a run with six processes is to locate three
312 percent of peak bandwidth with only six processes.
H A Dprofiling.md478 particular, this program is subdivided into six stages: loading a matrix and right-hand-side vector…
/petsc/src/ts/impls/rosw/
H A Drosw.c964 … = 2, three = 3, four = 4, five = 5, six = 6, eight = 8, twelve = 12, twenty = 20, twentyfour = 24… in TSRosWRegisterRos4() local
/petsc/doc/community/meetings/2025/
H A Dindex.md100 This work is motivated by the Vlasov-Maxwell-Landau model of magnetized plasmas with up to six dime…