|
SpECTRE
v2026.06.30
|
"Computes" the active coordinates by setting the DataVectors to point into the coordinates of either the DG or subcell grid. More...
#include <ObserverCoordinates.hpp>
Public Types | |
| using | base = ::Events::Tags::ObserverCoordinates<Dim, Fr> |
| using | return_type = typename base::type |
| using | argument_tags |
| Public Types inherited from Events::Tags::ObserverCoordinates< Dim, Fr > | |
| using | type = tnsr::I<DataVector, Dim, Fr> |
Static Public Member Functions | |
| static void | function (const gsl::not_null< return_type * > active_coords, const subcell::ActiveGrid active_grid, const tnsr::I< DataVector, Dim, Fr > &subcell_coords, const tnsr::I< DataVector, Dim, Fr > &dg_coords) |
| Static Public Member Functions inherited from Events::Tags::ObserverCoordinates< Dim, Fr > | |
| static std::string | name () |
"Computes" the active coordinates by setting the DataVectors to point into the coordinates of either the DG or subcell grid.
| using evolution::dg::subcell::Tags::ObserverCoordinatesCompute< Dim, Fr >::argument_tags |