SpECTRE  v2024.04.12
Parallel::Tags::FromGlobalCache< CacheTag > Struct Template Reference

Tag used to retrieve data from the Parallel::GlobalCache. This is the recommended way for compute tags to retrieve data out of the global cache. More...

#include <GlobalCache.hpp>

Public Types

using base = CacheTag
 
using argument_tags = tmpl::list< GlobalCache >
 

Static Public Member Functions

template<class Metavariables >
static const auto & get (const Parallel::GlobalCache< Metavariables > *const &cache)
 

Detailed Description

template<class CacheTag>
struct Parallel::Tags::FromGlobalCache< CacheTag >

Tag used to retrieve data from the Parallel::GlobalCache. This is the recommended way for compute tags to retrieve data out of the global cache.


The documentation for this struct was generated from the following file: