Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex112.c17 NUM_FUNCS in main() enumerator
19 const char *funcNames[NUM_FUNCS] = {"random", "constant", "tanh"}; in main()
36 …PetscCall(PetscOptionsEList("-function", "Function type", "ex112", funcNames, NUM_FUNCS, funcNames… in main()
H A Dex121.c16 NUM_FUNCS in main() enumerator
18 const char *funcNames[NUM_FUNCS] = {"random", "constant", "tanh"}; in main()
36 …PetscCall(PetscOptionsEList("-function", "Function type", "ex121", funcNames, NUM_FUNCS, funcNames… in main()
H A Dex142.c17 NUM_FUNCS in main() enumerator
19 const char *funcNames[NUM_FUNCS] = {"random", "constant", "tanh"}; in main()
41 …PetscCall(PetscOptionsEList("-function", "Function type", "ex142", funcNames, NUM_FUNCS, funcNames… in main()
/petsc/src/dm/tests/
H A Dex27.c19 NUM_FUNCS in main() enumerator
21 const char *funcNames[NUM_FUNCS] = {"random", "constant", "tanh"}; in main()
41 …PetscCall(PetscOptionsEList("-function", "Function type", "ex27", funcNames, NUM_FUNCS, funcNames[… in main()
H A Dex28.c21 NUM_FUNCS in main() enumerator
23 const char *funcNames[NUM_FUNCS] = {"random", "constant", "tanh"}; in main()
44 …PetscCall(PetscOptionsEList("-function", "Function type", "ex27", funcNames, NUM_FUNCS, funcNames[… in main()