Uses of Class
simpa.core.api.exceptions.PositionMismatchException
Packages that use PositionMismatchException
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 PositionMismatchException in simpa.acc.api
Methods in simpa.acc.api that throw PositionMismatchExceptionModifier and TypeMethodDescriptionvoid
AccCli.createAccElement
(TilingConfig tconfig, Double relativeError, String solverType, Double bjar, Double bjpr, Integer sliceWidth, Integer sliceOverlap, Integer gmresRestart, Boolean debug) -
Uses of PositionMismatchException in simpa.core.api
Methods in simpa.core.api that throw PositionMismatchExceptionModifier and TypeMethodDescriptionvoid
BoundarySurface.setFieldFromFile
(String filename, double fieldScalingFactor, LengthUnit unit) Gets an electromagnetic field from a txt filedouble
Tiling.solve
(double relativeError, SolverOptions opt) Solves the boundary problem with the allowed relative error.