Uses of Package
jabble

Packages that use jabble
jabble The core classes for Jabble that make up the framework. 
jabble.indicators A set of Indicators and FunctionFields for typical use. 
jabble.stencils Set of utility classes to calculate derivatives, averages and other operators on Fields. 
 

Classes in jabble used by jabble
BoundaryCondition
          A boundary condition, such as periodic, Cauchy, ...
Configuration
          Loads Jabble settings from 'jabble.properties'.
CoordinateTransformation
           
EquationSet
          Describes the set of equations to solve, together with the coordinates being used.
EquationSetBuilder
          A helper class to quickly build EquationSet objects.
Evolver
          An Evolver solves a partial differential equation by calculating a set of Fields at a given time step by using the data from Fields at previous time steps.
Field
          Represents a scalar field defined on all of the point of the Grid.
FunctionField
          Calculates an expression at each given Point; it's used by FieldCalculators and Indicators.
Grid
          Represents a Grid, that is a collection of points that have the topology of a Grid.
Indicator
          Takes a function that calculates a value at each Point (for example: a field, the derivative of a field, the product of two fields, ...) and aggregates it to produce a single one (for example, takes the average, the maximum, ...).
Injection
           
Multigrid
          Base class for Multigrid algorithms.
MultigridOperation
          An operation performed on two grids of different sizes, typically used in Multigrid and Mesh Refinment algotyhms.
Point
          Represent a point on a Grid.
Problem
          Defines an EquationSet with a set of initial conditions.
ProblemSolver
          The master class that brings all objects together to solve a given problem.
SingleLoopEvolver
          An Evolver that performs a single loop over the Grid.
Slice
          A slice in time with its Grid and Fields.
Trigger
          A condition that can halt the evolution.
 

Classes in jabble used by jabble.indicators
FunctionField
          Calculates an expression at each given Point; it's used by FieldCalculators and Indicators.
Indicator
          Takes a function that calculates a value at each Point (for example: a field, the derivative of a field, the product of two fields, ...) and aggregates it to produce a single one (for example, takes the average, the maximum, ...).
Point
          Represent a point on a Grid.
Slice
          A slice in time with its Grid and Fields.
 

Classes in jabble used by jabble.stencils
Field
          Represents a scalar field defined on all of the point of the Grid.
Point
          Represent a point on a Grid.