Searched refs:optionName (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | macosFirewall.py | 10 self.optionName = 'with-macos-firewall-rules' 17 …s on, so make test will ask for your sudo password to set macOS firewall rules\n' % self.optionName 30 …help.addArgument('PETSc', '-%s=<bool>' % self.optionName, nargs.ArgBool(None, 0, 'On macOS, activa… 33 self.isEnabled = self.isDarwin and self.argDB[self.optionName]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex11.c | 355 char optionName[PETSC_MAX_PATH_LEN]; in SetupProblem() local 358 …PetscCall(PetscSNPrintf(optionName, sizeof(optionName), "-aux_%" PetscInt_FMT "_vec_view", level)); in SetupProblem() 359 PetscCall(VecViewFromOptions(auxData, NULL, optionName)); in SetupProblem()
|