Searched refs:PetscOptionsPrefixPush (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex20.c | 15 PetscCall(PetscOptionsPrefixPush(NULL, "a_")); in main() 17 PetscCall(PetscOptionsPrefixPush(NULL, "bb_")); in main() 21 PetscCall(PetscOptionsPrefixPush(NULL, "cc_")); in main() 22 PetscCall(PetscOptionsPrefixPush(NULL, "ddd_")); in main()
|
| H A D | ex6.c | 44 PetscCall(PetscOptionsPrefixPush(NULL, "a")); in main() 48 PetscCall(PetscOptionsPrefixPush(NULL, "b")); in main() 53 PetscCall(PetscOptionsPrefixPush(NULL, "c")); in main()
|
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 117 PetscCall(PetscOptionsPrefixPush(options, prefix)); in PetscParseLayerYAML() 145 PetscCall(PetscOptionsPrefixPush(options, prefix)); in PetscParseLayerYAML()
|
| H A D | options.c | 335 PetscCall(PetscOptionsPrefixPush(options, second)); in PetscOptionsInsertString_Private() 696 PetscCall(PetscOptionsPrefixPush(options, eargs[1])); in PetscOptionsInsertArgs() 1059 PetscErrorCode PetscOptionsPrefixPush(PetscOptions options, const char prefix[]) in PetscOptionsPrefixPush() function 3348 if (prefix) PetscCall(PetscOptionsPrefixPush(options, prefix)); in PetscOptionsDeprecated_Private()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Options.pyx | 123 prefixPop, petsc.PetscOptionsPrefixPush 129 CHKERR(PetscOptionsPrefixPush(self.opt, cprefix))
|
| H A D | petscopt.pxi | 11 PetscErrorCode PetscOptionsPrefixPush(PetscOptions, char[])
|
| /petsc/doc/changes/ |
| H A D | 37.md | 46 PetscOptionsPrefixPush(PetscOptions,const char[]);
|
| /petsc/include/ |
| H A D | petscoptions.h | 69 PETSC_EXTERN PetscErrorCode PetscOptionsPrefixPush(PetscOptions, const char[]);
|