|
SpECTRE
v2025.08.19
|
A ah::protocols::Callback that outputs 2D "volume" data on a surface and the surface's spherical harmonic data.
More...
#include <ObserveFieldsOnHorizon.hpp>
Public Types | |
| using | Fr = typename HorizonMetavars::frame |
| using | const_global_cache_tags = tmpl::list< observers::Tags::SurfaceFileName > |
Static Public Member Functions | |
| template<typename DbTags , typename Metavariables > | |
| static void | apply (const db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const FastFlow::Status) |
A ah::protocols::Callback that outputs 2D "volume" data on a surface and the surface's spherical harmonic data.
The columns of spherical harmonic data written take the form
where coef(l,m) refers to the strahlkorper coefficients stored and defined by ylm::Strahlkorper::coefficients() const, and Frame is HorizonMetavars::frame. It is assumed that \(l_{\mathrm{max}} = m_{\mathrm{max}}\).