Uses of Class
simpa.core.api.SolverOptions
Packages that use SolverOptions
Package
Description
This package contains all public interfaces and classes that can be programmed to.
-
Uses of SolverOptions in simpa.core.api
Methods in simpa.core.api with parameters of type SolverOptionsModifier and TypeMethodDescriptiondouble
Tiling.solve
(double relativeError, SolverOptions opt) Solves the boundary problem with the allowed relative error.Constructors in simpa.core.api with parameters of type SolverOptionsModifierConstructorDescriptionSolver
(List<SurfacePoint> spoints, FieldType type, SolverOptions opts) Solver
(FieldType type, List<List<SurfacePoint>> slices, SolverOptions opts) Special constructor for the slice preconditioner.