SpECTRE  v2024.05.11
Poisson::Fluxes< Dim, Geometry::Curved > Struct Template Reference

Compute the fluxes \(F^i\) for the curved-space Poisson equation on a spatial metric \(\gamma_{ij}\). More...

#include <Equations.hpp>

Public Types

using argument_tags = tmpl::list< gr::Tags::InverseSpatialMetric< DataVector, Dim > >
 
using volume_tags = tmpl::list<>
 
using const_global_cache_tags = tmpl::list<>
 

Static Public Member Functions

static void apply (gsl::not_null< tnsr::I< DataVector, Dim > * > flux_for_field, const tnsr::II< DataVector, Dim > &inv_spatial_metric, const Scalar< DataVector > &field, const tnsr::i< DataVector, Dim > &field_gradient)
 
static void apply (gsl::not_null< tnsr::I< DataVector, Dim > * > flux_for_field, const tnsr::II< DataVector, Dim > &inv_spatial_metric, const tnsr::i< DataVector, Dim > &face_normal, const tnsr::I< DataVector, Dim > &face_normal_vector, const Scalar< DataVector > &field)
 

Static Public Attributes

static constexpr bool is_trivial = true
 
static constexpr bool is_discontinuous = false
 

Detailed Description

template<size_t Dim>
struct Poisson::Fluxes< Dim, Geometry::Curved >

Compute the fluxes \(F^i\) for the curved-space Poisson equation on a spatial metric \(\gamma_{ij}\).

See also
Poisson::FirstOrderSystem

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