|
SpECTRE
v2026.04.01
|
Compute the characteristic speeds on the moving mesh given the characteristic speeds if the mesh were stationary. More...
#include <TagsCharacteristicSpeeds.hpp>
Public Types | |
| using | base = typename CharSpeedsComputeTag::base |
| using | return_type = typename CharSpeedsComputeTag::return_type |
| using | argument_tags |
| using | volume_tags = get_volume_tags<CharSpeedsComputeTag> |
Static Public Member Functions | |
| template<typename... Ts, typename T, size_t NumberOfCharSpeeds> | |
| static void | function (const gsl::not_null< std::array< T, NumberOfCharSpeeds > * > result, const std::optional< tnsr::I< DataVector, Dim, Frame::Inertial > > &grid_velocity, const tnsr::i< DataVector, Dim, Frame::Inertial > &unit_normal_covector, const Ts &... ts) |
Compute the characteristic speeds on the moving mesh given the characteristic speeds if the mesh were stationary.
| using domain::Tags::CharSpeedCompute< CharSpeedsComputeTag, Dim >::argument_tags |