#include <Advection.hpp>
Classes | |
| class | Computation |
Public Member Functions | |
| Advection (int n_var, double wall_shock_width, double shock_width_growth, int offset) | |
| Mat< n_extrap > | fetch_extrap (int stride, const double *data) const |
| void | write_update (Mat< n_update > update, int stride, double *data, bool is_critical) const |
represents the nonuniform linear advection equation used in the smoothness-based artificial viscosity scheme