ValueFaceVarForward

Gets the value of the variable forwards on the specified direction.

Synopsis

PetscErrorCode ValueFaceVarForward(PetscInt ivar, PetscInt idir,
    PetscInt icell, PetscReal *value)

Input parameters

ivar - Index of the variable to evaluate.
idir - Index of the direction (XDIR, YDIR, ZDIR) to evaluate.
icell - Index of the cell to evaluate.

Output parameters

value -The value of the variable in the specified face.

Keywords

variable, value, face, forward

See Also

ValueFaceVar, ValueFaceVarBackward

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