Constants
VortexPasta.Constants Module
julia
ConstantsModule defining singleton types representing constants (0, infinity, …).
For now, these are mainly useful for preparing non-periodic simulations.
sourceDefined constants
These are useful for preparing non-periodic problems (
VortexPasta.Constants.Zero Type
julia
Zero <: RealConst <: RealSingleton type representing zero.
sourceVortexPasta.Constants.Infinity Type
julia
Infinity <: RealConst <: RealSingleton type representing infinity.
source