Extension: Geometries
#include "dg/geometries/geometries.h"

Return norm of scalar product of two vector fields \( \sqrt{v_0w_0 + v_1w_1 + v_2w_2}\). More...

Inheritance diagram for dg::geo::SquareNorm:
[legend]

Public Member Functions

 SquareNorm (CylindricalVectorLvl0 v, CylindricalVectorLvl0 w)
 
double do_compute (double R, double Z) const
 
- Public Member Functions inherited from dg::geo::aCylindricalFunctor< SquareNorm >
double operator() (double R, double Z) const
  do_compute(R,Z) More...
 
double operator() (double R, double Z, double phi) const
  do_compute(R,Z) More...
 

Detailed Description

Return norm of scalar product of two vector fields \( \sqrt{v_0w_0 + v_1w_1 + v_2w_2}\).

short for dg::compose( sqrt, ScalarProduct( v,w))

Constructor & Destructor Documentation

◆ SquareNorm()

dg::geo::SquareNorm::SquareNorm ( CylindricalVectorLvl0  v,
CylindricalVectorLvl0  w 
)
inline

Member Function Documentation

◆ do_compute()

double dg::geo::SquareNorm::do_compute ( double  R,
double  Z 
) const
inline

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