www.mooseframework.org
Classes
GradParsedFunction.h File Reference

Go to the source code of this file.

Classes

class  GradParsedFunction
 returns the central difference approx to the derivative of the function, ie (f(t, p + direction) - f(t, p - direction))/2/|direction| This derives from MooseParsedFunction, so it already knows about a function More...