Searched refs:avx (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex19.c | 239 PetscScalar u, uxx, uyy, vx, vy, avx, avy, vxp, vxm, vyp, vym; in FormFunctionLocal() local 324 avx = PetscAbsScalar(vx); in FormFunctionLocal() 325 vxp = .5 * (vx + avx); in FormFunctionLocal() 326 vxm = .5 * (vx - avx); in FormFunctionLocal() 380 PetscScalar u, uxx, uyy, vx, vy, avx, avy, vxp, vxm, vyp, vym; in NonlinearGS() local 537 avx = PetscAbsScalar(vx); in NonlinearGS() 538 vxp = .5 * (vx + avx); in NonlinearGS() 539 vxm = .5 * (vx - avx); in NonlinearGS()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex26.c | 263 PetscScalar u, udot, uxx, uyy, vx, vy, avx, avy, vxp, vxm, vyp, vym; in FormIFunctionLocal() local 348 avx = PetscAbsScalar(vx); in FormIFunctionLocal() 349 vxp = .5 * (vx + avx); in FormIFunctionLocal() 350 vxm = .5 * (vx - avx); in FormIFunctionLocal()
|
| H A D | ex27.c | 192 PetscScalar vx, vy, sxp, syp, sxm, sym, avx, vxp, vxm, avy, vyp, vym, f_advect; in FormIFunctionLocal() local 209 avx = PetscAbsScalar(vx); in FormIFunctionLocal() 210 vxp = .5 * (vx + avx); in FormIFunctionLocal() 211 vxm = .5 * (vx - avx); in FormIFunctionLocal()
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex42_sphere_3_p4_alt.out | 10 libCEED Backend: /cpu/self/avx/blocked
|
| H A D | ex42_cube_3_p4_alt.out | 11 libCEED Backend: /cpu/self/avx/blocked
|
| /petsc/src/snes/tests/ |
| H A D | ex69.c | 214 PetscScalar u, uxx, uyy, vx, vy, avx, avy, vxp, vxm, vyp, vym; in FormFunctionLocal() local 305 avx = PetscAbsScalar(vx); in FormFunctionLocal() 306 vxp = .5 * (vx + avx); in FormFunctionLocal() 307 vxm = .5 * (vx - avx); in FormFunctionLocal()
|