Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex20.c15 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 Dex6.c44 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 Doptionsyaml.c117 PetscCall(PetscOptionsPrefixPush(options, prefix)); in PetscParseLayerYAML()
145 PetscCall(PetscOptionsPrefixPush(options, prefix)); in PetscParseLayerYAML()
H A Doptions.c335 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 DOptions.pyx123 prefixPop, petsc.PetscOptionsPrefixPush
129 CHKERR(PetscOptionsPrefixPush(self.opt, cprefix))
H A Dpetscopt.pxi11 PetscErrorCode PetscOptionsPrefixPush(PetscOptions, char[])
/petsc/doc/changes/
H A D37.md46 PetscOptionsPrefixPush(PetscOptions,const char[]);
/petsc/include/
H A Dpetscoptions.h69 PETSC_EXTERN PetscErrorCode PetscOptionsPrefixPush(PetscOptions, const char[]);