ValueFaceVar

Gets the value of the variable on the specified face.

Synopsis

PetscErrorCode ValueFaceVar(PetscInt ivar, PetscInt ineighb,
    PetscInt icell, PetscReal *value)

Input parameters

ivar - Index of the variable to evaluate.
ineighb - Index of the face (neighbor) 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

See Also

ValueFaceVarBackward, ValueFaceVarForward

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