Uses of Class
xal.tools.math.r3.GridException

Packages that use GridException
Package
Description
 
  • Uses of GridException in xal.tools.math.r3

    Methods in xal.tools.math.r3 that throw GridException
    Modifier and Type
    Method
    Description
    PoissonGrid.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
    PoissonGrid.potential(R3 pt)
    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 GridException
    Modifier
    Constructor
    Description
     
    Grid(int n1, int n2, int n3)
    Allocate a new Grid
     
    Grid(int n1, int n2, int n3, ClosedBox boxDom)
    Allocate a new instance of GridR3 and set the domain.
     
    PoissonGrid(int n1, int n2, int n3)
    Allocate a new PotentialGrid