SpECTRE  2021.08.02
TestHelpers::dg::Events::ObserveFields::ScalarSystem< ObservationEvent > Struct Template Reference

Classes

struct  ScalarVar
 
struct  solution_for_test
 

Public Types

using variables_tag = Tags::Variables< tmpl::list< ScalarVar > >
 
using all_vars_for_test = tmpl::list< ScalarVar >
 
using ObserveEvent = ObservationEvent< volume_dim, ObservationTimeTag, all_vars_for_test, typename solution_for_test::vars_for_test >
 

Static Public Member Functions

template<typename CheckComponent >
static void check_data (const CheckComponent &check_component) noexcept
 
static ObserveEvent make_test_object (const std::optional< Mesh< volume_dim > > &interpolating_mesh) noexcept
 

Static Public Attributes

static constexpr size_t volume_dim = 1
 
static constexpr auto creation_string_for_test
 

Member Data Documentation

◆ creation_string_for_test

template<template< size_t, class... > class ObservationEvent>
constexpr auto TestHelpers::dg::Events::ObserveFields::ScalarSystem< ObservationEvent >::creation_string_for_test
staticconstexpr
Initial value:
=
"ObserveFields:\n"
" SubfileName: element_data\n"
" CoordinatesFloatingPointType: Double\n"
" VariablesToObserve: [Scalar]\n"
" FloatingPointTypes: [Double]\n"