Version 5 (modified by 12 years ago) ( diff ) | ,
---|
FUNCTION limiter(REAL a, REAL b, [INTEGER mlim])
Defined In:
Inputs:
REAL
a. One of two inputs used to calculate the limiter.
REAL
b. The second of two inputs used to calculate the limiter.
INTEGER
mlim. An optional input controlling the method (min, max, or minimod) used to calculate the limiter.
Description:
A local function returning the limiter used in calculating the child aux
values in problemInitFields().
Called In:
Problem :: problemInitFields()
Modules Used:
None.
Files Included:
None.
Note:
See TracWiki
for help on using the wiki.