All Packages Class Hierarchy This Package Previous Next Index
Class AT.Ac.univie.imp.loeffler.pde.threeD.fd.BoundaryGrid
java.lang.Object
|
+----AT.Ac.univie.imp.loeffler.pde.threeD.fd.Grid
|
+----AT.Ac.univie.imp.loeffler.pde.threeD.fd.BoundaryGrid
- public abstract class BoundaryGrid
- extends Grid
- implements ConstBoundaryGrid
An implementation of Grid where a boundary of some kind is supported.
- Author:
- Gerald Loeffler (Gerald.Loeffler@univie.ac.at)
-
BoundaryGrid(int, double)
- construct from size and initial value for all elements in the interior.
BoundaryGrid
protected BoundaryGrid(int size,
double interiorValue)
- construct from size and initial value for all elements in the interior.
- Parameters:
- size - the size of the grid ( > 0)
- interiorValue - the initial value to which all grid elements will be set
All Packages Class Hierarchy This Package Previous Next Index