SpECTRE
v2025.03.17
|
Computes the densitized electric current density
#include <ElectricCurrentDensity.hpp>
Public Types | |
using | argument_tags = implementation defined |
using | return_type = tnsr::I< DataVector, 3 > |
using | base = TildeJ |
![]() | |
using | type = tnsr::I< DataVector, 3 > |
Static Public Member Functions | |
static void | function (gsl::not_null< tnsr::I< DataVector, 3, Frame::Inertial > * > tilde_j, const Scalar< DataVector > &tilde_q, const tnsr::I< DataVector, 3, Frame::Inertial > &tilde_e, const tnsr::I< DataVector, 3, Frame::Inertial > &tilde_b, double parallel_conductivity, const Scalar< DataVector > &lapse, const Scalar< DataVector > &sqrt_det_spatial_metric, const tnsr::ii< DataVector, 3, Frame::Inertial > &spatial_metric) |
Computes the densitized electric current density
See ComputeDriftTildeJ and ComputeParallelTildeJ for the details of each terms.