Home
last modified time | relevance | path

Searched refs:PetscOptionsSetAlias (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D37.md37 PetscOptionsSetAlias(PetscOptions,const char[],const char[]);
/petsc/include/
H A Dpetscoptions.h48 PETSC_EXTERN PetscErrorCode PetscOptionsSetAlias(PetscOptions, const char[], const char[]);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscopt.pxi16 PetscErrorCode PetscOptionsSetAlias(PetscOptions, char[], char[])
/petsc/src/sys/objects/
H A Doptions.c588 PetscCall(PetscOptionsSetAlias(options, tokens[0], tokens[1])); in PetscOptionsInsertFilePetsc()
1201 PetscErrorCode PetscOptionsSetAlias(PetscOptions options, const char newname[], const char oldname[… in PetscOptionsSetAlias() function