ValueFacePropForward

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

Synopsis

PetscErrorCode ValueFacePropForward(Ptr_Prop prop, PetscInt idof,
    PetscInt idir, PetscInt icell, PetscReal *value)

Input parameters

prop - Property to evaluate.
idof - Index of the value (degree of freedom) 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

property, value, face, forward

See Also

ValueFaceProp, ValueFacePropBackward

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