Searched refs:six (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/tao/bound/tutorials/ |
| H A D | jbearing2.c | 213 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 D | ex22f.F90 | 207 PetscReal one, two, three, four, six, twelve 215 six = 6.0 224 sixth = one/six
|
| H A D | ex22f_mf.F90 | 236 PetscReal one, two, three, four, six, twelve 244 six = 6.0 252 sixth = one/six
|
| /petsc/doc/developers/ |
| H A D | communication.md | 38 - Thank the person for their patience if it is more than six hours since the report came in.
|
| /petsc/doc/manual/ |
| H A D | performance.md | 69 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 D | profiling.md | 478 particular, this program is subdivided into six stages: loading a matrix and right-hand-side vector…
|
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 964 … = 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 D | index.md | 100 This work is motivated by the Vlasov-Maxwell-Landau model of magnetized plasmas with up to six dime…
|