SpECTRE
v2025.03.17
|
Class meant to mock h5::Dat in the testing framework. More...
#include <MockH5.hpp>
Public Member Functions | |
void | append (const std::vector< std::string > &legend, const std::vector< double > &new_data) |
const Matrix & | get_data () const |
const std::vector< std::string > & | get_legend () const |
void | pup (PUP::er &p) |
Class meant to mock h5::Dat in the testing framework.
Currently, this class is only used inside a MockH5 object. The methods of this class are similar to that of h5::Dat to keep a familiar interface, but they may not be identical.