SpECTRE  v2024.04.12
Poisson::Fluxes< Dim, Geometry::FlatCartesian > Struct Template Reference

Compute the fluxes \(F^i\) for the Poisson equation on a flat metric in Cartesian coordinates. More...

#include <Equations.hpp>

Public Types

using argument_tags = tmpl::list<>
 
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 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::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::FlatCartesian >

Compute the fluxes \(F^i\) for the Poisson equation on a flat metric in Cartesian coordinates.

See also
Poisson::FirstOrderSystem

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