|
SpECTRE
v2026.06.09.01
|
Inbox of the element chares that contains the coefficients of a Taylor Series of the regular field \(\Psi^R\) as well as its time derivative. The elements may evaluate the coefficients at their inertial coordinates. More...
#include <Inboxes.hpp>
Public Types | |
| using | tags_to_send |
| using | temporal_id = TimeStepId |
| using | type = std::map<temporal_id, Variables<tags_to_send>> |
Static Public Member Functions | |
| static std::string | output_inbox (const type &inbox, const size_t padding_size) |
| Static Public Member Functions inherited from Parallel::InboxInserters::Value< RegularFieldInbox< Dim > > | |
| static bool | insert_into_inbox (const gsl::not_null< Inbox * > inbox, const TemporalId &temporal_id, ReceiveDataType &&data) |
Inbox of the element chares that contains the coefficients of a Taylor Series of the regular field \(\Psi^R\) as well as its time derivative. The elements may evaluate the coefficients at their inertial coordinates.
| using CurvedScalarWave::Worldtube::Tags::RegularFieldInbox< Dim >::tags_to_send |