SpECTRE
v2025.03.17
|
Keeps track of points that cannot be filled with interpolated data. More...
#include <Tags.hpp>
Public Types | |
using | type = std::unordered_map< TemporalId, std::unordered_set< size_t > > |
Keeps track of points that cannot be filled with interpolated data.
The InterpolationTarget can decide what to do with these points. In most cases the correct action is to throw an error, but in other cases one might wish to fill these points with a default value or take some other action.