Searched refs:funcType (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex2.c | 21 FuncType funcType; // Type of interpolated function member 51 options->funcType = LINEAR; in ProcessOptions() 58 fn = options->funcType; in ProcessOptions() 59 …-func_type", "The function type", "ex2.c", funcTypes, 2, funcTypes[options->funcType], &fn, NULL)); in ProcessOptions() 60 options->funcType = (FuncType)fn; in ProcessOptions() 295 switch (ctx.funcType) { in main() 303 …cObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONG, "Invalid function type: %d", (int)ctx.funcType); in main()
|