SpECTRE  v2024.04.12
elliptic::Tags::Background< BackgroundType > Struct Template Reference

The variable-independent part of the elliptic equations, e.g. the fixed-sources \(f(x)\) in a Poisson equation \(-\Delta u=f(x)\), the matter-density in a TOV-solve or the conformal metric in an XCTS solve. More...

#include <Tags.hpp>

Public Types

using type = std::unique_ptr< BackgroundType >
 
using option_tags = tmpl::list< OptionTags::Background< BackgroundType > >
 

Static Public Member Functions

static type create_from_options (const type &value)
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

template<typename BackgroundType>
struct elliptic::Tags::Background< BackgroundType >

The variable-independent part of the elliptic equations, e.g. the fixed-sources \(f(x)\) in a Poisson equation \(-\Delta u=f(x)\), the matter-density in a TOV-solve or the conformal metric in an XCTS solve.


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