Home
last modified time | relevance | path

Searched refs:DOWN (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex30.c18 #define DOWN DMSTAG_DOWN macro
90 PetscCall(DMStagGetLocationSlot(dmCoord, DOWN, d, &icuy[d])); in CreateMat()
616 row.loc = DOWN; in CreateMat()
628 row.loc = DOWN; in CreateMat()
636 col[0].loc = DOWN; in CreateMat()
642 col[1].loc = DOWN; in CreateMat()
648 col[2].loc = DOWN; in CreateMat()
655 col[3].loc = DOWN; in CreateMat()
662 col[4].loc = DOWN; in CreateMat()
682 col[0].loc = DOWN; in CreateMat()
[all …]
H A Dex18.c36 #define DOWN DMSTAG_DOWN macro
332 row.loc = DOWN; in CreateSystem()
347 row.loc = DOWN; in CreateSystem()
353 col[0].loc = DOWN; in CreateSystem()
358 col[1].loc = DOWN; in CreateSystem()
363 col[2].loc = DOWN; in CreateSystem()
369 col[3].loc = DOWN; in CreateSystem()
390 col[0].loc = DOWN; in CreateSystem()
395 col[1].loc = DOWN; in CreateSystem()
400 col[2].loc = DOWN; in CreateSystem()
[all …]
/petsc/src/dm/impls/stag/tutorials/
H A Dex3.c42 #define DOWN DMSTAG_DOWN macro
194 PetscCall(DMStagGetLocationSlot(dmCoord, DOWN, d, &icuy[d])); in CreateSystem()
737 row.loc = DOWN; in CreateSystem()
751 row.loc = DOWN; in CreateSystem()
759 col[0].loc = DOWN; in CreateSystem()
765 col[1].loc = DOWN; in CreateSystem()
771 col[2].loc = DOWN; in CreateSystem()
778 col[3].loc = DOWN; in CreateSystem()
785 col[4].loc = DOWN; in CreateSystem()
805 col[0].loc = DOWN; in CreateSystem()
[all …]
H A Dex2.c33 #define DOWN DMSTAG_DOWN macro
216 row.loc = DOWN; in CreateSystem()
229 row.loc = DOWN; in CreateSystem()
235 col[0].loc = DOWN; in CreateSystem()
240 col[1].loc = DOWN; in CreateSystem()
245 col[2].loc = DOWN; in CreateSystem()
251 col[3].loc = DOWN; in CreateSystem()
269 col[0].loc = DOWN; in CreateSystem()
274 col[1].loc = DOWN; in CreateSystem()
279 col[2].loc = DOWN; in CreateSystem()
[all …]
/petsc/doc/manual/
H A Ddmstag.md126 …ation` are `DMSTAG_ELEMENT`, plus all entries consisting only of "LEFT", "DOWN", and "BACK". In ge…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx23 DOWN = DMSTAG_DOWN variable in DMStagStencilLocation