Uses of Class
xal.tools.math.r3.GridException
Packages that use GridException
-
Uses of GridException in xal.tools.math.r3
Methods in xal.tools.math.r3 that throw GridExceptionModifier and TypeMethodDescriptionPoissonGrid.fieldCartesian
(R3 pt) Compute and return the field in cartesian coordinates at point pt as generated by the potential values on the grid.PoissonGrid.fieldCylindrical
(R3 pt) Compute and return the field in cylindrical coordinates at point pt as generated by the potential values on the grid.PoissonGrid.fieldSpherical
(R3 pt) Compute and return the field in spherical coordinates at point pt as generated by the potential values on the grid.double
Compute and return interpolated potential at a point pt within grid definition.void
Grid.setGridDomain
(ClosedBox boxDom) Set the domain in R3 which the grid occupies.double
PoissonGrid.solveCartesian
(int intIterMax, double dblErrMax) Solve for the potential on the grid using a Gauss-Seidel relaxation technique.double
PoissonGrid.solveCylindrical
(int intIterMax, double dblErrMax) Solve for the potential on the grid using a Gauss-Seidel relaxation technique.Constructors in xal.tools.math.r3 that throw GridExceptionModifierConstructorDescriptionGrid
(int n1, int n2, int n3) Allocate a new GridAllocate a new instance of GridR3 and set the domain.PoissonGrid
(int n1, int n2, int n3) Allocate a new PotentialGrid