Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tutorials/
H A Dex1.c46 char opstring[256]; in main() local
66 PetscCall(PetscStrncpy(opstring, "sum", sizeof(opstring))); in main()
67 …onsString("-test_op", "Designate which MPI_Op to use", "", opstring, opstring, sizeof(opstring), N… in main()
68 PetscCall(PetscStrcmp("sum", opstring, &strflg)); in main()
70 PetscCall(PetscStrcmp("prod", opstring, &strflg)); in main()
72 PetscCall(PetscStrcmp("max", opstring, &strflg)); in main()
74 PetscCall(PetscStrcmp("min", opstring, &strflg)); in main()
76 PetscCall(PetscStrcmp("land", opstring, &strflg)); in main()
78 PetscCall(PetscStrcmp("band", opstring, &strflg)); in main()
80 PetscCall(PetscStrcmp("lor", opstring, &strflg)); in main()
[all …]