|
SpECTRE
v2026.04.01
|
Compute the advection velocity field \(v\) of the ScalarAdvection system. More...
#include <VelocityField.hpp>
Public Types | |
| using | argument_tags |
| using | return_type = tnsr::I<DataVector, Dim> |
| using | base = VelocityField<Dim> |
| Public Types inherited from ScalarAdvection::Tags::VelocityField< Dim > | |
| using | type = tnsr::I<DataVector, Dim> |
Static Public Member Functions | |
| static void | function (const gsl::not_null< tnsr::I< DataVector, Dim > * > velocity_field, const tnsr::I< DataVector, Dim, Frame::Inertial > &inertial_coords) |
Compute the advection velocity field \(v\) of the ScalarAdvection system.
| using ScalarAdvection::Tags::VelocityFieldCompute< Dim >::argument_tags |