|
SpECTRE
v2025.08.19
|
A protocol for InterpolationTargetTags that are used in the intrp::InterpolationTarget parallel component.
More...
#include <HorizonMetavars.hpp>
Classes | |
| struct | test |
A protocol for InterpolationTargetTags that are used in the intrp::InterpolationTarget parallel component.
A struct conforming to the InterpolationTargetTag protocol must have
time_tag to a tag that tells the horizon finder which time tag to use (for example, Tags::TimeAndPrevious).frame to the frame that the horizon find happens in (e.g. Frame::Distorted).compute_tags_on_element which is a tmpl::list of compute tags used in the ObservationBox on the elements.horizon_find_callbacks which is a tmpl::list of callbacks that conform to ah::protocols::Callback.horizon_find_failure_callbacks which is a tmpl::list of callbacks that conform to ah::protocols::Callback.name() that returns a std::string.ah::Destination named destination which tells what this horizon find is for.