|
SpECTRE
v2025.08.19
|
#include <Norms.hpp>
Public Types | |
| using | base = L2Norm< Tag > |
| using | return_type = typename base::type |
| using | argument_tags = tmpl::list< Tag > |
Public Types inherited from Tags::L2Norm< Tag > | |
| using | type = double |
Static Public Member Functions | |
| static void | function (const gsl::not_null< return_type * > norm, const typename Tag::type &tensor) |
Static Public Member Functions inherited from Tags::L2Norm< Tag > | |
| static std::string | name () |
Computes the Euclidean \(L^2\)-norm of a Tensor, RMS over grid points in element.
l2_norm() for details.