Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c41 PetscInt num_options; in ProcessCommandLineOptions() local
43 PetscCall(PetscOptionsLeftGet(NULL, &num_options, NULL, NULL)); in ProcessCommandLineOptions()
44 PetscCheck(num_options > 0, comm, PETSC_ERR_USER_INPUT, in ProcessCommandLineOptions()
47 PetscCall(PetscOptionsLeftRestore(NULL, &num_options, NULL, NULL)); in ProcessCommandLineOptions()