Private Documentation
Documentation for VortexFilaments.jl's private interface.
See the Internals section of the manual for internal package docs covering all submodules.
Contents
Index
Private Interface
Base.isinf — Methodisinf(s::StaticArrays.SArray{Tuple{2},AbstractArray,1,2}) -> Any
Checks if s is an infinite segment.
Base.isinf — Methodisinf(vf::VortexFilament) -> Bool
Checks if vf is an infinite vortex filament.
VortexFilaments.infdir — Methodinfdir(s::StaticArrays.SArray{Tuple{2},AbstractArray,1,2}) -> Any
Returns the index of the coordinate for which the first and/or second vertex of the segment s has an infinite value if it has one.
VortexFilaments.infdir — Methodinfdir(vf::VortexFilament) -> Any
Returns the index of the coordinate for which the first and/or last vertex of the vortex filament vf has an infinite value if it has one.