| /petsc/src/ts/tutorials/output/ |
| H A D | ex20adj_3.out | 26 First turn: Initialize adjoints and reverse first step 32 Forward and reverse one step 35 Forward and reverse one step 39 Forward and reverse one step 42 Forward and reverse one step 46 Forward and reverse one step 49 Forward and reverse one step 53 Forward and reverse one step 56 Forward and reverse one step 68 Forward and reverse one step [all …]
|
| H A D | ex20adj_4.out | 27 First turn: Initialize adjoints and reverse first step 33 Forward and reverse one step 36 Forward and reverse one step 42 Forward and reverse one step 45 Forward and reverse one step 51 Forward and reverse one step 54 Forward and reverse one step 60 Forward and reverse one step 63 Forward and reverse one step 77 Forward and reverse one step [all …]
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex51.c | 13 PetscBool reverse = PETSC_FALSE; in main() local 22 PetscCall(PetscOptionsGetBool(NULL, NULL, "-reverse", &reverse, NULL)); in main() 63 PetscCall(MatShift(A, reverse ? -alpha : -beta)); in main() 85 PetscCall(MatShift(A, reverse ? alpha - beta : beta - alpha)); in main()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | cmap.c | 207 PetscBool reverse = PETSC_FALSE, brighten = PETSC_FALSE; in PetscDrawUtilitySetCmap() local 218 PetscCall(PetscOptionsGetBool(NULL, NULL, "-draw_cmap_reverse", &reverse, NULL)); in PetscDrawUtilitySetCmap() 234 if (reverse) { in PetscDrawUtilitySetCmap()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 432 ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE; in PCApply_ASM() local 444 if (!(osm->type & PC_ASM_INTERPOLATE)) reverse = SCATTER_REVERSE_LOCAL; in PCApply_ASM() 471 PetscCall(VecScatterBegin(osm->lrestriction[i], osm->y[i], osm->ly, ADD_VALUES, reverse)); in PCApply_ASM() 472 PetscCall(VecScatterEnd(osm->lrestriction[i], osm->y[i], osm->ly, ADD_VALUES, reverse)); in PCApply_ASM() 488 PetscCall(VecScatterBegin(osm->restriction, osm->ly, y, ADD_VALUES, reverse)); in PCApply_ASM() 489 PetscCall(VecScatterEnd(osm->restriction, osm->ly, y, ADD_VALUES, reverse)); in PCApply_ASM() 499 ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE; in PCMatApply_ASM_Private() local 512 …& PC_ASM_INTERPOLATE)) || (transpose && !(osm->type & PC_ASM_RESTRICT))) reverse = SCATTER_REVERSE… in PCMatApply_ASM_Private() 556 PetscCall(VecScatterBegin(osm->lrestriction[0], x, osm->ly, ADD_VALUES, reverse)); in PCMatApply_ASM_Private() 557 PetscCall(VecScatterEnd(osm->lrestriction[0], x, osm->ly, ADD_VALUES, reverse)); in PCMatApply_ASM_Private() [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-each-commit.sh | 4 for commit in $(git log --reverse --format=format:%H "$dest"..HEAD)
|
| H A D | branches.py | 82 tablebuffer.sort(reverse=True);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdef.pxi | 55 if mode == 'reverse': return PETSC_SCATTER_REVERSE
|
| H A D | Const.pyx | 93 Scatter values in the reverse direction.
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 605 ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE; in PCApply_GASM() local 642 PetscCall(VecScatterBegin(osm->girestriction, osm->gy, y, ADD_VALUES, reverse)); in PCApply_GASM() 643 PetscCall(VecScatterEnd(osm->girestriction, osm->gy, y, ADD_VALUES, reverse)); in PCApply_GASM() 645 PetscCall(VecScatterBegin(osm->gorestriction, osm->gy, y, ADD_VALUES, reverse)); in PCApply_GASM() 646 PetscCall(VecScatterEnd(osm->gorestriction, osm->gy, y, ADD_VALUES, reverse)); in PCApply_GASM() 661 ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE; in PCMatApply_GASM() local 719 PetscCall(VecScatterBegin(osm->girestriction, x, y, ADD_VALUES, reverse)); in PCMatApply_GASM() 720 PetscCall(VecScatterEnd(osm->girestriction, x, y, ADD_VALUES, reverse)); in PCMatApply_GASM() 722 PetscCall(VecScatterBegin(osm->gorestriction, x, y, ADD_VALUES, reverse)); in PCMatApply_GASM() 723 PetscCall(VecScatterEnd(osm->gorestriction, x, y, ADD_VALUES, reverse)); in PCMatApply_GASM() [all …]
|
| /petsc/doc/ |
| H A D | build_man_examples_links.py | 41 mdict = dict(sorted(mdict.items(), key=lambda item: len(item[0]), reverse = True))
|
| H A D | petsc.bib | 11248 title = {Algorithm 799: revolve: an implementation of checkpointing for the reverse or
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 82 sys.path.reverse() 84 sys.path.reverse()
|
| H A D | Configure.py | 427 self.framework.packages.reverse()
|
| /petsc/config/BuildSystem/ |
| H A D | graph.py | 193 vertices.reverse()
|
| H A D | nargs.py | 95 l.reverse()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 184 path.reverse()
|
| /petsc/config/ |
| H A D | report_tests.py | 107 timelist.sort(reverse=True)
|
| /petsc/lib/petsc/bin/ |
| H A D | getAPI.py | 482 classlist.reverse()
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 269 neighboring entities, or the reverse. For example, in finite elements, 352 meshes, and meshes of any dimension, without change. We can also reverse
|
| H A D | other.md | 886 …obal](https://www.gnu.org/software/global/) (install `gtags`) to provide reverse lookups (e.g. fin…
|
| H A D | vec.md | 150 direction, but identified in reverse order), `DM_BOUNDARY_GHOSTED` ,
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 275 modification of the work for the customer's own use and reverse
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 290 (mfinlet/allow-reverse-flow? #t) 7676 (reorder/method "reverse-cuthill-mckee")
|