Uses of Enum Class
simpa.core.api.utils.Quadrature1D
Packages that use Quadrature1D
Package
Description
This package contains all public interfaces and classes that can be programmed to.
This package contains all utils that can be used to set up the SIMPA Core library.
-
Uses of Quadrature1D in simpa.core.api
Methods in simpa.core.api with parameters of type Quadrature1DModifier and TypeMethodDescriptionCurrentLoop.getPointSources
(Quadrature1D quadrature, int subdivisions) This method gives a list of CurrentPointSources approximating the wire segments in the current loop.void
CurrentLoop.writeToFile
(String file, Quadrature1D quadrature, int subdivisions) Write the the current point sources approximating this current loop. -
Uses of Quadrature1D in simpa.core.api.utils
Methods in simpa.core.api.utils that return Quadrature1DModifier and TypeMethodDescriptionstatic Quadrature1D
Returns the enum constant of this class with the specified name.static Quadrature1D[]
Quadrature1D.values()
Returns an array containing the constants of this enum class, in the order they are declared.