SpECTRE  v2024.04.12
observers::Actions::DeregisterContributorWithObserver Struct Reference

Deregister the ArrayComponentId that will no longer send the data to the observer for the given ObservationIdRegistrationKey More...

#include <ObserverRegistration.hpp>

Static Public Member Functions

template<typename ParallelComponent , typename DbTagList , typename Metavariables , typename ArrayIndex >
static void apply (db::DataBox< DbTagList > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const observers::ObservationKey &observation_key, const Parallel::ArrayComponentId &component_id, const TypeOfObservation &type_of_observation)
 

Detailed Description

Deregister the ArrayComponentId that will no longer send the data to the observer for the given ObservationIdRegistrationKey

Should be invoked on the Observer by the component that was previously registered with observers::Actions::RegisterContributorWithObserver.


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