SpECTRE  v2024.03.19
intrp::Tags Namespace Reference

Tags for items held in the DataBox of InterpolationTarget or Interpolator. More...

Classes

struct  AllCoords
 
struct  ApparentHorizon
 
struct  CompletedTemporalIds
 temporal_ids that we have already interpolated onto. This is used to prevent problems with multiple late calls to AddTemporalIdsToInterpolationTarget. More...
 
struct  DumpVolumeDataOnFailure
 Tag that determines if volume data will be dumped form the Interpolator upon failure. More...
 
struct  IndicesOfFilledInterpPoints
 Keeps track of which points have been filled with interpolated data. More...
 
struct  IndicesOfInvalidInterpPoints
 Keeps track of points that cannot be filled with interpolated data. More...
 
struct  InterpolatedVars
 Holds interpolated variables on an InterpolationTarget. More...
 
struct  InterpolatedVarsHolders
 TaggedTuple containing all local Vars::Holders for all InterpolationTargets. More...
 
struct  InterpPointInfo
 The following tag is for the case in which interpolation bypasses the Interpolator ParallelComponent. In that case, the Element must hold interpolation information in its DataBox. More...
 
struct  InterpPointInfoBase
 Base tag for InterpPointInfo so we don't have to have the metavariables in order to retrieve the tag. More...
 
struct  KerrHorizon
 
struct  LineSegment
 
struct  NumberOfElements
 Number of local Elements. More...
 
struct  PendingTemporalIds
 temporal_ids that have been flagged to interpolate on, but that have not yet been added to Tags::TemporalIds. A temporal_id is pending if the FunctionOfTimes are not up to date for the time associated with the temporal_id. More...
 
struct  SpecifiedPoints
 
struct  Sphere
 
struct  TemporalIds
 temporal_ids on which to interpolate. More...
 
struct  VarsToInterpolateToTarget
 
struct  VolumeVarsInfo
 Volume variables at all temporal_ids for all local Elements. Held by the Interpolator. More...
 
struct  WedgeSectionTorus
 

Detailed Description

Tags for items held in the DataBox of InterpolationTarget or Interpolator.