ValueFaceProp

Gets the value of the property on the specified face.

Synopsis

PetscErrorCode ValueFaceProp(Ptr_Prop prop, PetscInt idof,
    PetscInt ineighb, PetscInt icell, PetscReal *value)

Input parameters

prop - Property to evaluate.
idof - Index of the value (degree of freedom) to evaluate.
ineighb - Index of the face (neighbor) to evaluate.
icell - Index of the cell to evaluate.

Output parameters

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

Keywords

property, value, face

See Also

ValueFacePropBackward, ValueFacePropForward

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