GetVariableByName

Gets the variable with the given name. NOTE: This function is never used.

Synopsis

PetscErrorCode GetVariableByName(const char *name, Ptr_Var *ret)

Input parameters

name -Name of the variable to find.

Output parameters

ret -The variable with the given name or PETSC_NULL if there is no variable with that name.

Keywords

variable, name, get

See Also

GetVariableByIndex

Level:deprecated
Location:
src/var.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages