SpECTRE
v2025.03.17
|
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 > > > |
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>
.