SpECTRE
v2025.03.17
|
[ComputeTargetPoints] More...
#include <Examples.hpp>
Public Types | |
using | const_global_cache_tags = implementation defined |
using | is_sequential = std::false_type |
using | frame = ::Frame::Grid |
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 > * >, const Parallel::GlobalCache< Metavariables > &) |
template<typename Metavariables , typename DbTags , typename TemporalId > | |
static tnsr::I< DataVector, 3, frame > | points (const db::DataBox< DbTags > &, const tmpl::type_< Metavariables > &, const TemporalId &) |
[ComputeTargetPoints]