SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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 Δ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 = implementation defined
 

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 Δ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: