Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex112.c18 } FuncType; in main() typedef
28 FuncType function = RANDOM; in main()
38 function = (FuncType)func; in main()
H A Dex121.c17 } FuncType; in main() typedef
28 FuncType function = RANDOM; in main()
38 function = (FuncType)func; in main()
H A Dex142.c18 } FuncType; in main() typedef
27 FuncType function = RANDOM; in main()
43 function = (FuncType)func; in main()
/petsc/src/dm/tests/
H A Dex27.c20 } FuncType; in main() typedef
32 FuncType function = TANH; in main()
42 function = (FuncType)func; in main()
H A Dex28.c22 } FuncType; in main() typedef
35 FuncType function = TANH; in main()
45 function = (FuncType)func; in main()
/petsc/src/snes/tests/
H A Dex2.c17 } FuncType; typedef
21 FuncType funcType; // Type of interpolated function
60 options->funcType = (FuncType)fn; in ProcessOptions()