SpECTRE
v2025.03.17
|
An untyped tensor component with a name for observation. More...
#include <TensorData.hpp>
Public Member Functions | |
TensorComponent (std::string in_name, DataVector in_data) | |
TensorComponent (std::string in_name, std::vector< float > in_data) | |
void | pup (PUP::er &p) |
Public Attributes | |
std::string | name {} |
std::variant< DataVector, std::vector< float > > | data {} |
An untyped tensor component with a name for observation.
The name should be just the name of the tensor component, such as 'Psi_xx'. It must not include any slashes ('/').