SpECTRE
v2025.03.17
|
Observe ADM integrals after the XCTS solve. More...
#include <ObserveAdmIntegrals.hpp>
Public Member Functions | |
template<typename DataBoxType , typename ComputeTagsList , typename Metavariables , typename ArrayIndex , typename ParallelComponent > | |
void | operator() (const Scalar< DataVector > &conformal_factor, const tnsr::i< DataVector, 3 > &deriv_conformal_factor, const tnsr::ii< DataVector, 3 > &conformal_metric, const tnsr::II< DataVector, 3 > &inv_conformal_metric, const tnsr::Ijj< DataVector, 3 > &conformal_christoffel_second_kind, const tnsr::i< DataVector, 3 > &conformal_christoffel_contracted, const tnsr::ii< DataVector, 3 > &spatial_metric, const tnsr::II< DataVector, 3 > &inv_spatial_metric, const tnsr::ii< DataVector, 3 > &extrinsic_curvature, const Scalar< DataVector > &trace_extrinsic_curvature, const tnsr::I< DataVector, 3, Frame::Inertial > &inertial_coords, const InverseJacobian< DataVector, 3, Frame::ElementLogical, Frame::Inertial > &inv_jacobian, const Mesh< 3 > &mesh, const Element< 3 > &element, const DirectionMap< 3, tnsr::i< DataVector, 3 > > &conformal_face_normals, const ObservationBox< DataBoxType, ComputeTagsList > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ParallelComponent *const, const ObservationValue &observation_value) const |
template<typename DbTagsList > | |
std::optional< std::pair< observers::TypeOfObservation, observers::ObservationKey > > | get_observation_type_and_key_for_registration (const db::DataBox< DbTagsList > &box) const |
template<typename Metavariables , typename ArrayIndex , typename Component > | |
bool | is_ready (Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const Component *const) const |
bool | needs_evolved_variables () const override |
Whether the event uses anything depending on the evolved_variables. If this returns false, anything depending on the evolved variables may have an incorrect value when the event is run. More... | |
void | pup (PUP::er &p) override |
![]() | |
Event (CkMigrateMessage *msg) | |
WRAPPED_PUPable_abstract (Event) | |
template<typename ComputeTagsList , typename DataBoxType , typename Metavariables , typename ArrayIndex , typename ComponentPointer > | |
void | run (const gsl::not_null< ObservationBox< ComputeTagsList, DataBoxType > * > box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ComponentPointer, const ObservationValue &observation_value) const |
template<typename DbTags , typename Metavariables , typename ArrayIndex , typename ComponentPointer > | |
bool | is_ready (const db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ComponentPointer) const |
virtual bool | needs_evolved_variables () const =0 |
Whether the event uses anything depending on the evolved_variables. If this returns false, anything depending on the evolved variables may have an incorrect value when the event is run. More... | |
Static Public Attributes | |
static constexpr Options::String | help |
Observe ADM integrals after the XCTS solve.
The surface integrals are taken over the outer boundary, which is defined as the domain boundary in the upper logical zeta direction.
Writes reduction quantities:
|
inlineoverridevirtual |
Whether the event uses anything depending on the evolved_variables. If this returns false, anything depending on the evolved variables may have an incorrect value when the event is run.
Implements Event.
|
staticconstexpr |