SpECTRE  v2024.03.19
ForceFree::TimeDerivativeTerms Struct Reference

Compute the time derivative of the conserved variables for the GRFFE equations with divergence cleaning. More...

#include <TimeDerivativeTerms.hpp>

Classes

struct  LapseTimesElectricFieldOneForm
 
struct  LapseTimesMagneticFieldOneForm
 
struct  TildeJDrift
 

Public Types

using temporary_tags = tmpl::list< LapseTimesElectricFieldOneForm, LapseTimesMagneticFieldOneForm, TildeJDrift, gr::Tags::SpatialChristoffelFirstKind< DataVector, 3 >, gr::Tags::SpatialChristoffelSecondKind< DataVector, 3 >, gr::Tags::TraceSpatialChristoffelSecondKind< DataVector, 3 >, gr::Tags::Lapse< DataVector >, gr::Tags::Shift< DataVector, 3 >, gr::Tags::InverseSpatialMetric< DataVector, 3 > >
 
using argument_tags = tmpl::list< Tags::TildeE, Tags::TildeB, Tags::TildePsi, Tags::TildePhi, Tags::TildeQ, Tags::TildeJ, Tags::KappaPsi, Tags::KappaPhi, Tags::ParallelConductivity, gr::Tags::Lapse< DataVector >, gr::Tags::Shift< DataVector, 3 >, gr::Tags::SqrtDetSpatialMetric< DataVector >, gr::Tags::SpatialMetric< DataVector, 3 >, gr::Tags::InverseSpatialMetric< DataVector, 3 >, gr::Tags::ExtrinsicCurvature< DataVector, 3 >, ::Tags::deriv< gr::Tags::Lapse< DataVector >, tmpl::size_t< 3 >, Frame::Inertial >, ::Tags::deriv< gr::Tags::Shift< DataVector, 3 >, tmpl::size_t< 3 >, Frame::Inertial >, ::Tags::deriv< gr::Tags::SpatialMetric< DataVector, 3 >, tmpl::size_t< 3 >, Frame::Inertial > >
 

Static Public Member Functions

static void apply (gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > non_flux_terms_dt_tilde_e, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > non_flux_terms_dt_tilde_b, gsl::not_null< Scalar< DataVector > * > non_flux_terms_dt_tilde_psi, gsl::not_null< Scalar< DataVector > * > non_flux_terms_dt_tilde_phi, gsl::not_null< Scalar< DataVector > * >, gsl::not_null< tnsr::IJ< DataVector, 3, Frame::Inertial > * > tilde_e_flux, gsl::not_null< tnsr::IJ< DataVector, 3, Frame::Inertial > * > tilde_b_flux, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > tilde_psi_flux, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > tilde_phi_flux, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > tilde_q_flux, gsl::not_null< tnsr::i< DataVector, 3, Frame::Inertial > * > lapse_times_electric_field_one_form, gsl::not_null< tnsr::i< DataVector, 3, Frame::Inertial > * > lapse_times_magnetic_field_one_form, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > tilde_j_drift, gsl::not_null< tnsr::ijj< DataVector, 3, Frame::Inertial > * > spatial_christoffel_first_kind, gsl::not_null< tnsr::Ijj< DataVector, 3, Frame::Inertial > * > spatial_christoffel_second_kind, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > trace_spatial_christoffel_second, gsl::not_null< Scalar< DataVector > * > temp_lapse, gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > temp_shift, gsl::not_null< tnsr::II< DataVector, 3, Frame::Inertial > * > temp_inverse_spatial_metric, const tnsr::I< DataVector, 3, Frame::Inertial > &tilde_e, const tnsr::I< DataVector, 3, Frame::Inertial > &tilde_b, const Scalar< DataVector > &tilde_psi, const Scalar< DataVector > &tilde_phi, const Scalar< DataVector > &tilde_q, const tnsr::I< DataVector, 3, Frame::Inertial > &tilde_j, const double kappa_psi, const double kappa_phi, const double parallel_conductivity, const Scalar< DataVector > &lapse, const tnsr::I< DataVector, 3, Frame::Inertial > &shift, const Scalar< DataVector > &sqrt_det_spatial_metric, const tnsr::ii< DataVector, 3, Frame::Inertial > &spatial_metric, const tnsr::II< DataVector, 3, Frame::Inertial > &inv_spatial_metric, const tnsr::ii< DataVector, 3, Frame::Inertial > &extrinsic_curvature, const tnsr::i< DataVector, 3, Frame::Inertial > &d_lapse, const tnsr::iJ< DataVector, 3, Frame::Inertial > &d_shift, const tnsr::ijj< DataVector, 3, Frame::Inertial > &d_spatial_metric)
 

Detailed Description

Compute the time derivative of the conserved variables for the GRFFE equations with divergence cleaning.


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