SpECTRE  v2024.05.11
domain::CoordinateMaps::Tags::CoordinateMap< VolumeDim, SourceFrame, TargetFrame > Struct Template Reference

The coordinate map from source to target coordinates. More...

#include <Tags.hpp>

Public Types

using target_frame = TargetFrame
 
using source_frame = SourceFrame
 
using type = std::unique_ptr< domain::CoordinateMapBase< SourceFrame, TargetFrame, VolumeDim > >
 

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr size_t dim = VolumeDim
 

Detailed Description

template<size_t VolumeDim, typename SourceFrame, typename TargetFrame>
struct domain::CoordinateMaps::Tags::CoordinateMap< VolumeDim, SourceFrame, TargetFrame >

The coordinate map from source to target coordinates.


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