Searched refs:FILENAME (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex31.c | 2 static char FILENAME[] = "ex31.c"; variable 22 …("-entity_depth", "Depth of the entities to rebalance (0 => vertices)", FILENAME, options->entityD… in ProcessOptions() 23 …PetscCall(PetscOptionsBool("-parallel", "Use ParMetis instead of Metis", FILENAME, options->parall… in ProcessOptions() 24 …PetscCall(PetscOptionsBool("-use_initial_guess", "Use RefineKway function of ParMetis", FILENAME, … in ProcessOptions()
|
| H A D | ex24.c | 2 static char FILENAME[] = "ex24.c"; variable 30 …PetscCall(PetscOptionsBool("-compare_is", "Compare ISs and PetscSections?", FILENAME, options->com… in ProcessOptions() 31 …PetscCall(PetscOptionsBool("-compare_dm", "Compare DMs?", FILENAME, options->compare_dm, &options-… in ProcessOptions() 34 …PetscCall(PetscOptionsBool("-repartition", "Partition again after the first partition?", FILENAME,… in ProcessOptions() 41 …PetscCall(PetscOptionsBool("-tpweight", "Use target partition weights", FILENAME, options->tpw, &o… in ProcessOptions()
|
| H A D | ex25.c | 2 static char FILENAME[] = "ex25.c"; variable 17 …PetscCall(PetscOptionsBoundedInt("-test", "Test to run", FILENAME, options->test, &options->test, … in ProcessOptions()
|