Home
last modified time | relevance | path

Searched refs:flavor (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c10 PetscSFWindowFlavorType flavor; /* Current PETSCSF_WINDOW_FLAVOR_ */ member
33 PetscSFWindowFlavorType flavor; member
170 PetscErrorCode PetscSFWindowSetFlavorType(PetscSF sf, PetscSFWindowFlavorType flavor) in PetscSFWindowSetFlavorType() argument
174 PetscValidLogicalCollectiveEnum(sf, flavor, 2); in PetscSFWindowSetFlavorType()
175 …tscTryMethod(sf, "PetscSFWindowSetFlavorType_C", (PetscSF, PetscSFWindowFlavorType), (sf, flavor)); in PetscSFWindowSetFlavorType()
179 static PetscErrorCode PetscSFWindowSetFlavorType_Window(PetscSF sf, PetscSFWindowFlavorType flavor) in PetscSFWindowSetFlavorType_Window() argument
184 w->flavor = flavor; in PetscSFWindowSetFlavorType_Window()
203 PetscErrorCode PetscSFWindowGetFlavorType(PetscSF sf, PetscSFWindowFlavorType *flavor) in PetscSFWindowGetFlavorType() argument
207 PetscAssertPointer(flavor, 2); in PetscSFWindowGetFlavorType()
208 …cUseMethod(sf, "PetscSFWindowGetFlavorType_C", (PetscSF, PetscSFWindowFlavorType *), (sf, flavor)); in PetscSFWindowGetFlavorType()
[all …]
/petsc/src/vec/is/sf/tests/output/
H A Dex1_window_shared_nsize-1.out14 current flavor=CREATE synchronization=FENCE MultiSF sort=rank-order
H A Dex1_window_nsize-1.out14 current flavor=CREATE synchronization=FENCE MultiSF sort=rank-order
H A Dex1_window_shared_nsize-2.out16 current flavor=CREATE synchronization=FENCE MultiSF sort=rank-order
H A Dex1_window_nsize-2.out16 current flavor=CREATE synchronization=FENCE MultiSF sort=rank-order
H A Dex1_window_nsize-3.out18 current flavor=CREATE synchronization=FENCE MultiSF sort=rank-order
H A Dex1_window_shared_nsize-3.out18 current flavor=CREATE synchronization=FENCE MultiSF sort=rank-order
/petsc/doc/changes/
H A D313.md38 creation flavor types. See PetscSFWindowFlavorType man page for
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMSwarm.pyx618 """Set particular flavor of `DMSwarm`.