Uses of Interface
simpa.core.api.SurfacePoint
Packages that use SurfacePoint
Package
Description
This package contains all public interfaces and classes that can be programmed to.
-
Uses of SurfacePoint in simpa.core.api
Methods in simpa.core.api that return SurfacePointModifier and TypeMethodDescriptionstatic SurfacePoint
SurfacePoint.createSurfacePoint
(org.apache.commons.math3.geometry.euclidean.threed.Vector3D location, org.apache.commons.math3.geometry.euclidean.threed.Vector3D toSource) Creates an instance of the SurfacePoint class.Constructor parameters in simpa.core.api with type arguments of type SurfacePointModifierConstructorDescriptionBoundarySurface
(ArrayList<SurfacePoint> surfacePoints) Creates a BoundarySurface object.Solver
(List<SurfacePoint> spoints, FieldType type) Constructor for direct solverSolver
(List<SurfacePoint> spoints, FieldType type, SolverOptions opts) Solver
(FieldType type, List<List<SurfacePoint>> slices, SolverOptions opts) Special constructor for the slice preconditioner.