|
SpECTRE
v2026.04.01
|
Compute the fluxes of the ScalarAdvection system \(F^i = v^iU\) where \(v^i\) is the velocity field. More...
#include <Fluxes.hpp>
Public Types | |
| using | argument_tags = tmpl::list<Tags::U, Tags::VelocityField<Dim>> |
| using | return_tags |
Static Public Member Functions | |
| static void | apply (gsl::not_null< tnsr::I< DataVector, Dim > * > u_flux, const Scalar< DataVector > &u, const tnsr::I< DataVector, Dim > &velocity_field) |
Compute the fluxes of the ScalarAdvection system \(F^i = v^iU\) where \(v^i\) is the velocity field.
| using ScalarAdvection::Fluxes< Dim >::return_tags |