Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex3.c16 char opname[64]; in main() local
25 PetscCall(PetscOptionsGetString(NULL, NULL, "-op", opname, sizeof(opname), &flag)); in main()
26 PetscCall(PetscStrcmp(opname, "replace", &isreplace)); in main()
27 PetscCall(PetscStrcmp(opname, "sum", &issum)); in main()
35 …PETSC_ERR_ARG_WRONG, "Unsupported argument (%s) to -op, which must be 'replace' or 'sum'", opname); in main()