advection
moment_kinetics.advection — Module
moment_kinetics.advection.advection_info — Type
structure containing the basic arrays associated with the advection terms appearing in the advection equation for each coordinate
sourcemoment_kinetics.advection.advance_f_local! — Method
do all the work needed to update f(coord) at a single value of other coords
sourcemoment_kinetics.advection.calculate_explicit_advection! — Method
calculate the explicit advection terms on the rhs of the equation; i.e., -Δt⋅δv⋅f'
sourcemoment_kinetics.advection.setup_advection — Method
create arrays needed to compute the advection term(s) for a 1D problem
sourcemoment_kinetics.advection.setup_advection_per_species — Method
create arrays needed to compute the advection term(s)
sourcemoment_kinetics.advection.update_advection_factor! — Method
calculate the factor appearing in front of f' in the advection term at time level n in the frame moving with the approximate characteristic
sourcemoment_kinetics.advection.update_rhs! — Method
update the righthand side of the equation to account for 1d advection in this coordinate
source