Uses of Class
simpa.core.api.exceptions.NotSetException
Packages that use NotSetException
Package
Description
This package contains the public interfaces and classes of the simpa.acc library.
This package contains all public interfaces and classes that can be programmed to.
-
Uses of NotSetException in simpa.acc.api
Methods in simpa.acc.api that throw NotSetExceptionModifier and TypeMethodDescriptionvoid
AccCli.checkField
(TilingConfig tconfig) void
AccCli.createAccElement
(TilingConfig tconfig, Double relativeError, String solverType, Double bjar, Double bjpr, Integer sliceWidth, Integer sliceOverlap, Integer gmresRestart, Boolean debug) void
AccCli.createCheckpointFile
(TilingConfig tconfig, org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation, Double extension, Double stepSize) void
AccCli.writeSurfacePoints
(TilingConfig tconfig) -
Uses of NotSetException in simpa.core.api
Methods in simpa.core.api that throw NotSetExceptionModifier and TypeMethodDescriptionTilingConfig.getLengthUnit()
Gets the length unit to be used for the diagnostic files.TilingConfig.getName()
Gets the name of the magnet.List
<org.apache.commons.math3.geometry.euclidean.threed.Vector3D> TilingConfig.getPath()
Gets the path in [meters].TilingConfig.getProfile()
double
Tiling.solve
(double relativeError, SolverOptions opt) Solves the boundary problem with the allowed relative error.void
Tiling.writeCheckPoints
(org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation, double stepSize, double extension) Writes checkpoints to a file.void
Tiling.writeSurfacePoints()
Writes a file with the coordinates of the surface points on the boundary of the accelerator element.Constructors in simpa.core.api that throw NotSetExceptionModifierConstructorDescriptionTiling
(TilingConfig pars) Constructs the tiling for a machine element with the given tiling config.