wiki:limiter

Version 5 (modified by trac, 12 years ago) ( diff )

FUNCTION limiter(REAL a, REAL b, [INTEGER mlim])


Defined In:

contrib/astro/problem.f90


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.