SpECTRE
v2025.03.17
|
Computes points on a trial apparent horizon`. More...
#include <InterpolationTarget.hpp>
Public Types | |
using | const_global_cache_tags = implementation defined |
using | is_sequential = std::true_type |
using | frame = Frame |
using | common_tags = implementation defined |
using | simple_tags = implementation defined |
using | compute_tags = implementation defined |
Static Public Member Functions | |
template<typename DbTags , typename Metavariables > | |
static void | initialize (const gsl::not_null< db::DataBox< DbTags > * > box, const Parallel::GlobalCache< Metavariables > &cache) |
template<typename Metavariables , typename DbTags , typename TemporalId > | |
static tnsr::I< DataVector, 3, Frame > | points (const db::DataBox< DbTags > &box, const tmpl::type_< Metavariables > &, const TemporalId &) |
Computes points on a trial apparent horizon`.
This differs from KerrHorizon
in the following ways:
FastFlow
in the DataBox.FastFlow
).Conforms to the intrp::protocols::ComputeTargetPoints protocol
For requirements on InterpolationTargetTag, see intrp::protocols::InterpolationTargetTag