MICScVarSetGamma

Sets the gamma property of the specified variable.

Synopsis

PetscErrorCode MICScVarSetGamma(int index, ktypeProp gammaType,
    StorageType storage, ktypeIp gammaInterpType, PetscReal gammaConst,
    PetscErrorCode(*gammaFunct)(Ptr_Prop prop))

Input parameters

index - Index of the variable to set.
gammaType - Type of property for the gamma property. Use ktypeProp values.
gammaInterpType - Interpolation type for the value of the gamma property in the cell faces. Use ktypeIp values.
gammaCons - Value of the gamma property (if constant).
gammaFunct - Pointer to the function which evaluates the gamma property (if variable).

Keywords

variable, gamma, initial values

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