SpECTRE  v2024.05.11
Tags::Errors< FieldTags > Struct Template Reference

The error of the FieldTags, defined as numerical - analytic. More...

#include <Tags.hpp>

Public Types

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

Detailed Description

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

The error of the FieldTags, defined as numerical - analytic.

The std::optional is a nullopt if no error was able to be computed, e.g. if there is no analytic solution to compare to.

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


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