SpECTRE  v2024.04.12
Tags::AnalyticSolutions< FieldTags > Struct Template Reference

The analytic solution of the FieldTags. More...

#include <Tags.hpp>

Public Types

using field_tags = FieldTags
 
using type = std::optional< ::Variables< db::wrap_tags_in< detail::AnalyticImpl, FieldTags > > >
 

Detailed Description

template<typename FieldTags>
struct Tags::AnalyticSolutions< FieldTags >

The analytic solution of the FieldTags.

The std::optional is a nullopt if there is no analytic solution.

The individual FieldTags are added as Tags::Analytic<Tag> which holds a std::optional<Tensor>.


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