You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
direction::SVector{Dim,Complex{T}}# the effective direction where sum(direction.^2) == 1
eigenvectors::Array{Complex{T}}# the effective ampliudes
end
Each effective wave type should have only enough information for fully describe the value of this wave at some point in space.
The necessary fields are the eigenvectors, basis_order, wavenumber, and ω. Extra fields should be used sparring and only when necessary. This is certainly not the case for:
The effective wave types should have the same structure. For example see EffectivePlaneWaves
EffectiveWaves.jl/src/wave_types.jl
Lines 39 to 45 in c6ad025
Each effective wave type should have only enough information for fully describe the value of this wave at some point in space.
The necessary fields are the
eigenvectors
,basis_order
,wavenumber
, andω
. Extra fields should be used sparring and only when necessary. This is certainly not the case for:EffectiveWaves.jl/src/wave_types.jl
Lines 88 to 96 in c6ad025
The text was updated successfully, but these errors were encountered: