#include "petscsys.h" PetscErrorCode PetscOptionsSetAlias(PetscOptions options,const char newname[],const char oldname[])Not Collective, but setting values on certain processors could cause problems for parallel objects looking for options.
options | - options database, or NULL for default global database | |
newname | - the alias | |
oldname | - the name that alias will refer to |