SpECTRE  v2024.04.12
Tags::NormalizedCompute< Tag > Struct Template Reference

Normalizes the (co)vector represented by Tag. More...

#include <Magnitude.hpp>

Public Types

using base = Normalized< Tag >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< Tag, Magnitude< Tag > >
 
- Public Types inherited from Tags::Normalized< Tag >
using tag = Tag
 
using type = typename Tag::type
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > normalized_vector, const typename Tag::type &vector_in, const typename Magnitude< Tag >::type &magnitude)
 

Detailed Description

template<typename Tag>
struct Tags::NormalizedCompute< Tag >

Normalizes the (co)vector represented by Tag.

This tag inherits from Tags::Normalized<Tag>


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