Searched refs:sftype (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 62 char sftype[64] = PETSCSFBASIC; in main() local 66 PetscCall(PetscOptionsGetString(NULL, NULL, "-user_sf_type", sftype, sizeof(sftype), NULL)); in main() 80 PetscCall(PetscSFSetType(sf, sftype)); in main() 86 PetscCall(PetscSFSetType(sf, sftype)); in main() 100 PetscCall(PetscSFSetType(sf, sftype)); in main() 137 PetscCall(PetscSFSetType(sf, sftype)); in main() 143 PetscCall(PetscSFSetType(sf, sftype)); in main() 151 PetscCall(PetscSFSetType(sf, sftype)); in main() 159 PetscCall(PetscSFSetType(sf, sftype)); in main() 170 PetscCall(PetscSFSetType(sf, sftype)); in main() [all …]
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 937 PetscSFType sftype; in PetscSFCreateStridedSF() local 1000 PetscCall(PetscSFGetType(sf, &sftype)); in PetscSFCreateStridedSF() 1001 PetscCall(PetscSFSetType(*vsf, sftype)); in PetscSFCreateStridedSF()
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 610 …D89D1EDB207AA1AC00FACC19 /* sftype.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1BF3207AA1… 1362 …BF3207AA1AA00FACC19 /* sftype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 2133 D89D1BF3207AA1AA00FACC19 /* sftype.c */, 2389 D89D1EDB207AA1AC00FACC19 /* sftype.c in Sources */,
|