SpECTRE  v2024.04.12
intrp::Tags::IndicesOfInvalidInterpPoints< TemporalId > Struct Template Reference

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 > >
 

Detailed Description

template<typename TemporalId>
struct intrp::Tags::IndicesOfInvalidInterpPoints< TemporalId >

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.


The documentation for this struct was generated from the following file: