Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
G
gaussian(double, double, double, double, double, double, double)
- Static method in class jabble.
MathUtils
3D gaussian, centered on centerX/Y/Z and with the specified width.
gaussian(double, double, double, double, double)
- Static method in class jabble.
MathUtils
2D gaussian, centered on centerX/Y and with the specified width.
gaussian(double, double, double)
- Static method in class jabble.
MathUtils
1D gaussian, centered on centerX and with the specified width.
GaussSeidel
- Class in
jabble
This class implements the Gauss-Seidel method for solving elliptic equation of the form
Lu=f
, where
L
is an elliptic differential operator.
GaussSeidel()
- Constructor for class jabble.
GaussSeidel
generateSlices(Slice)
- Static method in class jabble.
Grids
generateSlices(Slice, int)
- Static method in class jabble.
Grids
getBoundaryConditions()
- Method in class jabble.
EquationSet
Returns the boundary conditions that are defined with the equation set.
getConstant(String)
- Method in class jabble.
EquationSet
Returns the value of the given constant.
getConstants()
- Method in class jabble.
EquationSet
Returns the scalar constants used by the equation.
getCoordinateCenter(int)
- Method in class jabble.
Problem
The value at the center of the coordinate range.
getCoordinateFields()
- Method in class jabble.
Slice
Returns the list of fields associated to the coordinates, in the order in which the coordinates where defined.
getCoordinateRange(int)
- Method in class jabble.
Problem
The range of the given coordinate.
getCoordinates()
- Method in class jabble.
EquationSet
Returns the list of coordinates in the correct order.
getCourantFactor()
- Method in class jabble.
Problem
Returns the Courant factor, which should be used in the expression to calculate the time differential.
getDefaultEvolver()
- Method in class jabble.
Problem
Returns the default Evolver to be used to solve the problem.
getDiff()
- Static method in class jabble.stencils.
StencilUtils
getDifferentialFields()
- Method in class jabble.
Slice
Returns the list of fields associated to the coordinate differentials, in the order in which the coordinates where defined.
getDifferentials()
- Method in class jabble.
EquationSet
Returns the list of differentials for the coordinates, in the same order of the coordinates themselves.
getDimension()
- Method in class jabble.
Grid
Returns the number of directions in the Grid, that is the dimension of the grid (2 for 2D, 3 for 3D, ...)
getElapsedMillisec()
- Method in class jabble.
ProblemSolver
Returns the time the computation took in milliseconds.
getEndTime()
- Method in class jabble.
ProblemSolver
Returns the time at which the actual computation ended.
getEquations()
- Method in class jabble.
EquationSet
Returns a map that associates each field that is going to be evolved with its equation.
getEquationSet()
- Method in class jabble.
ResultStore
getEquationSet()
- Method in class jabble.
Slice
Returns the equation set for which the Slice is defined.
getExactSolutionEvolver()
- Method in class jabble.
Multigrid
getField(String, int)
- Method in class jabble.
ResultStore
getField(Field, String, int)
- Method in class jabble.
ResultStore
getField(String)
- Method in class jabble.
Slice
Returns the field that corresponds to the given name.
getFieldNames()
- Method in class jabble.
ResultStore
getFieldNames()
- Method in class jabble.
Slice
Returns the names of the fields that are included in the slice.
getFields()
- Method in class jabble.
EquationSet
Returns the list of fields used by the equation.
getGrid()
- Method in class jabble.
EquationSet
Returns the grid on which the equation was defined.
getGrid()
- Method in class jabble.
Field
Returns the Grid on which the Field is defined.
getGrid()
- Method in class jabble.
Point
Returns the Grid on which the Point is defined.
getGrid()
- Method in class jabble.
Slice
Returns the grid on which the slice is defined.
getGridSize(int)
- Method in class jabble.
Problem
Returns the size for the given direction.
getIndicator(String)
- Method in class jabble.
Slice
Returns the indicator with the given name.
getIndicatorNames()
- Method in class jabble.
ResultStore
getIndicatorNames()
- Method in class jabble.
Slice
Returns the names of the indicators defined on the slice.
getIndicatorValue(String, int)
- Method in class jabble.
ResultStore
getInstance()
- Static method in class jabble.
Configuration
getLocation(int)
- Method in class jabble.
Point
Returns the location of the Point along the direction correspondent to the index.
getName()
- Method in class jabble.
Field
The name of the field.
getNewCoordNames()
- Method in class jabble.
CoordinateTransformation
getNewDiffNames()
- Method in class jabble.
CoordinateTransformation
getNewSlice()
- Method in class jabble.
CoordinateTransformation
getNIterationsExact()
- Method in class jabble.
Multigrid
getNIterationsPostPrologation()
- Method in class jabble.
Multigrid
getNIterationsPreRestriction()
- Method in class jabble.
Multigrid
getNPerformedIterations()
- Method in class jabble.
ProblemSolver
Returns the number of iterations actually performed during the resolution.
getNPoints()
- Method in class jabble.
Grid
Returns the total number of points on the Grid.
getNPreviousSlicesNeeded()
- Method in class jabble.
Evolver
Returns the number of slices needed for the previous time steps.
getNPreviousSlicesNeeded()
- Method in class jabble.
Multigrid
getNPreviousSlicesNeeded()
- Method in class jabble.
Multigrid.VCycle
The number of slices needed by MultiGrid is the same number of slices needed by the evolver.
getNSlices()
- Method in class jabble.
ResultStore
getNVCycleIterations()
- Method in class jabble.
Multigrid
getOldSlice()
- Method in class jabble.
CoordinateTransformation
getPoint()
- Static method in class jabble.stencils.
StencilUtils
Returns the Point at which all stencils will calculate the value of their respective operator.
getRelaxationEvolver()
- Method in class jabble.
Multigrid
getScalarField(String)
- Method in class jabble.
Slice
getScalarFields()
- Method in class jabble.
Slice
getSize(int)
- Method in class jabble.
Grid
Returns the number of point along the given direction.
getSlice(int)
- Method in class jabble.
ResultStore
getStartTime()
- Method in class jabble.
ProblemSolver
Returns the time at which the actual computation started.
getStationaryFields()
- Method in class jabble.
EquationSet
Returns the list of those fields that do not change in time.
getTensorField(String)
- Method in class jabble.
Slice
getTensorFields()
- Method in class jabble.
Slice
getVCycleEvolver()
- Method in class jabble.
Multigrid
getVectorField(String)
- Method in class jabble.
Slice
getVectorFields()
- Method in class jabble.
Slice
grid
- Variable in class jabble.
Evolver
The grid on which the evolver will need to compute, as extracted from the slices.
Grid
- Class in
jabble
Represents a Grid, that is a collection of points that have the topology of a Grid.
Grid()
- Constructor for class jabble.
Grid
grid
- Variable in class jabble.
Indicator
The grid on which the indicator is being calculated.
Grids
- Class in
jabble
A set of utility methods to make operations over Grids.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W