TEQUILA.FSA
— FunctionFSA(f::F1, shot::F2, ρ::Real; tid=Threads.threadid()) where {F1,F2<:Shot}
Compute flux-surface average of f
at ρ
for the equilibrium defined in shot
Here f
is a function of θ
only, so something like f = θ -> F(ρ, θ) may be required
FSA(f::F1, shot::F2, ρ::Real, Vprime::F3; tid=Threads.threadid()) where {F1,F2<:Shot,F3<:FE_rep}
Compute flux-surface average of f
at ρ
for the equilibrium defined in shot
, using the given finite-element representation of Vprime
Here f
is a function of θ
only, so something like f = θ -> F(ρ, θ) may be required
FSA(f::F1, shot::F2, ρ::Real, Vprime::Real; tid=Threads.threadid()) where {F1,F2<:Shot}
Compute flux-surface average of f
at ρ
for the equilibrium defined in shot
, using the given value of Vprime
Here f
is a function of θ
only, so something like f = θ -> F(ρ, θ) may be required