Searched refs:NUM_FUNCS (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex112.c | 17 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 D | ex121.c | 16 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 D | ex142.c | 17 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 D | ex27.c | 19 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 D | ex28.c | 21 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()
|