Searched refs:BACK (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex30.c | 12 #define BACK DMSTAG_BACK macro 91 PetscCall(DMStagGetLocationSlot(dmCoord, BACK, d, &icuz[d])); in CreateMat() 1090 row.loc = BACK; in CreateMat() 1102 row.loc = BACK; in CreateMat() 1110 col[0].loc = BACK; in CreateMat() 1117 col[1].loc = BACK; in CreateMat() 1124 col[2].loc = BACK; in CreateMat() 1130 col[3].loc = BACK; in CreateMat() 1136 col[4].loc = BACK; in CreateMat() 1156 col[0].loc = BACK; in CreateMat() [all …]
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex3.c | 36 #define BACK DMSTAG_BACK macro 195 PetscCall(DMStagGetLocationSlot(dmCoord, BACK, d, &icuz[d])); in CreateSystem() 1216 row.loc = BACK; in CreateSystem() 1230 row.loc = BACK; in CreateSystem() 1238 col[0].loc = BACK; in CreateSystem() 1245 col[1].loc = BACK; in CreateSystem() 1252 col[2].loc = BACK; in CreateSystem() 1258 col[3].loc = BACK; in CreateSystem() 1264 col[4].loc = BACK; in CreateSystem() 1284 col[0].loc = BACK; in CreateSystem() [all …]
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 126 …DMSTAG_ELEMENT`, plus all entries consisting only of "LEFT", "DOWN", and "BACK". In general, these…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMStag.pyx | 17 BACK = DMSTAG_BACK variable in DMStagStencilLocation
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 337 BACK="${PWD}" 493 cd "$BACK" || exit
|