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.isinfMethod
isinf(s::StaticArrays.SArray{Tuple{2},AbstractArray,1,2}) -> Any

Checks if s is an infinite segment.

source
Base.isinfMethod
isinf(vf::VortexFilament) -> Bool

Checks if vf is an infinite vortex filament.

source
VortexFilaments.infdirMethod
infdir(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.

source
VortexFilaments.infdirMethod
infdir(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.

source