Searched refs:FunctionTypes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex11.c | 27 const char *const FunctionTypes[] = {"constant", "linear", "sin", "x2_x4", "unknown", "FunctionType… variable 79 …PetscCall(PetscOptionsEnum("-func", "Type of particle weight function", __FILE__, FunctionTypes, (… in ProcessOptions() 94 … PetscCheck(flg, comm, PETSC_ERR_ARG_WRONG, "Cannot handle function \"%s\"", FunctionTypes[func]); in ProcessOptions()
|