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 TypeMethodDescriptionvoidAccCli.checkField(TilingConfig tconfig) voidAccCli.createAccElement(TilingConfig tconfig, Double relativeError, SolverPreset solverPreset, Double bjar, Double bjpr, Integer sliceWidth, Integer sliceOverlap, Integer gmresRestart, Boolean debug) voidAccCli.createCheckpointFile(TilingConfig tconfig, org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation, Double extension, Double stepSize) voidAccCli.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()doubleTiling.solve(double relativeError, SolverOptions opt) Solves the boundary problem with the allowed relative error.voidTiling.writeCheckPoints(org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation, double stepSize, double extension) Writes checkpoints to a file.voidTiling.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.