Package jabble.indicators

A set of Indicators and FunctionFields for typical use.

See:
          Description

Class Summary
AverageIndicator Calculates the spatial average of a field on a slice.
DivisionFunctionField Calculates the quotient of two fields.
FieldFunctionField Returns the value of a field at a point.
IntegralIndicator Computes the spatial integral of a field over a slice.
MaxIndicator Computes the maximum value that a field takes.
MinIndicator Computes the minimum value that a field takes.
NanOrInfinityFunctionField  
SpaceDerivativeFunctionField Computes the first derivative of a field.
SumFunctionField Computes the sum of the fields defined on a slice at a given point.
TimeDerivativeFunctionField Computes the time derivative of a field.
TimeDifferenceFunctionField Calculates the absolute value of the difference between a field on a given slice and the previous slice at a point.
 

Package jabble.indicators Description

A set of Indicators and FunctionFields for typical use.