Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/utilities/
H A DmacosFirewall.py10 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 Dex11.c355 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()