Constants
VortexPasta.Constants
— ModuleConstants
Module defining singleton types representing constants (0, infinity, …).
For now, these are mainly useful for preparing non-periodic simulations.
Defined constants
These are useful for preparing non-periodic problems ($α = 0$, $L = ∞$).
VortexPasta.Constants.Zero
— TypeZero <: RealConst <: Real
Singleton type representing zero.
VortexPasta.Constants.Infinity
— TypeInfinity <: RealConst <: Real
Singleton type representing infinity.
VortexPasta.Constants.∞
— Constant∞
Alias for Infinity().