SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
elliptic::Actions::InitializeFixedSources< System, BackgroundTag, Dim > Struct Template Reference

Initialize the "fixed sources" of the elliptic equations, i.e. their variable-independent source term f(x). More...

#include <InitializeFixedSources.hpp>

Public Types

using const_global_cache_tags = implementation defined
 
using simple_tags = implementation defined
 
using compute_tags = implementation defined
 
using return_tags = implementation defined
 
using argument_tags = implementation defined
 

Static Public Member Functions

template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ActionList , typename ParallelComponent >
static Parallel::iterable_action_return_t apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ElementId< Dim > &, const ActionList, const ParallelComponent *const)
 
template<typename Background , typename Metavariables , typename... AmrData>
static void apply (const gsl::not_null< typename fixed_sources_tag::type * > fixed_sources, const tnsr::I< DataVector, Dim > &inertial_coords, const Background &background, const bool massive, const Mesh< Dim > &mesh, const Scalar< DataVector > &det_inv_jacobian, const Metavariables &, const AmrData &...)
 

Detailed Description

template<typename System, typename BackgroundTag, size_t Dim = System::volume_dim>
struct elliptic::Actions::InitializeFixedSources< System, BackgroundTag, Dim >

Initialize the "fixed sources" of the elliptic equations, i.e. their variable-independent source term f(x).

This action initializes f(x) in an elliptic system of PDEs div(F)+S=f(x).

Uses:

  • System:
    • primal_fields
  • DataBox:

DataBox:


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